summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
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
2012-04-20fix Makefile: quoted CC/LL are heap up to each Makefiles.mattn
2012-04-20add mruby sourcesmimaki