summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-print
AgeCommit message (Collapse)Author
2015-10-08print unicode on windows consoleYasuhiro Matsumoto
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-17move summary of mrbgems in default gembox to its spectake_cheeze
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-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-03-24Add mruby-printmattn