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
/
tools
Age
Commit message (
Expand
)
Author
2021-04-26
mruby.c: specify file names for libraries set by `-r`; fix #5427
Yukihiro "Matz" Matsumoto
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-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-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-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 variables with `mruby` command
dearblue
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-05-01
Small fix in `mruby-bin-mruby`
KOBAYASHI Shuji
2019-04-30
Refine error message output for `mruby` command
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-02
Add `-d` option for `mruby` and `mirb`.
Hiroshi Mimaki
2017-06-07
Handles exceptions from code generation phase; fix #3695
Yukihiro "Matz" Matsumoto
2017-03-02
Avoid using <mruby/throw.h> in mruby.c
Yukihiro "Matz" Matsumoto
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-11
Support windows locale
Yasuhiro Matsumoto
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
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-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-21
Also set $0 for binary files
iTitou
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-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-07
remove superfluous includes
cremno
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-15
add new function mrb_load_irep_file_cxt() and simplifies mruby.c
Yukihiro "Matz" Matsumoto
2013-11-15
fix irep memory leak
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-11-03
refactor mrb_context_run()
fleuria
[next]