aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * tool/change_maker.rb: use external diff for -p option.nobu2010-05-241-13/+16
* * common.mk (change), tool/change_maker.rb: make a brief templatenobu2010-05-243-0/+35
* * gc.c (gc_sweep): suppres a warning on VC.usa2010-05-242-1/+5
* * process.c (rb_f_spawn): use correct command name for the errornobu2010-05-234-22/+53
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-238-8/+13
* * parse.y (warn_balanced): no warning for singleton class.nobu2010-05-232-1/+7
* * include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppressnobu2010-05-232-3/+8
* * 2010-05-23svn2010-05-221-2/+2
* * 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