summaryrefslogtreecommitdiff
path: root/test/ruby/test_hash.rb
AgeCommit message (Expand)Author
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2010-01-21* test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame
2009-07-17remove test for recursive hash key. [ruby-core:22921]akr
2009-05-24* test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-15add a test.akr
2009-02-14* hash.c (rb_hash): always return a fixnum value because a returnmame
2008-10-24* test/ruby/test_array.rb (TestArray#test_join): should restorematz
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-05-01add tests for [ruby-dev:34556] and [ruby-dev:34555].akr
2008-02-07* test/ruby/test_hash.rb: follow the change of Hash#flatten.mame
2008-02-05* test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-07-05* test/ruby/test_basicinstructions.rb: remove an assertion usingko1
2006-12-31 * Merge YARVko1
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-10-28* parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz
2003-09-06* test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby: tests for ruby itself.nahi