summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mirb/tools/mirb
AgeCommit message (Expand)Author
2016-01-07change mrb_run related API names; compatibility macros providedYukihiro "Matz" Matsumoto
2016-01-02mirb: enlarge code buffer size to 4KBYukihiro "Matz" Matsumoto
2015-12-26remove duplicated local variable declarationYukihiro "Matz" Matsumoto
2015-12-26mirb: Don't exit on Ctrl-Ckyab
2015-12-01avoid comparison between signed and unsignedYukihiro "Matz" Matsumoto
2015-11-27Merge pull request #2950 from mattn/mirb-file-argsYukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-09-12mirb should take filename and arguments.Yasuhiro Matsumoto
2015-09-11Support windows localeYasuhiro Matsumoto
2015-01-19Merge pull request #2680 from sdottaka/add-fflushYukihiro "Matz" Matsumoto
2015-01-03Removed duplicated declarations.Tatsuhiko Kubo
2014-12-19mrdb, mirb: Add fflush() so that a external program can read output immediately.sdottaka
2014-12-12mirb dies if #inspect returns a non-string value; fix #2666Yukihiro "Matz" Matsumoto
2014-08-22Use sizeof() instead of strlen().Tatsuhiko Kubo
2014-08-19Fix error handlings in mirb.Tatsuhiko Kubo
2014-07-12call `mrb_malloc_simple` instead of `malloc`cremno
2014-07-11allocate `history_path` dynamicallycremno
2014-06-30Use `TRUE` instead of `1` in mirb code.take_cheeze
2014-06-09Add a missing space after ","Kouhei Sutou
2014-06-06partially revert 1a5841b for mirbcremno
2014-06-05use uppercase US-ASCII ctype macroscremno
2014-05-15allow quit/exit to work within mirb; fix #2253 close #2254Yukihiro "Matz" Matsumoto
2014-05-13remove unnecessary semicolons from a38f8fYukihiro "Matz" Matsumoto
2014-05-13support comments in user-input; also add checks for buffer overflowYukihiro "Matz" Matsumoto
2014-05-03Suppress warning when using readline in mirb.take_cheeze
2014-05-01Use header searcher to find readline and linenoise.take_cheeze
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-03-08support linenoise in mirbtakkaw
2014-03-05small refactortakkaw
2014-02-23Fix unused function warning when readline enabled (mirb)kyab
2014-02-14keep stack with nlocals instead of nregs; fix #1706Li Yazhou
2014-02-09Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUEYukihiro "Matz" Matsumoto
2014-02-08Remove notice of early versionDaniel Bovensiepen
2014-01-31use mrb_bool, FALSE and TRUE morecremno
2014-01-31clean up external symbolscremno
2014-01-07remove superfluous includescremno
2013-12-01add mrb_intern_lit for creating symbol from string literaltake_cheeze
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-11-10call codedump_all() from mirb if --verbose is set; close #1559Yukihiro "Matz" Matsumoto
2013-11-05resolved conflicts and updated to latest return value change of mrb_generate_...Yukihiro "Matz" Matsumoto
2013-11-03mirb: reset stack in the first commandfleuria
2013-11-03refactor mrb_context_run()fleuria
2013-11-03introduce mrb_context_run()fleuria
2013-11-02change return value from mrb_generate_code()Yukihiro "Matz" Matsumoto
2013-10-04fix no multiline strings in mirbLukas Stabe
2013-08-13Adding line numbers to the output of mirb.Jack Danger Canty
2013-08-03Set filename like irbCarson McDonald
2013-07-23Merge pull request #1402 from mattn/check_home_is_nullYukihiro "Matz" Matsumoto
2013-07-23Check home is nullmattn
2013-07-22Move home variable into readline ifdefCarson McDonald