index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
dump.c
Age
Commit message (
Expand
)
Author
2022-01-09
Fixes file header in src/{cdump,dump}.c [ci skip]
dearblue
2021-12-13
Avoid losing the upper digits for mruby binary
dearblue
2021-08-21
Organize the include of header files
dearblue
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-07-08
debug.c: new debug line information format `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: separate irep dump in C feature.
Yukihiro "Matz" Matsumoto
2021-04-24
Introduce `MRB_GC_RED`
dearblue
2021-04-03
Fix build failures with `enable_debug` and `enable_cxx_abi`
dearblue
2021-03-30
mrbc: Dump debug info with -g option
fundamental
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-03-01
dump.c: remove operator_table if `MRB_NO_STDIO` is defined.
Yukihiro "Matz" Matsumoto
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-01-27
Avoid 'possible loss of data' casting in binary search
KOBAYASHI Shuji
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-25
fix TYPO in RITE BINARY HEADER
HASUMI Hitoshi
2021-01-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-20
Remove CRC16 from dumped mruby binary.
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-09
Remove unnecessary `#include` in generated files
KOBAYASHI Shuji
2021-01-06
Consider the case a local variable name does not become a named presym
KOBAYASHI Shuji
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-11-30
Integrate the output of the catch handler table into iseq
dearblue
2020-11-30
Fixed irep size measurement by dump; ref #5203
dearblue
2020-11-29
Merge pull request #5203 from komainu8/fix-heap-buffer-overflow
Yukihiro "Matz" Matsumoto
2020-11-29
Fix heap buffer overflow when dump irep
Horimoto Yasuhiro
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-24
Fix compiler errors from `MRB_NO_FLOAT`; #5185
Yukihiro "Matz" Matsumoto
2020-11-22
Fix size of local variable array in struct dumped file
KOBAYASHI Shuji
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-18
Revert "Check if irep->reps is NULL in lv_defined_p"
Yukihiro "Matz" Matsumoto
2020-11-18
Check if irep->reps is NULL in lv_defined_p
Zhang Xiaohui
2020-10-14
Add indent to `lv` in the C dump.
Yukihiro "Matz" Matsumoto
2020-10-12
No need to get the `irep` record size twice.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `MRB_FLOAT_FMT` to always use double precision.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove the length of `Float' pool from the binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Dump/load 16 bits for `ilen` and `slen` in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Should use `PRId32` to dump `.i32`; ref #5084
Yukihiro "Matz" Matsumoto
2020-10-12
Include `mruby/endian.h` only when `MRB_NO_FLOAT` is undefined.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `U` prefix for `mrb_sym` dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Don't compare `int' with `size_t` (from `sizeof()`).
Yukihiro "Matz" Matsumoto
2020-10-12
Change float representation in `mrb` binary files.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix typo `_hander` -> `_handler`.
Yukihiro "Matz" Matsumoto
2020-10-12
Adjust PR #5060 to the latest `mruby3` branch.
Yukihiro "Matz" Matsumoto
2020-10-12
Extended mruby binary format
dearblue
2020-10-12
Fix the bug by the combination with `MRB_64BIT` and `MRB_INT32`.
Yukihiro "Matz" Matsumoto
2020-10-12
You don't need to keep index in local variables info in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Split `MRB_BINARY_FORMAT` to major and minor.
Yukihiro "Matz" Matsumoto
[next]