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-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
2013-12-03
* array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new().
glass
2013-12-03
* hash.c (w32_getenv): should be static.
nobu
2013-12-02
* hash.c (getenv): fixed test failures introduced by r43950.
usa
2013-12-02
* hash.c (rb_hash_rehash): make temporary st_table under the control
glass
2013-12-01
* hash.c (getenv): use ANSI codepage version of getenv() for miniruby
usa
2013-12-01
* hash.c (rb_hash_to_a): specify array capa.
glass
2013-12-01
* hash.c (rb_hash_rehash): fix to free new st_table when exception
glass
2013-11-28
* st.c: add st_values() and st_values_check().
glass
2013-11-28
* st.c (st_keys): fix not to use Qundef in st.c.
glass
2013-11-27
* st.c (st_keys): fix to use st_index_t for size of hash.
glass
2013-11-27
* st.c (st_keys): define st_keys(). it writes each key to buffer.
glass
2013-11-27
* gc.c (gc_page_sweep): Fix compile warning from last commit.
tmm1
2013-11-27
* hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash string
tmm1
2013-11-26
should not ignore the rest of recursive constructs
nobu
2013-11-26
hash.c: cut off if recursion
nobu
2013-11-17
hash.c: static internal functions
nobu
2013-11-15
* cont.c : Introdule ensure rollback mechanism. Please see below.
tarui
2013-11-15
revert r43675 and r43683 without tests for applying rollback patch.
tarui
[next]