summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2014-07-18optimized any? methodsnobu
2014-07-10* hash.c (ruby_setenv): Fix TestEnv#test_aset failure on Solaris 9.ngoto
2014-07-02hash.c: use rb_check_aritynobu
2014-06-26hash.c: fix memory leaknobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25hash.c: fix dangling pointernobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25hash.c: env_namenobu
2014-06-25hash.c: prohibit tainted stringsnobu
2014-06-24hash.c: unused functions on non-Windowsnobu
2014-06-24hash.c: env_str_transcodenobu
2014-06-24hash.c: replace undefnobu
2014-06-24hash.c: frozen PATH envnobu
2014-06-23 * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei
2014-05-20use predefined IDsnobu
2014-05-07hash.c: make rb_hash_keys externnobu
2014-03-23hash.c: use ID_SCOPE_SHIFTnobu
2014-03-22st.c: use power-of-two sizes to avoid slow modulo opsnormal
2014-03-14[DOC] add links to `Object#hash`nobu
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-09* hash.c (rb_objid_hash): should return `long'. brushup r44534.usa
2014-01-09* hash.c (rb_any_hash): should treat the return value of rb_objid_hash()usa
2014-01-08object.c: hash value from objid with saltnobu
2014-01-01* hash.c (rb_hash_keys): make rb_hash_keys() static.glass
2013-12-26hash.c: remove dead codenobu
2013-12-26hash.c: no extra states copynobu
2013-12-24hash.c: extra statesnobu
2013-12-23hash.c: fix infinite loopnobu
2013-12-23hash.c: fix commit missnobu
2013-12-23hash.c: reduce warningnobu
2013-12-23hash.c: rewordnobu
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-17hash.c: revertnobu
2013-12-17hash.c: add warningsnobu
2013-12-16hash.c: typonobu
2013-12-16hash.c: warnings in rb_hash_rejectnobu
2013-12-16hash.c: refactor loopnobu
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: fix WB miss issue in Hash#replacetmm1
2013-12-08hash.c: revert r43870 and add alternative parser patch for literal keystmm1
2013-12-07hash.c: rb_hash_reject without dupnobu
2013-12-05hash.c: bail out to the outermost framenobu
2013-12-03hash.c: same hash value for similar constructsnobu
2013-12-03hash.c: detect recursion for allnobu