summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
2012-05-22First cmake build system. Works on Linux.Beoran
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
2012-05-19mirb code termination policy changedYukihiro Matsumoto
2012-05-19mirb termination command renamed to quitYukihiro Matsumoto
2012-05-19unterminated string detection made easyYukihiro Matsumoto
2012-05-19should initialize p->sterm every parse timeYukihiro Matsumoto
2012-05-19even smarter expression termination detectionYukihiro Matsumoto
2012-05-19mirb should detect end of expression smarterYukihiro Matsumoto
2012-05-18don't close stdin.mattn
2012-05-18mruby should read from stdin when no argument givenYukihiro Matsumoto
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-18keep toplevel local variables; close #133Yukihiro Matsumoto
2012-05-18new API for parserYukihiro Matsumoto
2012-05-17Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-17compile error should contain line numberYukihiro Matsumoto
2012-05-17avoid passing NULL to fopennkshigeru
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-14make test restructuringYukihiro Matsumoto
2012-05-14mrit - Embeddable Ruby ISO TestDaniel Bovensiepen
2012-05-12avoid c++ style commentsYukihiro Matsumoto
2012-05-12breaking newline before elseYukihiro Matsumoto
2012-05-12no #include unistd.h stdbool; close #124Yukihiro Matsumoto
2012-05-12Add additional hint to the code block guesser.Daniel Bovensiepen
2012-05-12Remove more unnecessary elementsDaniel Bovensiepen
2012-05-12Remove unnecessary elementsDaniel Bovensiepen
2012-05-12mirb - Embeddable Interactive Ruby ShellDaniel Bovensiepen
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-02run make -c mrblib from topYukihiro Matsumoto
2012-05-02rename ritevm.a to mruby.aYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-30build process restructuredYukihiro Matsumoto
2012-04-30add -O3 to CFLAGS by defaultYukihiro Matsumoto
2012-04-27initialize ARGV when program is specified by -eYukihiro Matsumoto
2012-04-27add ARGV.mattn
2012-04-26use mrb_free().mattn
2012-04-26do not use strdup(3) that use malloc(3) inside; should use mrb_malloc()Yukihiro Matsumoto
2012-04-25tools/mruby: multiple -e should concatenate command line argsYukihiro Matsumoto
2012-04-25Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-04-25disclose mrb_top_self() and use it in mruby.cYukihiro Matsumoto
2012-04-24Merge pull request #50 from mattn/e_flagYukihiro "Matz" Matsumoto
2012-04-25add -e flag.mattn
2012-04-25return 0 if code is generated.mattn
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-20Fixed typos in usage message.Patrick Hogan