aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu2010-10-243-1/+12
* * common.mk (run.gdb): Quit gdb on 'make gdb' whenko12010-10-242-0/+10
* * 2010-10-25svn2010-10-241-2/+2
* * lib/date.rb: some corrections of documentation.tadf2010-10-242-33/+22
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-2412-58/+29
* * include/ruby/intern.h (rb_check_frozen): optimize.nobu2010-10-243-1/+24
* * lib/test/unit.rb (Test::Unit::Mini#run): abort if interrupted.nobu2010-10-242-1/+11
* * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): show thenobu2010-10-242-1/+6
* * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): ensurenobu2010-10-242-2/+14
* * vm.c (vm_define_method): defined method is run with the defaultnobu2010-10-243-1/+7
* * lib/test/unit.rb: make test/unit play nicely with the rake testtenderlove2010-10-242-32/+38
* * test/ruby/test_rubyoptions.rb (test_segv_test): follow up thenobu2010-10-233-4/+9
* * lib/mkmf.rb: $extmk should be true for test/runner.nobu2010-10-233-2/+6
* * 2010-10-23svn2010-10-231-2/+2
* * vm_dump.c (rb_vm_bugreport): fix to add bug outputs.ko12010-10-232-4/+47
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-10-222-2/+10
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):naruse2010-10-222-1/+6
* Cleaned up clevar in test/unit's override of assertryan2010-10-211-4/+6
* * 2010-10-22svn2010-10-211-2/+2
* * gc.c (gc_lazy_sweep): Variable declarations should be atko12010-10-212-1/+6
* * gc.c (objspace_each_objects, rb_objspace_each_objects): usenobu2010-10-212-10/+18
* * gc.c (objspace_each_objects): fix return with no value.nobu2010-10-212-1/+5
* * dir.c (dir_initialize): remove useless intermediate variable.nobu2010-10-212-5/+5
* * io.c (rb_f_select): change rdoc.naruse2010-10-212-16/+52
* * lib/webrick/httpauth/digestauth.rbnaruse2010-10-212-0/+7
* * io.c (rb_f_select): add correct rdoc.naruse2010-10-212-7/+22
* * lib/net/telnet.rb (Net::Telnet#close): added.naruse2010-10-212-0/+9
* * gc.c (rb_objspace_each_objects): don't lazy sweep innari2010-10-212-30/+75
* dunno why this didn't go in last timeryan2010-10-201-0/+5
* * test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu2010-10-204-456/+609
* * ext/dbm/dbm.c: rdoc based on a patch by mathew meta ATnobu2010-10-202-1/+284
* * util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse2010-10-203-4/+11
* * 2010-10-20svn2010-10-201-2/+2
* * vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse2010-10-203-7/+14
* * vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse2010-10-193-0/+8
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-2/+4
* Commit miss.nobu2010-10-1913-160/+59
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-1913-59/+160
* * vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu2010-10-193-2/+7
* * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu2010-10-184-8/+21
* add references.naruse2010-10-182-0/+8
* Revert r29527. [ruby-dev:42419]naruse2010-10-183-32/+12
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-183-0/+19
* * pack.c (pack_pack): Add native size option ! to q and Q.naruse2010-10-183-13/+28
* * pack.c (pack_pack): refine the document. [ruby-dev:42397]akr2010-10-182-30/+31
* Fix wrong test.naruse2010-10-181-1/+1
* * lib/net/http.rb (transport_request): @socket may be nil.naruse2010-10-182-1/+6
* * 2010-10-18svn2010-10-181-2/+2
* * sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse2010-10-183-0/+15
* * lib/date/delta.rb: added an rdoc tag.tadf2010-10-172-2/+6