aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse2010-08-231-0/+5
* * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf2010-08-221-0/+4
* * include/ruby/ruby.h (UINT2NUM): fix ifdef condition for LLP64.akr2010-08-221-0/+5
* * array.c (RAND_UPTO): macro for random number.nobu2010-08-211-0/+4
* * configure.in: fix typo. a patch from Eric Wong atnobu2010-08-211-0/+5
* * vm.c: add missing prototype of rb_iseq_clone for r29063.naruse2010-08-211-0/+4
* * vm.c (vm_define_method): copy iseq to avoid overwriting iseq->klass.wanabe2010-08-211-0/+5
* * ext/pathname/pathname.c (path_split): Pathname#split translated fromakr2010-08-211-0/+5
* * ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr2010-08-201-0/+5
* * tool/make-snapshot (usage): add usage.nobu2010-08-191-1/+3
* * tool/make-snapshot (package): accept revision as BRANCH@REV.nobu2010-08-191-0/+4
* * ext/socket/ancdata.c (ancillary_timestamp): fix a constant type.akr2010-08-191-0/+6
* * thread_pthread.c (native_sleep): suppress a warning for platformsakr2010-08-191-0/+5
* * tool/merger.rb: Add a tool to merge commits between branches.naruse2010-08-191-0/+5
* * backport r28621 and r28632 from ruby_1_8;nahi2010-08-191-0/+12
* * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn2010-08-191-0/+10
* * enum.c (enum_inject): fix typo of rdoc.naruse2010-08-191-0/+5
* * ext/pathname/pathname.c (path_extname): Pathname#extname translatedakr2010-08-191-0/+5
* * vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patchnobu2010-08-181-0/+5
* * array.c (ary_make_shared): revert r29037, it occurs SEGV some situations.mrkn2010-08-181-0/+5
* * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn2010-08-181-0/+7
* * regcomp.c: revert r26701; it introduces Bug #3681.naruse2010-08-171-0/+5
* * test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr2010-08-171-0/+5
* * lib/date.rb: Re-revert the part of r28950.naruse2010-08-171-1/+6
* * ext/pathname/pathname.c (path_dirname): Pathname#dirname translatedakr2010-08-171-0/+5
* Tue Aug 17 07:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu2010-08-161-0/+5
* Tue Aug 17 07:42:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu2010-08-161-0/+5
* Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu2010-08-161-0/+5
* * ext/pathname/pathname.c (path_basename): unused variable removed.akr2010-08-161-0/+4
* * ext/pathname/pathname.c (path_basename): Pathname#basename translatedakr2010-08-161-0/+5
* * gc.c (gc_profile_result): Index begins with 1.nari2010-08-161-0/+4
* * gc.c (gc_profile_result): use size_t. based on patches fromnari2010-08-161-0/+6
* From b80689141673b93e8d12968c3196ec6a2331da45 Mon Sep 17 00:00:00 2001nobu2010-08-161-1/+5
* From 75db84d6ec7c9ef5fd05e5835ac1004df8ea7e2a Mon Sep 17 00:00:00 2001nobu2010-08-161-0/+5
* * ChangeLog: cleaned.nobu2010-08-161-2/+2
* * common.mk (capi): use -b option for doxygen. It disables stdoutakr2010-08-161-0/+6
* merge revision(s) 28997:shyouhei2010-08-161-0/+7
* * Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): splitnobu2010-08-161-0/+7
* * ext/bigdecimal/bigdecimal.h (llabs): never never never never neverusa2010-08-161-0/+7
* * ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_inspect, VPrint, V...mrkn2010-08-151-0/+6
* * lib/mkmf.rb (Logging.postpone): close @log only when it's available.usa2010-08-151-0/+4
* * ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e.mrkn2010-08-151-1/+8
* fix typos.akr2010-08-151-6/+6
* * ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn2010-08-141-0/+12
* * ext/pathname/pathname.c (path_utime): Pathname#utime translatedakr2010-08-141-0/+5
* * thread.c (rb_gc_mark_threads): deprecated.nobu2010-08-141-0/+4
* * ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly addnobu2010-08-141-0/+5
* * test/objspace/test_objspace.rb: added test for objspace.nari2010-08-141-0/+8
* * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu2010-08-141-1/+8
* * io.c (rb_io_memsize): constified.nobu2010-08-141-1/+3