summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc
AgeCommit message (Expand)Author
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-10Fix writing errors in MakefilesDaniel 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-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-06-03Check mrb_open return value for NULLJon
2012-05-27Simplify CMake mruby object libraryJon
2012-05-27Remove unnecessary mrb_init_ext definitionJon
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-22Merge pull request #180 from mitchblank/masterYukihiro "Matz" Matsumoto
2012-05-22Add native and cross compiling CMake build supportJon
2012-05-22First cmake build system. Works on Linux.Beoran
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-17avoid updating existing libmruby.a to avoid problems on low time resolution f...Yukihiro Matsumoto
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-08include string.h instead of memory.h; close #108Yukihiro Matsumoto
2012-05-03library file name renamed to libmruby.a on all platformsYukihiro Matsumoto
2012-05-02rename ritevm.a to mruby.aYukihiro Matsumoto
2012-04-30build process restructuredYukihiro Matsumoto
2012-04-30add -O3 to CFLAGS by defaultYukihiro Matsumoto
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-23Fixed to forget to remove some files on 'make clean'Yuichiro MASUI
2012-04-20fix Makefile: quoted CC/LL are heap up to each Makefiles.mattn
2012-04-20add mruby sourcesmimaki