Age | Commit message (Expand) | Author |
2010-08-19 | * backport r28621 and r28632 from ruby_1_8; | nahi |
2010-08-19 | * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c... | mrkn |
2010-08-19 | * enum.c (enum_inject): fix typo of rdoc. | naruse |
2010-08-19 | * ext/pathname/pathname.c (path_extname): Pathname#extname translated | akr |
2010-08-18 | * 2010-08-19 | svn |
2010-08-18 | * vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patch | nobu |
2010-08-18 | forget to commit. | mrkn |
2010-08-18 | * array.c (ary_make_shared): revert r29037, it occurs SEGV some situations. | mrkn |
2010-08-18 | * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa... | mrkn |
2010-08-17 | * 2010-08-18 | svn |
2010-08-17 | * regcomp.c: revert r26701; it introduces Bug #3681. | naruse |
2010-08-17 | * test/ruby/test_io.rb (test_threaded_flush): test "hi" is not output | akr |
2010-08-17 | * lib/date.rb: Re-revert the part of r28950. | naruse |
2010-08-17 | * ext/pathname/pathname.c (path_dirname): Pathname#dirname translated | akr |
2010-08-16 | Tue Aug 17 07:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> | nobu |
2010-08-16 | Tue Aug 17 07:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> | nobu |
2010-08-16 | Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> | nobu |
2010-08-16 | * ext/pathname/pathname.c (path_basename): unused variable removed. | akr |
2010-08-16 | * ext/pathname/pathname.c (path_basename): Pathname#basename translated | akr |
2010-08-16 | * gc.c (gc_profile_result): Index begins with 1. | nari |
2010-08-16 | * gc.c (gc_profile_result): use size_t. based on patches from | nari |
2010-08-16 | From b80689141673b93e8d12968c3196ec6a2331da45 Mon Sep 17 00:00:00 2001 | nobu |
2010-08-16 | From 75db84d6ec7c9ef5fd05e5835ac1004df8ea7e2a Mon Sep 17 00:00:00 2001 | nobu |
2010-08-16 | * ChangeLog: cleaned. | nobu |
2010-08-16 | * common.mk (capi): use -b option for doxygen. It disables stdout | akr |
2010-08-16 | merge revision(s) 28997: | shyouhei |
2010-08-16 | * Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): split | nobu |
2010-08-16 | * 2010-08-16 | svn |
2010-08-16 | * ext/bigdecimal/bigdecimal.h (llabs): never never never never never | usa |
2010-08-15 | * ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_inspect, VPrint, V... | mrkn |
2010-08-15 | * lib/mkmf.rb (Logging.postpone): close @log only when it's available. | usa |
2010-08-15 | * ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e. | mrkn |
2010-08-15 | fix typos. | akr |
2010-08-14 | * ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo... | mrkn |
2010-08-14 | * 2010-08-15 | svn |
2010-08-14 | * ext/pathname/pathname.c (path_utime): Pathname#utime translated | akr |
2010-08-14 | * thread.c (rb_gc_mark_threads): deprecated. | nobu |
2010-08-14 | * test/coverage/test_coverage.rb: added. | nobu |
2010-08-14 | * ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly add | nobu |
2010-08-14 | * test/objspace/test_objspace.rb: added test for objspace. | nari |
2010-08-14 | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu |
2010-08-14 | * io.c (rb_io_memsize): constified. | nobu |
2010-08-14 | * regcomp.c (onig_memsize): constified. | nobu |
2010-08-14 | * gc.h (rb_objspace_each_objects): used in objspace. | nobu |
2010-08-14 | * vm_core.h (rb_{get,set,reset}_coverages): used in coverage. | nobu |
2010-08-14 | * include/ruby/intern.h (rb_time_interval): used in io/wait. | nobu |
2010-08-14 | * 2010-08-14 | svn |
2010-08-14 | * include/ruby/intern.h (rb_make_backtrace, rb_make_exception): | nobu |
2010-08-13 | * ext/pathname/pathname.c (path_truncate): Pathname#truncate translated | akr |
2010-08-13 | * lib/test/unit.rb (MiniTest::Unit.new): extend before initialize. | nobu |