summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
2012-07-18remove unused label; close #381Yukihiro Matsumoto
2012-07-17make mruby work even when DISABLE_STDIO is setYukihiro Matsumoto
2012-07-17make mirb work even when DISABLE_STDIO is setYukihiro Matsumoto
2012-07-15remove Syntax OK if syntax isn't ok; close #368Yukihiro Matsumoto
2012-07-14mruby should print error properlyYukihiro Matsumoto
2012-07-14mruby: print Syntax OK on -cYukihiro Matsumoto
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 new function mrb_parser_free()Yukihiro Matsumoto
2012-07-03use mrbc_context; free parser for each iteration; close #312Yukihiro Matsumoto
2012-07-03refactor mirb codeYukihiro Matsumoto
2012-07-03add context arg to mrb_parser_parse()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-14Support mruby -e'p 1'.NARUSE, Yui
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-23Teach mirb another way to quitJon
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-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