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
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
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
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
2015-09-30
fix tests on windows.
Yasuhiro 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
update expected error message in bintest
cremno
2014-07-12
rewrite stripping
cremno
2014-07-12
check `mrb_open` return value
cremno
2014-05-19
Move `Kernel.local_variables` to core.
take_cheeze
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-03-17
add summary to mrbgems without it
take_cheeze
2014-03-03
add test to check striped binary works correctly
take_cheeze
2014-02-28
add mruby-strip tool to strip irep's debug info
take_cheeze