summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip
AgeCommit message (Expand)Author
2020-03-08Add configuration guard for `MRB_DISABLE_STDIO`dearblue
2020-03-08Remove unnecessary 'stdio.h'; ref #4947dearblue
2018-08-30Separate meta-programming features to `mruby-metaprog` gem.Yukihiro "Matz" Matsumoto
2018-07-10add mrbc option `--remove-lv`yuri
2017-08-12Reduce integer type mismatch warnings in VC.Yukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-09-30fix tests on windows.Yasuhiro Matsumoto
2014-12-11fix usage messagemurase_syuka
2014-08-04mruby-strip doesn't need mrbgemscremno
2014-07-12initialize `args` in `parse_args`cremno
2014-07-12coding style adjustmentscremno
2014-07-12update expected error message in bintestcremno
2014-07-12rewrite strippingcremno
2014-07-12check `mrb_open` return valuecremno
2014-05-19Move `Kernel.local_variables` to core.take_cheeze
2014-05-15move mrb_irep_remove_lv from etc.c to mruby-bin-strip gemYukihiro "Matz" Matsumoto
2014-05-15Implement `LVAR` section removing option in mruby-strip.take_cheeze
2014-03-17add summary to mrbgems without ittake_cheeze
2014-03-03add test to check striped binary works correctlytake_cheeze
2014-02-28add mruby-strip tool to strip irep's debug infotake_cheeze