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-mruby
Age
Commit message (
Expand
)
Author
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-12
Silence Windows warnings (cast and `setmode`).
Yukihiro "Matz" Matsumoto
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Allow to mixed and specify `*.rb` and `*.mrb` in `bin/mruby`
dearblue
2020-11-01
Fix `mruby -v option` test.
mimaki
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-09-10
Merge pull request #4933 from dearblue/variables
Yukihiro "Matz" Matsumoto
2020-04-26
Remove unused `mruby-error` in `mruby-bin-mruby`
dearblue
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-29
Add test for top level local variables are in file scope; ref #4931
dearblue
2020-01-19
Fix take over file scope variables with `mruby` command
dearblue
2019-11-30
Use a string as a common regexp representation; ref #4847
Yukihiro "Matz" Matsumoto
2019-11-30
Quit `mruby -v` immediately if no program is given for Ruby compatibility
KOBAYASHI Shuji
2019-11-29
Fix `mruby --verbose` (regression by #4827)
KOBAYASHI Shuji
2019-11-27
Support `--` (end of options) to `mruby` command
KOBAYASHI Shuji
2019-11-25
Fix `ARGV` value in `mruby` command (regression by #4827)
KOBAYASHI Shuji
2019-11-17
Support short options concatenation to `mruby` command
KOBAYASHI Shuji
2019-10-06
Refine the usage message of `mruby` command
KOBAYASHI Shuji
2019-07-30
Refine message to `skip` in nested `assert`
KOBAYASHI Shuji
2019-06-29
Use nested `assert`
dearblue
2019-05-02
Use a normal method instead of a lambda in bintest/mruby; ref #4416
Yukihiro "Matz" Matsumoto
2019-05-01
Small fix in `mruby-bin-mruby`
KOBAYASHI Shuji
2019-04-30
Refine error message output for `mruby` command
KOBAYASHI Shuji
2019-01-09
Change the order of "expected" and "actual" in test
KOBAYASHI Shuji
2019-01-08
Fix dump/load float leteral evaluate to infinity
KOBAYASHI Shuji
2018-12-25
mruby-bin-mruby: Add test dependency.
KOBAYASHI Shuji
2018-12-11
Fixed missing comma in mruby/mirb usage.
Hiroshi Mimaki
2018-09-05
Free `mrbc_context` on exit from `mruby`.
Yukihiro "Matz" Matsumoto
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-07
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-02
Add `-d` option for `mruby` and `mirb`.
Hiroshi Mimaki
2017-07-24
Should not update `@objs` from mruby-bin-mruby mrbgem.rake; fix #3751
Yukihiro "Matz" Matsumoto
2017-06-07
Handles exceptions from code generation phase; fix #3695
Yukihiro "Matz" Matsumoto
2017-03-02
Reorganize C++ exceptions; ref #3470
Yukihiro "Matz" Matsumoto
2017-03-02
Avoid using <mruby/throw.h> in mruby.c
Yukihiro "Matz" Matsumoto
2017-02-24
replace "yylval" with "pylval" to make it compile with byacc.
Tomoyuki Sahara
2017-02-02
Use standard Module(Class)#to_s
Uchio KONDO
2016-12-07
Mark all the built-in classes during GC sweep
Bouke van der Bijl
2016-12-06
Protect exceptions within main() function
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-09-30
fix tests on windows.
Yasuhiro Matsumoto
2015-09-11
Support windows locale
Yasuhiro Matsumoto
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
2015-06-22
Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for
Terence Lee
[next]