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-mrbc
Age
Commit message (
Expand
)
Author
2020-10-12
Describe the need for `-o` option if multi files given.
Yukihiro "Matz" Matsumoto
2020-10-12
Update usage description of `mrbc`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `irep` C struct dump from `mrbc` with `-S` option.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-06-29
Fix the bug that `mrbc` generates `a.rb.mrb` instead of `a.mrb`.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `snprintf` instead of `memcpy` in `mrbc.c`.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove `-e/-E` options from `mrbc`.
Yukihiro "Matz" Matsumoto
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2019-12-23
Use binary mode in mrbc source code reading
take-cheeze
2019-08-17
Fix wrong argument for `fprintf` in `mruby-bin-mrbc`
KOBAYASHI Shuji
2018-10-29
Rename libmruby stuff to avoid confusion
take-cheeze
2018-07-10
add mrbc option `--remove-lv`
yuri
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-09-03
clear DUMP_ENDIAN flags before setting
Yukihiro "Matz" Matsumoto
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
2015-06-01
Compile mruby compiler as mrbgem.
take_cheeze