index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Age
Commit message (
Expand
)
Author
2014-07-18
optimized any? methods
nobu
2014-07-10
* hash.c (ruby_setenv): Fix TestEnv#test_aset failure on Solaris 9.
ngoto
2014-07-02
hash.c: use rb_check_arity
nobu
2014-06-26
hash.c: fix memory leak
nobu
2014-06-25
hash.c: fix memory leak
nobu
2014-06-25
hash.c: fix dangling pointer
nobu
2014-06-25
hash.c: fix memory leak
nobu
2014-06-25
hash.c: env_name
nobu
2014-06-25
hash.c: prohibit tainted strings
nobu
2014-06-24
hash.c: unused functions on non-Windows
nobu
2014-06-24
hash.c: env_str_transcode
nobu
2014-06-24
hash.c: replace undef
nobu
2014-06-24
hash.c: frozen PATH env
nobu
2014-06-23
* include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]
shyouhei
2014-05-20
use predefined IDs
nobu
2014-05-07
hash.c: make rb_hash_keys extern
nobu
2014-03-23
hash.c: use ID_SCOPE_SHIFT
nobu
2014-03-22
st.c: use power-of-two sizes to avoid slow modulo ops
normal
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-02-21
class.c: do nothing if copying self
nobu
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-10
insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keys
tmm1
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-08
object.c: hash value from objid with salt
nobu
2014-01-01
* hash.c (rb_hash_keys): make rb_hash_keys() static.
glass
2013-12-26
hash.c: remove dead code
nobu
2013-12-26
hash.c: no extra states copy
nobu
2013-12-24
hash.c: extra states
nobu
2013-12-23
hash.c: fix infinite loop
nobu
2013-12-23
hash.c: fix commit miss
nobu
2013-12-23
hash.c: reduce warning
nobu
2013-12-23
hash.c: reword
nobu
2013-12-20
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-17
hash.c: revert
nobu
2013-12-17
hash.c: add warnings
nobu
2013-12-16
hash.c: typo
nobu
2013-12-16
hash.c: warnings in rb_hash_reject
nobu
2013-12-16
hash.c: refactor loop
nobu
2013-12-11
hash.c: reject should return a plain hash
nobu
2013-12-10
array.c, hash.c: add salt
nobu
2013-12-09
hash.c: fix segv in Hash#replace
tmm1
2013-12-08
hash.c: reject shoult infect
nobu
2013-12-08
hash.c: fix WB miss issue in Hash#replace
tmm1
2013-12-08
hash.c: revert r43870 and add alternative parser patch for literal keys
tmm1
2013-12-07
hash.c: rb_hash_reject without dup
nobu
2013-12-05
hash.c: bail out to the outermost frame
nobu
2013-12-03
hash.c: same hash value for similar constructs
nobu
2013-12-03
hash.c: detect recursion for all
nobu
[next]