| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-10 | add mrbc option `--remove-lv` | yuri | |
| * refactor: move `irep_remove_lv` from `mruby-bin-strip` gem to src/dump and rename to `mrb_irep_remove_lv` * add: mrbc option `--remove-lv` to remove LVAR section | |||
| 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 | |
| Reduces executable size by more than 50% (409->171 KB). | |||
| 2014-07-12 | initialize `args` in `parse_args` | cremno | |
| 2014-07-12 | coding style adjustments | cremno | |
| 2014-07-12 | rewrite stripping | cremno | |
| 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-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 | |
