summaryrefslogtreecommitdiffhomepage
path: root/src/sprintf.c
AgeCommit message (Expand)Author
2012-07-14Remove unnecessary header inclusionJunji Sawada
2012-07-14mrb_load_xxx to return undef + mrb_undef_pYukihiro Matsumoto
2012-06-27use return value from sprintf/snprintfYukihiro Matsumoto
2012-06-27do not undef config macrosYukihiro Matsumoto
2012-06-25use mrb_intern_str instead of mrb_intern if possibleYukihiro Matsumoto
2012-06-23reduce calling mrb_str_new_cstr() to avoid strlen(); #301Yukihiro Matsumoto
2012-06-22Use mrb_str_new() instead of mrb_str_new2() as possible.Masaki Muranaka
2012-06-21reduce calling of strlen(); #301Yukihiro Matsumoto
2012-06-19forgot to replace INLCUDE_KERNEL_SPRINTF by ENABLE_KERNEL_SPRINTFYukihiro Matsumoto
2012-06-12Make sprintf/format optional.Masaki Muranaka
2012-06-02naming convention consistency for hash.hYukihiro Matsumoto
2012-05-31remove unused str_new_frozenYukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-30rename ruby_digitmap to mrb_digitmapYukihiro Matsumoto
2012-05-29Use default case in switch statement.Masaki Muranaka
2012-05-19"volatile" no longer needed hereMitchell Blank Jr
2012-05-17remove unused assignmentsYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-26use mrb_float instead of doubleYukihiro Matsumoto
2012-04-23remove code for unsupported taint-modeYukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki