summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc/mrbc.c
AgeCommit message (Expand)Author
2013-03-14Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.Masaki Muranaka
2013-03-07mrbc: exit if outfile is specified multiple timesCremno
2013-01-29Removed mrbc -C option what's C function dump. and TAB to spaceYuichiro MASUI
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2012-12-08Use only DISABLE_GEMS for feature request in include/mrbconf.hDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbcDaniel Bovensiepen
2012-11-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-10-23prevent resource leak (outfile)Yukihiro Matsumoto
2012-10-16"mrbc -" should take input from stdin; close #489Yukihiro Matsumoto
2012-09-13make mrbc aware of the gem initDaniel Bovensiepen
2012-09-05Fix not to use memset() in structure inizialization.Masaki Muranaka
2012-08-26Set filename in mrbc.c.Masamitsu MURASE
2012-07-29Added mrbc support output to stdoutYuichiro MASUI
2012-07-14mrbc: better cleanup before exitYukihiro Matsumoto
2012-07-14mrb_load_xxx to return undef + mrb_undef_pYukihiro Matsumoto
2012-07-13simpify mruby/mrbc using contextYukihiro Matsumoto
2012-07-13add missing (empty) default for swtch; close #364Yukihiro Matsumoto
2012-07-03use new function mrb_parser_free()Yukihiro Matsumoto
2012-07-03add context to parser, that would hold local variable info, filename, and lin...Yukihiro Matsumoto
2012-06-03Check mrb_open return value for NULLJon
2012-05-27Remove unnecessary mrb_init_ext definitionJon
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
2012-05-18terminate programs after showing version/copyrightYukihiro Matsumoto
2012-05-18rename ruby_show_version to mrb_show_versionYukihiro Matsumoto
2012-05-18revise version descriptionYukihiro Matsumoto
2012-05-18move compile.h to mruby/compile.hYukihiro Matsumoto
2012-05-18new API for parserYukihiro Matsumoto
2012-05-17compile error should contain line numberYukihiro Matsumoto
2012-05-08include string.h instead of memory.h; close #108Yukihiro Matsumoto
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki