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
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
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
2020-10-12
Add `const` qualifier to generated `Proc` structures.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `%u` instead of `%d` to dump symbol IDs.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid use of designated initializer for the sake of `cxx_abi`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add casts to silence warnings.
Yukihiro "Matz" Matsumoto
2020-10-12
Clarify the use of `MRB_64BIT` and `MRB_INT64` in `dump.c` and `load.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `dump.c` for `MRB_INT32` env.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C source file to represent `mrb_irep` structures.
Yukihiro "Matz" Matsumoto
2020-10-12
Removed alignment pragma from `-B` output from `mrbc`.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace entire `irep->pool`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `irep` C struct dump from `mrbc` with `-S` option.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-05-09
Remove byteorder constants; ref 87576b8
dearblue
2020-05-07
Remove endian information/flags from compiled binary format.
Yukihiro "Matz" Matsumoto
2019-10-17
delete extern in C
yuri
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-01-11
Use `%g` instead of `%e` for float representation in dump format
KOBAYASHI Shuji
2019-01-08
Fix dump/load float leteral evaluate to infinity
KOBAYASHI Shuji
2018-11-15
Remove `filename`&`lines` from `mrb_irep` struct.
Yukihiro "Matz" Matsumoto
2018-11-15
Small renaming refactor in `dump.c`
Yukihiro "Matz" Matsumoto
2018-11-02
Suppress warning
take-cheeze
2018-11-02
Fix dump and load with endianess
take-cheeze
[next]