summaryrefslogtreecommitdiffhomepage
path: root/src/transcode.c
AgeCommit message (Expand)Author
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-20C++ compilability -- don't jump across variable initializationMitchell Blank Jr
2012-05-19C++ compilability -- "try" is a keyword, avoid as variable nameMitchell Blank Jr
2012-05-19Helper functions for st_foreach() return "enum st_retval" not "int"Mitchell Blank Jr
2012-05-19C++ compilability - don't define types inside othersMitchell Blank Jr
2012-05-10remove encode_class and converter_class from mrb_stateYukihiro Matsumoto
2012-05-09temporal VC patch from nkshigeruYukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_INTYukihiro Matsumoto
2012-04-20the type of return values of tr->func_ii() and tr->func_si() is already mrb_v...NAKAMURA Usaku
2012-04-20add mruby sourcesmimaki