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
/
st.c
Age
Commit message (
Expand
)
Author
2017-07-19
st.c: adjust style
nobu
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
newhash insn reuses existing keys
normal
2017-05-10
adjust styles [ci skip]
nobu
2017-04-27
refactor newhash (revision 58463 another try) [fix GH-1600]
shyouhei
2017-04-25
fix macro expansion bug
shyouhei
2016-12-21
st.c: suppress a warning
nobu
2016-12-21
st.c: fix st_hash* functions [Bug #13019]
nobu
2016-12-12
st: Add 'static const'
naruse
2016-12-06
switching hash removal
nobu
2016-12-06
remove unnecessary variable
nobu
2016-11-15
st.c: fix crashes on huge hash tables
normal
2016-11-07
Introduce table improvement by Vladimir Makarov <
[email protected]
>.
ko1
2016-05-08
* configure.in: check function attirbute const and pure,
naruse
2016-04-30
revert UNALIGNED_WORD_ACCESS for GCC6
naruse
2016-03-30
st.c: fix collision statistics [ci skip]
nobu
2016-01-15
disable unaligned word access
nobu
2015-07-29
st.c: constify st_table* in private functions
normal
2015-07-24
st.c: fix arguments order to compare
nobu
2015-07-02
* st.c: get rid of VC++'s warnings of C4700 (uninitialized local
usa
2015-06-29
st.c: use ccan linked-list (try 3)
normal
2015-06-26
Revert "st.c: use ccan linked-list (try 2)"
normal
2015-06-26
st.c: use ccan linked-list (try 2)
normal
2015-06-26
st.c: include ccan/list/list.h to test build
normal
2015-06-25
Revert r51034 "st.c: use ccan linked-list"
normal
2015-06-25
st.c: use ccan linked-list
normal
2015-01-23
hash.c: move Hash specific functions
nobu
2015-01-22
fix flonum hashing regression from r45384
normal
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-13
internal.h: STATIC_ASSERT
nobu
2014-10-04
st.c: update st_reverse_foreach
nobu
2014-10-02
st.c (new_size): use next_pow2 function
normal
2014-09-21
* st.c (do_hash_bin): unused macro.
nari
2014-09-21
* st.c (numberof): unused. internal.h has same macro.
nari
2014-07-23
UNALIGNED_WORD_ACCESS on ppc64
nobu
2014-07-06
st.c: fix uninitialized variable
nobu
2014-07-06
st.c: remove equality checks
nobu
2014-07-06
st.c: re-calc hash_val before adding
nobu
2014-07-06
st.c: update the key too if changed
nobu
2014-06-05
configure.in, missing.h: jemalloc mangling
nobu
2014-04-20
* st.c (st_foreach_check): chnage start point of search at check
tarui
2014-03-31
st.c (st_init_table_with_size): update comment
normal
2014-03-22
st.c: use power-of-two sizes to avoid slow modulo ops
normal
2014-03-14
* st.c (st_update): remove unnecessary assignment
normal
2014-03-04
* st.c (st_foreach): fix type of hash. not st_data_t but st_index_t.
tarui
2014-01-18
st.c: hash_pos
nobu
2013-12-05
st.c: tweaked comment
duerst
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): define st_keys(). it writes each key to buffer.
glass
[prev]
[next]