| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | Describe the need for `-o` option if multi files given. | Yukihiro "Matz" Matsumoto | |
| 2020-10-12 | Update usage description of `mrbc`. | Yukihiro "Matz" Matsumoto | |
| 2020-10-12 | Add `irep` C struct dump from `mrbc` with `-S` option. | Yukihiro "Matz" Matsumoto | |
| But we need more work: - recursive `irep` dump (`irep->reps`) - pool values dump (`irep->pool`) | |||
| 2020-10-12 | Constify `irep` members. | Yukihiro "Matz" Matsumoto | |
| - `pool` - `syms` - `reps` | |||
| 2020-06-29 | Fix the bug that `mrbc` generates `a.rb.mrb` instead of `a.mrb`. | Yukihiro "Matz" Matsumoto | |
| The bug was introduced by 9dfe50f1d. | |||
| 2020-06-25 | Use `snprintf` instead of `memcpy` in `mrbc.c`. | Yukihiro "Matz" Matsumoto | |
| 2020-05-07 | Remove `-e/-E` options from `mrbc`. | Yukihiro "Matz" Matsumoto | |
| You don't have to specify endian since `mruby 2.0`. | |||
| 2020-03-08 | Add configuration guard for `MRB_DISABLE_STDIO` | dearblue | |
| ref #4576 and ref #4947 * Need MRBAPI functions without `MRB_DISABLE_STDIO`: * mrbgems/mruby-bin-debugger * mrbgems/mruby-bin-mirb * mrbgems/mruby-bin-mrbc * mrbgems/mruby-bin-mruby * mrbgems/mruby-bin-strip * Need `stdio.h`: * mrbgems/mruby-io * mrbgems/mruby-print * Need `snprintf()` in `stdio.h`: * mrbgems/mruby-pack * mrbgems/mruby-sprintf | |||
| 2020-03-08 | Remove unnecessary 'stdio.h'; ref #4947 | dearblue | |
| 'stdio.h' is included in 'mruby.h' ('mrbconf.h'). However, keep 'stdio.h' used by mruby-test. | |||
| 2019-12-23 | Use binary mode in mrbc source code reading | take-cheeze | |
| 2019-08-17 | Fix wrong argument for `fprintf` in `mruby-bin-mrbc` | KOBAYASHI Shuji | |
| 2018-10-29 | Rename libmruby stuff to avoid confusion | take-cheeze | |
| 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 | |||
| 2015-11-27 | include changed from by quotes ("") to by brackets (<>); close #3032 | Yukihiro "Matz" Matsumoto | |
| 2015-09-03 | clear DUMP_ENDIAN flags before setting | Yukihiro "Matz" Matsumoto | |
| 2015-07-16 | delete mrb_free()-related non-NULL checks | cremno | |
| No need to optimize since a program only exits once and errors are rare. Also the mruby source code doesn't have these kind of checks elsewhere. The ones in {Time,Random}#initialize are kept because there it actually matters since initialization always happens and re-initialization is unlikely. | |||
| 2015-06-01 | Compile mruby compiler as mrbgem. | take_cheeze | |
| Compiler codes is moved to "mruby-compiler". Executable `mrbc` is moved to "mruby-bin-mrbc". | |||
