aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-228-19/+140
* * numeric.c (rb_num2ulong): explicit cast to suppress a warning.nobu2010-05-221-1/+1
* * 2010-05-22svn2010-05-211-2/+2
* * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().kosaki2010-05-212-10/+6
* * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu2010-05-212-3/+8
* * ext/syck/implicit.c (YYFILL): suppress warnings.nobu2010-05-211-1/+1
* * configure.in (warnflags): removed -pedantic after all.nobu2010-05-212-4/+1
* * suppress warnings.nobu2010-05-2111-35/+37
* * configure.in: fixed typo.nobu2010-05-211-1/+1
* * configure.in (warnflags): add -pedantic if gcc.nobu2010-05-213-1/+9
* fix typoskazu2010-05-211-13/+13
* * configure.in (LIBRUBYARG_SHARED): shared library will not benobu2010-05-212-4/+9
* * ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu2010-05-213-6/+13
* * vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppressnobu2010-05-212-2/+2
* * marshal.c (w_float): use dtoa directly instead of strippingnobu2010-05-213-47/+80
* * 2010-05-21svn2010-05-201-2/+2
* * thread.c (subtract_tv): if the rest is zero, should finish waitingusa2010-05-203-2/+13
* * re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]mame2010-05-202-0/+5
* * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame2010-05-202-1/+10
* * vm.c (vm_backtrace_each): now takes an init function to distinguishmame2010-05-203-13/+23
* * ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke2010-05-203-2/+16
* * ext/psych/emitter: f..king C99(gcc)-ism.usa2010-05-202-2/+12
* * ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove2010-05-209-10/+150
* * 2010-05-20svn2010-05-191-2/+2
* * ext/psych/emitter.c: output strings are automatically transcodedtenderlove2010-05-194-2/+143
* * ChangeLog: sorry. fix typo.nagai2010-05-191-1/+1
* * ChangeLog: commit miss. sorry.nagai2010-05-191-2/+2
* * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai2010-05-192-3/+8
* * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo2010-05-192-1/+10
* Fix test to follow NetBSD's setenv(3).naruse2010-05-191-1/+7
* * vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame2010-05-193-2/+13
* * ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa2010-05-192-1/+8
* * iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame2010-05-193-2/+20
* Fix test to follow the behavior of NetBSD's dlsym.naruse2010-05-191-2/+10
* * numeric.c (rb_num2ulong): use rb_big2ulong for data fromnaruse2010-05-192-2/+34
* * test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa2010-05-191-5/+5
* * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa2010-05-191-2/+6
* * test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should useusa2010-05-191-2/+2
* * test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa2010-05-191-1/+1
* * test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa2010-05-191-1/+1
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-193-0/+19
* * ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove2010-05-194-34/+75
* * test/logger/test_logger.rb: close logger (or logdevice) if it's related tousa2010-05-191-10/+27
* * test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Objectusa2010-05-191-1/+1
* * 2010-05-19svn2010-05-191-2/+2
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip ifusa2010-05-191-2/+10
* * enum.c: Documentation: small fixesmarcandre2010-05-173-38/+38
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-176-459/+459
* * lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)marcandre2010-05-171-2/+2
* * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre2010-05-174-14/+11