summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip/tools
AgeCommit message (Collapse)Author
2014-08-04mruby-strip doesn't need mrbgemscremno
Reduces executable size by more than 50% (409->171 KB).
2014-07-12initialize `args` in `parse_args`cremno
2014-07-12coding style adjustmentscremno
2014-07-12rewrite strippingcremno
Previous version ignored some errors, and didn't free memory and close files. Now no memory will be dynamically allocated to simplify error handling. This commit also fixes a wrong check: files[i] = fopen(argv[i], "wb"); if (!ireps[i]) { Improve error messages a bit and add missing newline to one.
2014-07-12check `mrb_open` return valuecremno
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-02-28add mruby-strip tool to strip irep's debug infotake_cheeze