aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/st
Commit message (Expand)AuthorAgeFilesLines
* handle ext/ as r53141naruse2015-12-163-0/+3
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-091-1/+1
* use 0 for reservednobu2014-12-011-1/+1
* foreach.c: printf specifiernobu2014-11-031-10/+10
* st: test packed-to-unpacked transitions during iterationnormal2014-10-092-0/+176
* ruby.h: deprecate plain Datanobu2014-09-271-8/+26
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-311-2/+1
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-292-4/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-2/+2
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-1/+3
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+24
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-0/+26
* * ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu2012-02-071-1/+7
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-072-0/+64
* * st.c (st_update): new function to lookup the given key andnobu2011-12-272-0/+35