aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/st
Commit message (Expand)AuthorAgeFilesLines
* Update the depend filesMatt Valentine-House2023-02-283-3/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-273-3/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-083-0/+3
* Expand tabs [ci skip]Takashi Kokubun2022-07-213-64/+64
* [Feature #18249] Update dependenciesPeter Zhu2022-02-223-0/+3
* Update dependenciesNobuyoshi Nakada2021-11-213-39/+36
* dependency updates卜部昌平2021-04-133-3/+0
* Removed rb_cData entityNobuyoshi Nakada2020-12-221-1/+1
* sed -i '/rmodule.h/d'卜部昌平2020-08-273-3/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-273-3/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-273-3/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-113-420/+420
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-113-420/+420
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-083-0/+456
* st_foreach now free from ANYARGS卜部昌平2019-08-272-3/+2
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-143-0/+3
* Added depend filesNobuyoshi Nakada2019-07-143-0/+39
* Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.ko12016-11-071-6/+6
* 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