summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mirb
AgeCommit message (Expand)Author
2020-10-12Revert e2e6554b56 not to use `MRB_TRY()`; close #5088Yukihiro "Matz" Matsumoto
2020-10-12Use `mrb_funcall_id()` extensively.Yukihiro "Matz" Matsumoto
2020-10-12Add `MRB_SYM()` for inline symbols.Yukihiro "Matz" Matsumoto
2020-09-10Merge pull request #4933 from dearblue/variablesYukihiro "Matz" Matsumoto
2020-06-25Change flag names in preparation of `REnv` refactoring.Yukihiro "Matz" Matsumoto
2020-03-08Add configuration guard for `MRB_DISABLE_STDIO`dearblue
2020-03-08Remove unnecessary 'stdio.h'; ref #4947dearblue
2020-01-29Isolate top-level local variables by file scope; fix #4931dearblue
2020-01-29Add test for top level local variables are in file scope; ref #4931dearblue
2020-01-19Fix take over file scope variable names with `mirb` commanddearblue
2019-10-06Refine the usage message of `mirb` commandKOBAYASHI Shuji
2019-09-09change _ variable in mirb to be enable by defaulttakkaw
2019-09-09add special local variable _ in mirbtakkaw
2019-03-25Use uppercase version of `ctype` macros e.g. `ISSPACE`; fix #4338Yukihiro "Matz" Matsumoto
2018-12-22mirb: drop dependency on mruby-print in a testKOBAYASHI Shuji
2018-12-11Fixed missing comma in mruby/mirb usage.Hiroshi Mimaki
2018-11-25Protect from exceptions raised outside of `mrb_vm_run()`.Yukihiro "Matz" Matsumoto
2018-11-20Fixed a bug in `mirb` heredoc handling; fix #3989Yukihiro "Matz" Matsumoto
2018-09-04Add type casts to silence MSVC warnings.Yukihiro "Matz" Matsumoto
2018-06-20Fix memory leaks in mirb.take-cheeze
2018-06-19Fix wrong free functionKouhei Sutou
2018-05-08Fix CI build errors and warnings.Hiroshi Mimaki
2018-05-07Add `-r` option for `mruby` and `mirb`.Hiroshi Mimaki
2018-05-07Fix CI build errors and warnings.Hiroshi Mimaki
2018-05-02Add `-d` option for `mruby` and `mirb`.Hiroshi Mimaki
2017-12-13fix locale in mirbYasuhiro Matsumoto
2017-12-08Use `RL_READLINE_VERSION` to determine `rl_free` existence; fix #3875Yukihiro "Matz" Matsumoto
2017-12-04Some OS uses `libedit` that does not provide `rl_free()`.Yukihiro "Matz" Matsumoto
2017-12-04Free read lines using the deallocation function from the library.Yukihiro "Matz" Matsumoto
2017-11-04Make `mirb` to print warnings; ref #3827Yukihiro "Matz" Matsumoto
2017-11-03Reduce memory leaks from `mirb`.Yukihiro "Matz" Matsumoto
2017-10-28Heavily refactored how lexical scope links are implemented; fix #3821Yukihiro "Matz" Matsumoto
2017-10-16Need to adjust the stack length of the top-level environment; fix #3819Yukihiro "Matz" Matsumoto
2017-04-13Fix an off-by-one causing a buffer overflow in mirb.Clayton Smith
2017-04-12Let 'mrb_vm_run()` to restore the calling fiber; ref #3537Yukihiro "Matz" Matsumoto
2017-04-05Should restore to the root fiber for each interaction; fix #3537Yukihiro "Matz" Matsumoto
2017-04-03Revert "Adjust VM stack window size; fix #3547"Yukihiro "Matz" Matsumoto
2017-04-03Adjust VM stack window size; fix #3547Yukihiro "Matz" Matsumoto
2016-07-27Update mirb.cMalizia R
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-08-01link libncurses when there's /usr/include/curses.h; fix #2905Yukihiro "Matz" Matsumoto
2015-06-22Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb forTerence Lee