summaryrefslogtreecommitdiff
path: root/ext/-test-/integer
AgeCommit message (Expand)Author
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-12-26update dependencies卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-11-18Update dependenciesNobuyoshi Nakada
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-03-11numeric.c: fix infinite loopnobu
2019-02-11Use $(hdrdir) for include/ruby.h, as well as r67033nobu
2017-03-22ruby tool/update-deps --fixshyouhei
2016-07-06Update dependenciesnobu
2016-05-29auto_ext.rbnobu
2016-05-22-test-/integernobu
2016-03-18* numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn