| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-09 | Fixes file header in src/{cdump,dump}.c [ci skip] | dearblue | |
| The file headers were pointing to each other's files. | |||
| 2021-07-09 | debug.h: use `uint8_t` instead of `char` for BER compressed binary. | Yukihiro "Matz" Matsumoto | |
| 2021-07-09 | cdump.c: avoid uninitialized local variable. | Yukihiro "Matz" Matsumoto | |
| 2021-07-08 | debug.c: new debug line information format `mrb_debug_line_packed_map`. | Yukihiro "Matz" Matsumoto | |
| It uses BER number compression of delta of instruction positions and line numbers. BER compression is a variable length number representation. * `mrb_debug_line_ary`: array of line numbers represented in `uint16_t`. `[lineno, lineno, ...]` * `mrb_debug_line_flat_map`: array of `mrb_irep_debug_info_line`, which is `struct {uint32_t pos; uint16_t lineno}`, for each line. * `mrb_debug_line_packed_map` [new]: sequence of BER compressed 2 numbers, `pos_delta, lineno_delta`. Deltas are differences from previous values (starting `0`). `line_entry_counts` represents total length of a packed map string for this type. | |||
| 2021-06-01 | cdump.c: rename `dump_` prefix to `cdump` for static functions. | Yukihiro "Matz" Matsumoto | |
| 2021-06-01 | cdump.c: separate irep dump in C feature. | Yukihiro "Matz" Matsumoto | |
| 2013-01-29 | Removed mrbc -C option what's C function dump. and TAB to space | Yuichiro MASUI | |
| 2013-01-15 | include/mruby/cdump.h: Add new error codes. | Masaki Muranaka | |
| src/cdump.h: Use error codes defined in mruby/cdump.h. | |||
| 2013-01-09 | Remove redundant null checks. | Masaki Muranaka | |
| 2012-12-19 | fix memory leak in fuction:make_cdump_irep | skandhas | |
| 2012-12-12 | remove unused variable | Yukihiro Matz Matsumoto | |
| 2012-12-08 | should update cdump.c to new mrb_add_irep() API; close #597 | Yukihiro Matz Matsumoto | |
| 2012-12-07 | Fix for issue #569 | Beoran | |
| 2012-10-30 | Use NULL instead of 0. (It is not a bug fix but a cosmetic change.) | Masaki Muranaka | |
| 2012-10-17 | should not free() static iseq from cdump | Yukihiro Matsumoto | |
| 2012-08-29 | remove flags from irep | Yukihiro Matsumoto | |
| 2012-08-14 | NaN boxing | Yukihiro Matsumoto | |
| 2012-07-29 | Make all(?) void casts explicit for C++ | Max Anselm | |
| 2012-07-14 | Remove unnecessary header inclusion | Junji Sawada | |
| 2012-07-05 | restore arena_idx after initializing irep | Yukihiro Matsumoto | |
| 2012-07-05 | cdump.c: pool may contain fixnum value | Yukihiro Matsumoto | |
| 2012-07-05 | big init function in cdump may overflow arena | Yukihiro Matsumoto | |
| 2012-06-27 | Fix str_format_len. | Masamitsu MURASE | |
| 2012-06-26 | Fix str_to_format. See also #314. | Masaki Muranaka | |
| 2012-06-14 | Fix redundant declraration warnings by gcc. | Masaki Muranaka | |
| 2012-05-12 | Use %d instead of %ld in case the type of parameter is int. | Masaki Muranaka | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-24 | move header files {irep,dump,cdump,ritehash}.h to /include/mruby | Yukihiro Matsumoto | |
| 2012-04-24 | change type of RString.size from size_t to long | Yukihiro Matsumoto | |
| 2012-04-23 | Merge branch 'master' of github.com:mruby/mruby | mimaki | |
| Conflicts: src/variable.c | |||
| 2012-04-23 | add file header | mimaki | |
| 2012-04-21 | use %zd for size_t argument | Yukihiro Matsumoto | |
| 2012-04-20 | add mruby sources | mimaki | |
