summaryrefslogtreecommitdiff
path: root/test/ruby/test_hash.rb
AgeCommit message (Expand)Author
2014-12-05parse.y: fix lex_state after tLABEL_ENDnobu
2014-11-29test/ruby: suppress warningsnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-20parse.y: quoted ID keynobu
2014-09-09GC.stat key namenobu
2014-04-20 * st.c (st_foreach_check): chnage start point of search at checktarui
2014-03-11test_hash.rb: refine a testnobu
2014-02-21class.c: do nothing if copying selfnobu
2014-02-20* hash.c (rb_hash_flatten): fix behavior of flatten(0).glass
2014-02-20* hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2014-01-08object.c: hash value from objid with saltnobu
2013-12-26hash.c: remove dead codenobu
2013-12-23hash.c: reduce warningnobu
2013-12-23test_hash.rb: suppress warningsnobu
2013-12-17hash.c: revertnobu
2013-12-13test/ruby: better assertionsnobu
2013-12-11hash.c: reject should return a plain hashnobu
2013-12-10array.c, hash.c: add saltnobu
2013-12-09hash.c: fix segv in Hash#replacetmm1
2013-12-08hash.c: reject shoult infectnobu
2013-12-08hash.c: revert r43870 and add alternative parser patch for literal keystmm1
2013-12-05test_hash.rb: import tests from rubyspecnobu
2013-12-05test_hash.rb: move testsnobu
2013-12-02* hash.c (rb_hash_rehash): make temporary st_table under the controlglass
2013-11-27* test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm1
2013-11-27* hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash stringtmm1
2013-11-26hash.c: cut off if recursionnobu
2013-11-16 * test/ruby/test_hash.rb (class TestHash): add tests for [ruby-dev:47803] [B...tarui
2013-11-15hash.c: iteration level with reenteringnobu
2013-11-14hash.c: restore iter_levnobu
2013-10-09test: use assert_raisenobu
2013-07-30* test/ruby/test_hash.rb: add a test for enumeration order of Hash.glass
2013-07-29* test/ruby/test_hash.rb: use @cls.nobu
2013-07-29* hash.c (rb_hash_assoc): performance improvement by replacingglass
2013-07-29* hash.c (rb_hash_assoc): revert r42224. table->type->compare isglass
2013-07-29ChangeLog: commit missnobu
2013-07-20* hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-08Fix a typo.akr
2013-04-09test_{env,hash}.rb: descriptive assertionsnobu
2012-11-11hash.c: warn for wrong elementsnobu
2012-10-18* hash.c (initialize_copy): duping should rehash the hash.tenderlove
2012-10-17* test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa
2012-10-16* hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove
2012-07-14hash.c: raise on invalid inputnobu
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-03-31use super in h.defaultnobu