index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-bin-mirb
/
tools
Age
Commit message (
Expand
)
Author
2021-08-31
use gender-neutral pronouns
Stuart Hinson
2021-04-03
chore: fix spelling
John Bampton
2021-03-08
ISO C99 doesn't support unnamed unions; fix #5354
Yukihiro "Matz" Matsumoto
2021-02-28
Support libedit on mirb for FreeBSD
dearblue
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-04
Fix `mirb` not to be terminated by `codegen error`.
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-28
Fixed build with `conf.enable_cxx_exception`
dearblue
2020-10-12
Revert e2e6554b56 not to use `MRB_TRY()`; close #5088
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-09-10
Merge pull request #4933 from dearblue/variables
Yukihiro "Matz" Matsumoto
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-01-29
Isolate top-level local variables by file scope; fix #4931
dearblue
2020-01-19
Fix take over file scope variable names with `mirb` command
dearblue
2019-10-06
Refine the usage message of `mirb` command
KOBAYASHI Shuji
2019-09-09
change _ variable in mirb to be enable by default
takkaw
2019-09-09
add special local variable _ in mirb
takkaw
2019-03-25
Use uppercase version of `ctype` macros e.g. `ISSPACE`; fix #4338
Yukihiro "Matz" Matsumoto
2018-12-11
Fixed missing comma in mruby/mirb usage.
Hiroshi Mimaki
2018-11-25
Protect from exceptions raised outside of `mrb_vm_run()`.
Yukihiro "Matz" Matsumoto
2018-11-20
Fixed a bug in `mirb` heredoc handling; fix #3989
Yukihiro "Matz" Matsumoto
2018-09-04
Add type casts to silence MSVC warnings.
Yukihiro "Matz" Matsumoto
2018-06-20
Fix memory leaks in mirb.
take-cheeze
2018-06-19
Fix wrong free function
Kouhei Sutou
2018-05-08
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-07
Add `-r` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-02
Add `-d` option for `mruby` and `mirb`.
Hiroshi Mimaki
2017-12-13
fix locale in mirb
Yasuhiro Matsumoto
2017-12-08
Use `RL_READLINE_VERSION` to determine `rl_free` existence; fix #3875
Yukihiro "Matz" Matsumoto
2017-12-04
Some OS uses `libedit` that does not provide `rl_free()`.
Yukihiro "Matz" Matsumoto
2017-12-04
Free read lines using the deallocation function from the library.
Yukihiro "Matz" Matsumoto
2017-11-04
Make `mirb` to print warnings; ref #3827
Yukihiro "Matz" Matsumoto
2017-11-03
Reduce memory leaks from `mirb`.
Yukihiro "Matz" Matsumoto
2017-10-28
Heavily refactored how lexical scope links are implemented; fix #3821
Yukihiro "Matz" Matsumoto
2017-10-16
Need to adjust the stack length of the top-level environment; fix #3819
Yukihiro "Matz" Matsumoto
2017-04-13
Fix an off-by-one causing a buffer overflow in mirb.
Clayton Smith
2017-04-12
Let 'mrb_vm_run()` to restore the calling fiber; ref #3537
Yukihiro "Matz" Matsumoto
2017-04-05
Should restore to the root fiber for each interaction; fix #3537
Yukihiro "Matz" Matsumoto
2017-04-03
Revert "Adjust VM stack window size; fix #3547"
Yukihiro "Matz" Matsumoto
2017-04-03
Adjust VM stack window size; fix #3547
Yukihiro "Matz" Matsumoto
2016-07-27
Update mirb.c
Malizia R
[next]