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
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
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
2015-06-13
refactor code to call mrb_inspect() instead
cremno
2015-04-18
Suppress warnings generated by -Wwrite-strings
Kouhei Sutou
2015-01-03
Removed duplicated declarations.
Tatsuhiko Kubo
2014-12-16
Fix crash if #inspect does not return a string value
Yukihiro "Matz" Matsumoto
2014-06-08
Add test for end-of-program marker.
take_cheeze
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-22
Add test of $0 value in bin/mruby related to #2103 .
take_cheeze
2014-04-21
Also set $0 for binary files
iTitou
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-09
Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().
Masaki Muranaka
2014-03-05
fix mruby command returning EXIT_SUCCESS when program file can't be
Tatsuya Matsumoto
2014-03-05
mruby command should not execute program on "syntax only option(-c)".
Tatsuya Matsumoto
2014-03-03
use tempfile module
take_cheeze
[next]