summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-08-24* .gitignore: updated.mame
2010-08-24* ext/pathname/pathname.c (path_read): Pathname#read translated fromakr
2010-08-24* configure.in: read API version from include/ruby/version.h.nobu
2010-08-23* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu
2010-08-23* include/ruby/version.h (RUBY_API_VERSION_*): renamed and movednobu
2010-08-23* doc/ChangeLog-1.9.3: mistake.nobu
2010-08-23* ChangeLog: flushed. [ruby-dev:42050]nobu
2010-08-23* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn
2010-08-23* ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr
2010-08-23* common.mk (version.o): depends on both of version.h andnobu
2010-08-23 * backport r29071 from ruby_1_8;nahi
2010-08-23* re.c (rb_reg_search): fix: 4th argument should be regexpnaruse
2010-08-23* util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse
2010-08-22 * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf
2010-08-22* include/ruby/ruby.h (UINT2NUM): fix ifdef condition for LLP64.akr
2010-08-21* array.c (RAND_UPTO): macro for random number.nobu
2010-08-21* configure.in: fix typo. a patch from Eric Wong atnobu
2010-08-21* vm.c: add missing prototype of rb_iseq_clone for r29063.naruse
2010-08-21* vm.c (vm_define_method): copy iseq to avoid overwriting iseq->klass.wanabe
2010-08-21* ext/pathname/pathname.c (path_split): Pathname#split translated fromakr
2010-08-20* ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr
2010-08-19* tool/make-snapshot (usage): add usage.nobu
2010-08-19* tool/make-snapshot (package): accept revision as BRANCH@REV.nobu
2010-08-19* ext/socket/ancdata.c (ancillary_timestamp): fix a constant type.akr
2010-08-19* thread_pthread.c (native_sleep): suppress a warning for platformsakr
2010-08-19* tool/merger.rb: Add a tool to merge commits between branches.naruse
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 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