summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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 translatedakr
2010-08-18* vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patchnobu
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* regcomp.c: revert r26701; it introduces Bug #3681.naruse
2010-08-17* test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr
2010-08-17* lib/date.rb: Re-revert the part of r28950.naruse
2010-08-17* ext/pathname/pathname.c (path_dirname): Pathname#dirname translatedakr
2010-08-16Tue Aug 17 07:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu
2010-08-16Tue Aug 17 07:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu
2010-08-16Tue 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 translatedakr
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 fromnari
2010-08-16From b80689141673b93e8d12968c3196ec6a2331da45 Mon Sep 17 00:00:00 2001nobu
2010-08-16From 75db84d6ec7c9ef5fd05e5835ac1004df8ea7e2a Mon Sep 17 00:00:00 2001nobu
2010-08-16* ChangeLog: cleaned.nobu
2010-08-16* common.mk (capi): use -b option for doxygen. It disables stdoutakr
2010-08-16merge revision(s) 28997:shyouhei
2010-08-16* Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): splitnobu
2010-08-16* ext/bigdecimal/bigdecimal.h (llabs): never never never never neverusa
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-15fix typos.akr
2010-08-14* ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn
2010-08-14* ext/pathname/pathname.c (path_utime): Pathname#utime translatedakr
2010-08-14* thread.c (rb_gc_mark_threads): deprecated.nobu
2010-08-14* ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly addnobu
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): macronobu
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* include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu
2010-08-13* ext/pathname/pathname.c (path_truncate): Pathname#truncate translatedakr
2010-08-13* lib/test/unit.rb (MiniTest::Unit.new): extend before initialize.nobu
2010-08-12* ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlinkakr
2010-08-12* ext/pathname/pathname.c (path_lstat): Pathname#lstat translatedakr
2010-08-11* include/ruby/encoding.h (rb_char_to_option_kcode): used innobu
2010-08-11* ChangeLog: adjust indentation.nobu
2010-08-11* test/ruby/test_rubyoptions.rb (test_script_from_stdin): disableakr
2010-08-11* lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn
2010-08-11* NEWS: merge from branches/ruby_1_9_2, and move io/console.kazu
2010-08-11reverted revision r28961; which breaks test-allshyouhei