Files
mruby-mruby/mrbgems
cremno 85bb1f92ef rewrite stripping
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 20:36:44 +09:00
..
2014-06-02 23:06:02 +09:00
2014-07-12 20:36:44 +09:00
2014-06-05 13:20:17 +09:00
2014-06-04 18:57:31 +09:00
2014-03-25 22:33:53 +09:00
2014-06-25 16:05:33 +09:00
2014-06-24 15:16:13 -04:00
2014-06-24 21:44:22 +09:00
2014-04-30 09:50:14 +09:00