summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb
AgeCommit message (Expand)Author
2013-03-03implement heredocFUKUZAWA-Tadashi
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-17Fix crash when exiting mirb using ctrl-d when compiled with readlineCarson McDonald
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21build_config gets more flexibilityYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-16save/restore arena index in mirb; close #740Yukihiro Matz Matsumoto
2013-01-09Added conf.bins for defining bulding binariesYuichiro MASUI
2013-01-05Fix mrbgem options 689#issuecomment-11911431MATSUMOTO Ryosuke
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
2012-12-28use readline if it's enabled.mattn
2012-12-14rebuild binaries when mrbgem archives are updated.Tomoyuki Sahara
2012-12-09Added LDFLAGS to MakefilesYuichiro MASUI
2012-12-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-29Fix compile warnings in mirbshtirlic
2012-11-22Deactivate / Activate GEMs Flag introduced into mirbDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mirbDaniel Bovensiepen
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-09-05Remove some redundant memset().Masaki Muranaka
2012-09-05Reset last_code_line instead of ruby_code.Masaki Muranaka
2012-09-03mirb would terminate on quit in the continuing lineYukihiro Matsumoto
2012-08-22file/line info passed to codegen; argument type of mrb_generate_code() has ch...Yukihiro Matsumoto
2012-08-17Don't exit if 'exit' or 'quit' are in quote blocksJoseph McCullough
2012-08-17'exit' and 'quit' cause exit regardless of open blockJoseph McCullough
2012-08-01should not leave open code on syntax errors; close #413Yukihiro Matsumoto
2012-07-17make mirb work even when DISABLE_STDIO is setYukihiro 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-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-06-03Check mrb_open return value for NULLJon
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-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-18move compile.h to mruby/compile.hYukihiro Matsumoto
2012-05-18keep toplevel local variables; close #133Yukihiro Matsumoto
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-12avoid c++ style commentsYukihiro Matsumoto
2012-05-12breaking newline before elseYukihiro Matsumoto
2012-05-12no #include unistd.h stdbool; close #124Yukihiro Matsumoto