Age | Commit message (Expand) | Author |
---|
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 |
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. ed 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. ed by Sokolov | nobu |
2012-03-05 | * st.c (unpack_entries): chain entries directly. based on a | 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. ed by Sokolov | nobu |
2012-03-05 | * st.c (unpack_entries): reallocate bins if packed array size | nobu |