summaryrefslogtreecommitdiffhomepage
path: root/src/encoding.c
AgeCommit message (Collapse)Author
2012-05-24made mrb_get_args() better (optinal args, type checks); close #173 #176Yukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-19Helper functions for st_foreach() return "enum st_retval" not "int"Mitchell Blank Jr
Just making this a bit more consistent throughout the code
2012-05-16Remove unused static functions.Masaki Muranaka
2012-05-10remove encode_class and converter_class from mrb_stateYukihiro Matsumoto
2012-05-09temporal VC patch from nkshigeruYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
Conflicts: src/variable.c
2012-04-23add file headermimaki
2012-04-21replace st.[ch] to remove SIZEOF_ST_INDEX_TYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki