summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-06-08* hash.c (hash_i): make Hash#hash order insensitive.knu
2008-06-03* enumerator.c (enumerator_init_copy): Take care ofknu
2008-05-29Merge from ruby_1_8.knu
2008-05-26Merge from ruby_1_8, including r16205.knu
2008-05-22Merge from ruby_1_8.knu
2008-05-18Merge -r16241:16456 from ruby_1_8.knu
2008-04-22Merge from ruby_1_8.knu
2008-04-20* object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_procknu
2008-04-15* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event):knu
2008-04-15* eval.c (method_receiver, method_name, method_owner): Newkazu
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu
2008-04-14* array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optionalknu
2008-04-14* enum.c New methods: Enumerable#take, #take_while, #drop andknu
2008-04-13* object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug...kazu
2008-02-29* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-20* test/ruby/test_beginendblock.rb (test_begin_and_eval): add test fornobu
2007-12-19* test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-10* array.c (rb_ary_slice_bang): If an invalid negative index (<=knu
2007-12-05new file.akr
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-07-16* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu
2007-03-23* eval.c (ruby_cleanup): exit by SystemExit and SignalException in ENDnobu
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-01-31* eval.c (rb_iterate): need to PUSH_ITER in proper order.matz
2006-10-31* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa
2006-09-16use assert_same instead of assert_equal.akr
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-07-18* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-06-21use fork to isolate rlimit effect.akr
2006-06-15add RLIMIT_NOFILE testakr
2006-06-15give dummy argument for Process.getrlimit and rescue TypeError.akr
2006-06-15This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-05-01* numeric.c (num_div): use floor rather than rb_Integer().matz
2006-03-04fix string interpolationakr
2006-03-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2006-02-11* eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz
2006-01-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-12-29* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr
2005-12-24* stable version 1.8.4 released.matz
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-11-22* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa
2005-11-20* test/ruby/test_array.rb (test_misc): added some testsocean