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
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
2013-11-14
hash.c, st.c: fix for ST_CHECK
nobu
2013-10-10
st.c: revert st_keys
nobu
2013-10-10
* st.c (st_keys): define st_keys() for performance improvement of
glass
2013-07-16
* st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.
akr
2013-07-16
* configure.in: revert r42008. strcasecmp() uses the current locale.
glass
2013-07-16
* configure.in: check strcasecmp().
glass
2013-04-25
* st.c (st_shift): remove unused variable.
nobu
2013-04-25
* benchmark/bm_hash_shift.rb: add benchmark for Hash#shift
charliesome
2013-04-19
Fixed comment typo, found by @ThePablick
zzak
2013-04-10
* regint.h: fix typo: _M_AMD86 -> _M_AMD64.
naruse
2012-11-17
st_update passes the key in st_table
shirosaki
2012-03-31
* st.c (st_foreach_check, st_foreach): remove ancient check. This
nobu
2012-03-31
* st.c (st_delete): use real_entries in st_delete for packed tables
nobu
2012-03-30
* st.c (st_foreach_check): remove the entry by replacing with never
nobu
2012-03-29
* st.c (st_update): pass pointer to key to the callback function.
nobu
2012-03-29
* st.c (st_update): add existing parameter to the callback function.
nobu
2012-03-10
* st.c: pack tables also generic keys. patched by Sokolov Yura at
nobu
2012-03-10
* st.c: add st_foreach_check for fixing iteration over packed table
nobu
2012-03-10
* st.c: fix packed num_entries on delete_safe. patched by Sokolov
nobu
2012-03-05
* st.c (unpack_entries): chain entries directly. based on a patch
nobu
2012-03-05
* st.c (unpack_entries): use union instead of casted pointer.
nobu
2012-03-05
* st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolov
nobu
2012-03-05
* st.c (unpack_entries): reallocate bins if packed array size
nobu
2012-02-07
* st.c: refactor packed entries using structs.
nobu
2012-02-07
* st.c (st_update): table can be unpacked in the callback.
nobu
2012-02-07
* st.c (st_foreach): should not yield same pair when checking
nobu
2012-01-17
* st.c (add_packed_direct): ditto.
nobu
2012-01-17
* st.c (do_hash): it's the time to remove cast to unsigned int.
nobu
2012-01-16
* st.c (unpack_entries): Fix r34310: on unpacking, the position of
naruse
2012-01-15
st optimize st_insert
shyouhei
2012-01-15
st refactor add_packed_direct a bit
shyouhei
2012-01-15
st macroses for allocation
shyouhei
[next]