aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/st/numhash
Commit message (Expand)AuthorAgeFilesLines
* Removed rb_cData entityNobuyoshi Nakada2020-12-221-1/+1
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* st_foreach now free from ANYARGS卜部昌平2019-08-271-2/+1
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Added depend filesNobuyoshi Nakada2019-07-141-0/+13
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-091-1/+1
* use 0 for reservednobu2014-12-011-1/+1
* 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-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