summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-print/src
AgeCommit message (Collapse)Author
2015-09-11Support windows localeYasuhiro Matsumoto
Add mrb_utf8_from_locale, mrb_utf8_free, mrb_locale_from_utf8, mrb_locale_free. Just works for windows.
2014-03-25Use mrb_int instead of intcubicdaiya
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
use flags 4 for *this object is embed* use flags 8~64 for *embed string length*
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-03-24Add mruby-printmattn