aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
...
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-13/+24
* * st.c: pack tables also generic keys. patched by Sokolov Yura atnobu2012-03-101-38/+63
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-12/+85
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-34/+31
* * st.c (unpack_entries): chain entries directly. based on a patchnobu2012-03-051-11/+33
* * st.c (unpack_entries): use union instead of casted pointer.nobu2012-03-051-7/+13
* * st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolovnobu2012-03-051-10/+5
* * st.c (unpack_entries): reallocate bins if packed array sizenobu2012-03-051-0/+5
* * st.c: refactor packed entries using structs.nobu2012-02-071-20/+36
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-2/+13
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-071-11/+17
* * st.c (add_packed_direct): ditto.nobu2012-01-171-2/+1
* * st.c (do_hash): it's the time to remove cast to unsigned int.nobu2012-01-171-5/+4
* * st.c (unpack_entries): Fix r34310: on unpacking, the position ofnaruse2012-01-161-2/+3
* st optimize st_insertshyouhei2012-01-151-10/+11
* st refactor add_packed_direct a bitshyouhei2012-01-151-13/+8
* st macroses for allocationshyouhei2012-01-151-23/+33
* st macroses for packed tableshyouhei2012-01-151-43/+49
* st use function instead of macroshyouhei2012-01-151-159/+161
* * st.c (st_update): new function to lookup the given key andnobu2011-12-271-0/+56
* * hash.c (identhash): share with type_numhash.nobu2011-10-181-1/+2
* * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu2011-07-141-1/+3
* * st.c (st_foreach): check if unpacked.nobu2011-01-271-1/+10
* * st.c: parenthesize macro arguments.akr2010-12-311-32/+32
* * st.c (MurmurMagic): get rid of literal overflow.nobu2010-10-121-3/+5
* * st.c (st_foreach): don't access ptr->hash after func call.akr2010-02-151-1/+1
* * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu2009-11-041-3/+0
* * st.c (unpack_entries): fixed type.nobu2009-10-311-1/+1
* * st.c (unpack_entries): save table->bins and never change the tablewanabe2009-10-161-8/+10
* * st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu2009-09-261-0/+257
* * st.c (COLLISION): improved collision log feature.nobu2009-09-261-9/+50
* * st.c (st_table_entry, st_get_key): use st_index_t.nobu2009-09-221-2/+2
* * st.c (st_free_table): constified.nobu2009-09-091-1/+1
* * st.c (st_init_*table_with_size): use st_index_t.nobu2009-09-081-27/+27
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-9/+9
* * st.c (st_delete_safe): deals with packed entries.nobu2009-08-241-0/+28
* * st.c, include/ruby/st.h (st_memsize): added. This function returnsko12009-06-161-0/+11
* * st.c (st_insert2): new function with processing new key,matz2009-05-271-0/+40
* * st.c: use st_index_t for indexes instead of int.nobu2009-03-121-8/+8
* * include/ruby/st.h, st.c: order entries by a linked list instead ofmame2009-02-081-20/+21
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-011-1/+1
* * st.c (new_size): raise RuntimeError when st_table is too big.mame2008-09-181-3/+4
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-0/+1
* * st.c (st_reverse_foreach): comment out unused function.mame2008-06-051-0/+2
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-1/+1
* abolish warnings by previous change.akr2008-01-011-15/+10
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-1/+55
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-241-0/+29
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-141-6/+6
* * encoding.c (rb_enc_alias, rb_enc_find_index): changednobu2007-10-161-1/+1