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-strip
/
tools
/
mruby-strip
Age
Commit message (
Expand
)
Author
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-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2018-07-10
add mrbc option `--remove-lv`
yuri
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-12-11
fix usage message
murase_syuka
2014-08-04
mruby-strip doesn't need mrbgems
cremno
2014-07-12
initialize `args` in `parse_args`
cremno
2014-07-12
coding style adjustments
cremno
2014-07-12
rewrite stripping
cremno
2014-07-12
check `mrb_open` return value
cremno
2014-05-15
move mrb_irep_remove_lv from etc.c to mruby-bin-strip gem
Yukihiro "Matz" Matsumoto
2014-05-15
Implement `LVAR` section removing option in mruby-strip.
take_cheeze
2014-02-28
add mruby-strip tool to strip irep's debug info
take_cheeze