Age | Commit message (Expand) | Author |
2010-10-28 | * lib/webrick/httprequest.rb (read_request_line): extend max | naruse |
2010-10-27 | * gc.c (GC.stat): added. [ruby-dev:38607] | ko1 |
2010-10-27 | * 2010-10-28 | svn |
2010-10-27 | * ext/objspace/objspace.c (memsize_of): fix rdoc. | ko1 |
2010-10-27 | * ext/iconv/iconv.c (Init_iconv): warn deprecated use. | nobu |
2010-10-27 | * bignum.c (rb_big2long, rb_big2ulong): rb2ulong() returns VALUE, but | usa |
2010-10-27 | * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipe | usa |
2010-10-27 | * win32/win32.c (rb_w32_getppid): support Win64. | usa |
2010-10-27 | * thread_win32.c (w32_error): should get error no only once, because | usa |
2010-10-27 | * ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previous | usa |
2010-10-27 | * test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptions | usa |
2010-10-27 | * class.c (clone_const): need to return value. fix r29602. | usa |
2010-10-27 | * include/ruby/ruby.h (NUM2LONG_internal): add cast to get rid of a | usa |
2010-10-27 | * cont.c: apply documentation patch by Run Paint Run Run. | naruse |
2010-10-26 | * object.c (Init_Object), constant.h, variable.c | mame |
2010-10-26 | * class.c, constant.h, gc.c, method.h, object.c, variable.c, | mame |
2010-10-26 | * 2010-10-27 | svn |
2010-10-26 | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame |
2010-10-26 | * lib/scanf.rb (extract_float): allow 2.e+2 style. | naruse |
2010-10-26 | * Makefile.in (ASFLAGS): needs INCFLAGS. | nobu |
2010-10-26 | * vsnprintf.c (BSD_vfprintf): suppress warnings. | nobu |
2010-10-26 | * template/ruby.pc.in (Libs): needs DLDFLAGS. | nobu |
2010-10-26 | * common.mk (pkgconfig-data): moved from Makefile.in. | nobu |
2010-10-26 | * .gitignore: ignore pkg-config metadata file. | nobu |
2010-10-26 | * configure.in (rb_cv_gcc_atomic_builtins): check for atomic | nobu |
2010-10-25 | * signal.c: fix typo. | nobu |
2010-10-25 | * Makefile.in (pkgconfig-data): create pkg-config metadata file. | nobu |
2010-10-25 | ispell. | shyouhei |
2010-10-25 | * signal.c (rb_atomic_t): GCC (of at least recent versions) | shyouhei |
2010-10-25 | * test/ruby/test_array.rb (test_rotate!): fix expected message. | nobu |
2010-10-24 | * vsnprintf.c (BSD_vfprintf): prec digits fractal part should be | nobu |
2010-10-24 | * common.mk (run.gdb): Quit gdb on 'make gdb' when | ko1 |
2010-10-24 | * 2010-10-25 | svn |
2010-10-24 | * lib/date.rb: some corrections of documentation. | tadf |
2010-10-24 | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu |
2010-10-24 | * include/ruby/intern.h (rb_check_frozen): optimize. | nobu |
2010-10-24 | * lib/test/unit.rb (Test::Unit::Mini#run): abort if interrupted. | nobu |
2010-10-24 | * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): show the | nobu |
2010-10-24 | * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): ensure | nobu |
2010-10-24 | * vm.c (vm_define_method): defined method is run with the default | nobu |
2010-10-24 | * lib/test/unit.rb: make test/unit play nicely with the rake test | tenderlove |
2010-10-23 | * test/ruby/test_rubyoptions.rb (test_segv_test): follow up the | nobu |
2010-10-23 | * lib/mkmf.rb: $extmk should be true for test/runner. | nobu |
2010-10-23 | * 2010-10-23 | svn |
2010-10-23 | * vm_dump.c (rb_vm_bugreport): fix to add bug outputs. | ko1 |
2010-10-22 | * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): | nobu |
2010-10-22 | * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): | naruse |
2010-10-21 | Cleaned up clevar in test/unit's override of assert | ryan |
2010-10-21 | * 2010-10-22 | svn |
2010-10-21 | * gc.c (gc_lazy_sweep): Variable declarations should be at | ko1 |