aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/hash
Commit message (Expand)AuthorAgeFilesLines
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-2/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-2/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-2/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-280/+280
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-280/+280
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+304
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+2
* Added depend filesNobuyoshi Nakada2019-07-141-0/+24
* auto_ext.rbnobu2016-05-291-7/+2
* handle ext/ as r53141naruse2015-12-161-0/+1
* hash/delete.c: add declarationnobu2014-12-241-0/+2
* * hash.c (rb_hash_delete): return Qnil if there are no correspondingko12014-12-241-1/+1
* test/-ext-/hash/test_delete.rb: assert deleted valuesnobu2014-10-231-2/+2
* hash.c: rb_hash_delete does not call the blocknobu2014-10-233-0/+32