summaryrefslogtreecommitdiff
path: root/st.c
AgeCommit message (Expand)Author
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
2009-09-09* st.c (st_free_table): constified.nobu
2009-09-08* st.c (st_init_*table_with_size): use st_index_t.nobu
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-24* st.c (st_delete_safe): deals with packed entries.nobu
2009-06-16* st.c, include/ruby/st.h (st_memsize): added. This function returnsko1
2009-05-27* st.c (st_insert2): new function with processing new key,matz
2009-03-12* st.c: use st_index_t for indexes instead of int.nobu
2009-02-08* include/ruby/st.h, st.c: order entries by a linked list instead ofmame
2009-02-01* cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu
2008-09-18* st.c (new_size): raise RuntimeError when st_table is too big.mame
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-05* st.c (st_reverse_foreach): comment out unused function.mame
2008-04-26* error.c (builtin_types), signal.c (siglist), st.c (primes),nobu
2008-01-01abolish warnings by previous change.akr
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-24* load.c (rb_feature_p): returns loading path name too.nobu
2007-12-14* common.mk (ruby.imp): fix for circular dependency. a patch fromnobu
2007-10-16* encoding.c (rb_enc_alias, rb_enc_find_index): changednobu
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-20* st.c (hash_32a.c): reverted the original keywords.nobu
2007-09-01* st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu
2007-08-29* include/ruby/st.h (struct st_table): add entries_packed 1-bitakr