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
2019-01-30
hash.c: hoisted out st_index_hash
nobu
2019-01-30
hash.c: hoisted out dbl_to_index
nobu
2019-01-30
* expand tabs.
svn
2019-01-30
hash.c: remove repeated rb_hash_start
nobu
2019-01-17
reset bound if the size is 0.
ko1
2019-01-09
add setter of iter_lev.
ko1
2019-01-05
fix last commit.
ko1
2019-01-05
refactoring.
ko1
2019-01-05
add ar_ prefix for ar_table functions.
ko1
2019-01-05
fix trivial indentation.
ko1
2019-01-05
call functions directly.
ko1
2019-01-04
refactoring usage of ar_lookup().
ko1
2019-01-04
skip to calculate hash value on empty Hash ar_table lookup.
ko1
2019-01-04
ar_table_entry::hash should be `st_hash_t`.
ko1
2018-12-29
hide ar_table internals from internal.h.
ko1
2018-12-20
hide iseq operand object for duphash. [Bug #15440]
ko1
2018-12-14
separte NULL and EMPTY check.
ko1
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-12-10
Initialize bin
nobu
2018-12-07
Adjust reserved hash values
nobu
2018-12-07
Should use the proper constant
nobu
2018-12-03
make `RARRAY_PTR_USE` more conservertive.
ko1
2018-11-29
clear dst Hash on Hash#replace. [Bug #15358]
ko1
2018-11-15
hash.c: cast from double to unsigned is undefined
shyouhei
2018-11-08
hash.c: +(-1) is a wrong idea
shyouhei
2018-11-04
hash.c: [DOC] add docs for ENV.{filter,filter!}
stomar
2018-11-04
hash.c: [DOC] fix wrong cross-references
stomar
2018-11-04
hash.c: [DOC] add missing `block' in call-seq's
stomar
2018-11-04
hash.c: [DOC] add docs for Hash#{filter,filter!}
stomar
2018-11-04
hash.c: [DOC] improve Hash#{select!,keep_if} docs
stomar
2018-11-03
hash.c: fix types
nobu
2018-11-01
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-11-01
fix WB miss.
ko1
2018-10-31
remove '//' style comments.
ko1
2018-10-30
fix type.
ko1
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-26
Fix a condition and just call rb_fstring [Feature #15251]
nobu
2018-10-26
* expand tabs.
svn
2018-10-26
Simplify conditions [Feature #15251]
nobu
2018-10-26
hash.c: aset deduplicates un-tainted string
normal
2018-10-13
hash.c: improve docs for Hash#{merge,merge!,update}
stomar
2018-10-12
hash.c: improve docs for Hash#{size,length}
stomar
2018-09-26
fallback env encoding to ASCII-8BIT
nobu
2018-09-20
Enumerable#to_h with block and so on
nobu
2018-09-19
* hash.c (rb_hash_update): fix indent
mame
2018-09-19
* hash.c (rb_hash_update): remove a meticulous explanation
mame
2018-09-19
* hash.c (rb_hash_merge): Accepts zero or more hashes as arguments
mame
2018-09-13
warn unused blocks with Enumerable#all? any? one? none?
nobu
2018-08-11
hash.c: env block size limit on Windows
nobu
[next]