summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-numeric-ext
AgeCommit message (Collapse)Author
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-01Fix to fit new raisef format.Masaki Muranaka
2013-03-29Remove limits.h from numeric.h. Add limits.h to some C files.Masaki Muranaka
2013-03-08define and use print format macros for mrb_intCremno
For portability: %ld can't be used to print a 64-bit mrb_int on WIN(32|64) because long is 32-bit wide.
2013-03-08fix commentKouki Ooyatsu
2013-03-08add Integer#chr test case: multibyte (raise RangeError)Kouki Ooyatsu
2013-03-08add mrbgems/ext/mruby-numeric, and method: Integer#chrKouki Ooyatsu