summaryrefslogtreecommitdiff
path: root/st.c
AgeCommit message (Expand)Author
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-14hash.c, st.c: fix for ST_CHECKnobu
2013-10-10st.c: revert st_keysnobu
2013-10-10* st.c (st_keys): define st_keys() for performance improvement ofglass
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#shiftcharliesome
2013-04-19Fixed comment typo, found by @ThePablickzzak
2013-04-10* regint.h: fix typo: _M_AMD86 -> _M_AMD64.naruse
2012-11-17st_update passes the key in st_tableshirosaki
2012-03-31* st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu
2012-03-31* st.c (st_delete): use real_entries in st_delete for packed tablesnobu
2012-03-30* st.c (st_foreach_check): remove the entry by replacing with nevernobu
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 atnobu
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu
2012-03-05* st.c (unpack_entries): chain entries directly. based on a patchnobu
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 Sokolovnobu
2012-03-05* st.c (unpack_entries): reallocate bins if packed array sizenobu
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 checkingnobu
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 ofnaruse
2012-01-15st optimize st_insertshyouhei
2012-01-15st refactor add_packed_direct a bitshyouhei
2012-01-15st macroses for allocationshyouhei
2012-01-15st macroses for packed tableshyouhei
2012-01-15st use function instead of macroshyouhei
2011-12-27* st.c (st_update): new function to lookup the given key andnobu
2011-10-18* hash.c (identhash): share with type_numhash.nobu
2011-07-14* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu
2011-01-27* st.c (st_foreach): check if unpacked.nobu
2010-12-31* st.c: parenthesize macro arguments.akr
2010-10-12* st.c (MurmurMagic): get rid of literal overflow.nobu
2010-02-15* st.c (st_foreach): don't access ptr->hash after func call.akr
2009-11-04* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu
2009-10-31* st.c (unpack_entries): fixed type.nobu
2009-10-16* st.c (unpack_entries): save table->bins and never change the tablewanabe
2009-09-26* st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu
2009-09-26* st.c (COLLISION): improved collision log feature.nobu
2009-09-22* st.c (st_table_entry, st_get_key): use st_index_t.nobu