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
2015-06-25
enum.c (enum_minmax): simplify return value creation
normal
2015-06-12
hash.c: fetch_values
nobu
2015-05-31
* class.c (rb_class_has_methods): added to reduce depenedency
ko1
2015-04-19
hash.c: check env vars encoding
nobu
2015-04-08
hash.c: compare symbols by identities
nobu
2015-03-18
hash.c: same hash values with Float#hash
nobu
2015-03-05
* hash.c: [DOC] #delete method actually returns nil, if the key
gogotanaka
2015-02-18
[DOC] ENV keys must be strings [ci skip]
nobu
2015-02-17
* hash.c: Added docs to explain that #include? and #member? do not
hsbt
2015-01-23
marshal.c: indetity tables
nobu
2015-01-23
hash.c: move Hash specific functions
nobu
2015-01-22
fix flonum hashing regression from r45384
normal
2015-01-03
* hash.c: fix docs for Hash#invert. [ruby-core:66917] [Bug #10612]
ayumin
2014-12-24
* hash.c (rb_hash_delete): return Qnil if there are no corresponding
ko1
2014-12-19
hash.c: fix return value
nobu
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-14
* gc.c (gc_stat_internal): add compatible layer.
ko1
2014-11-02
* rewrite method/block parameter fitting logic to optimize
ko1
2014-10-23
hash.c: rb_hash_delete does not call the block
nobu
2014-10-09
hash.c (rb_any_hash): remove unnecessary dsym check
normal
2014-09-30
protoize no-arguments functions
nobu
2014-09-13
hash.c: [DOC] fix for Hash#store docs
nobu
2014-09-08
* gc.c: add incremental GC algorithm. [Feature #10137]
ko1
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
[next]