summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Collapse)Author
2012-10-05preserve script file nameYukihiro Matsumoto
2012-10-04script file name should not be in ARGVYukihiro Matsumoto
2012-10-04specify know capacity of an arrayYukihiro Matsumoto
2012-09-30mruby should exit with 0 on successYukihiro Matsumoto
2012-09-13make mrbc aware of the gem initDaniel Bovensiepen
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-09-04Merge pull request #451 from monaka/pr-print-usageYukihiro "Matz" Matsumoto
[xpcat] Print usage in the parameter error.
2012-09-05Costmetic change.Masaki Muranaka
2012-09-05Print usage in case using -o without outputfile.Masaki Muranaka
2012-09-05Remove some redundant memset().Masaki Muranaka
2012-09-05Fix not to use memset() in structure inizialization.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-26Set filename in mrbc.c.Masamitsu MURASE
2012-08-22file/line info passed to codegen; argument type of mrb_generate_code() has ↵Yukihiro Matsumoto
changed
2012-08-18Modify argument of mrbc_filename.Masamitsu MURASE
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-15mruby should read from stdin if no argument given as cruby doesYukihiro Matsumoto
2012-08-15mruby should accept "-" as stdinYukihiro Matsumoto
2012-08-14fixed showing no 'Usage'.suzukaze
2012-08-01should not leave open code on syntax errors; close #413Yukihiro Matsumoto
2012-07-29Merge pull request #407 from silverhammermba/cppYukihiro "Matz" Matsumoto
C++ compatibility
2012-07-29Make void casts explicit.Max Anselm
(Forgot a couple files)
2012-07-29Added mrbc support output to stdoutYuichiro MASUI
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 ↵Yukihiro Matsumoto
line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions.
2012-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-06-14Support mruby -e'p 1'.NARUSE, Yui
mruby supports already -e 'p 1' (-e, space, command), but hadn't supported no space version.
2012-06-03Check mrb_open return value for NULLJon
2012-05-27Simplify CMake mruby object libraryJon
Also removes an unnecessary build target from the CMake generated build and project files.
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
call mrb_close() in tools and test programs
2012-05-22Add native and cross compiling CMake build supportJon