summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-24* 2010-08-25svn
2010-08-24* ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai
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* 2010-08-24svn
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* 2010-08-23svn
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* test/ruby/test_super.rb: add test.wanabe
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* 2010-08-21svn
2010-08-21* ext/pathname/pathname.c (path_split): Pathname#split translated fromakr
2010-08-20Add rdoc about Kernel#<=> [ruby-core:31770]naruse
2010-08-20* 2010-08-20svn
2010-08-20* ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr
2010-08-19* tool/make-snapshot (usage): mention versions.nobu
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* properties.nobu
2010-08-19Forgot content of r29049.naruse
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* 2010-08-19svn
2010-08-18* vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patchnobu
2010-08-18forget 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-18svn
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