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
/
load.c
Age
Commit message (
Expand
)
Author
2021-10-24
Make `mrb_static_assert()` a variable argument
dearblue
2021-09-09
load.c: no need for conditional compilation; #5547
Yukihiro "Matz" Matsumoto
2021-08-26
value.h: reconstruct `mrb_ro_data_p()`.
Yukihiro "Matz" Matsumoto
2021-08-21
Organize the include of header files
dearblue
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-07-12
load.c: call `mrb_top_run()` from `mrb_load_proc()`; fix #5504
Yukihiro "Matz" Matsumoto
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-08
debug.c: new debug line information format `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: make `mrb_str_len_{inum,dbl}()` static.
Yukihiro "Matz" Matsumoto
2021-05-20
Support load 64-bit integer from mrb format with MRB_32BIT and MRB_INT64
KOBAYASHI Shuji
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-03-05
Fix load 64-bit integer from mrb format; fix #5369
KOBAYASHI Shuji
2021-01-25
fix comparison of minor version
HASUMI Hitoshi
2021-01-20
Remove CRC16 from dumped mruby binary.
Yukihiro "Matz" Matsumoto
2021-01-12
Silence Windows warnings (cast and `setmode`).
Yukihiro "Matz" Matsumoto
2021-01-10
Replace `tempirep` with `RProc`
dearblue
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-26
Avoid memory leak when `mrb_read_irep()` fails.
Yukihiro "Matz" Matsumoto
2020-11-24
Fix compiler errors from `MRB_NO_FLOAT`; #5185
Yukihiro "Matz" Matsumoto
2020-11-23
Fix unintended variable shadowing
Wataru Ashihara
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-15
Fix out of bound access in `parse.y`.
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
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
Raname `mrb_exc_new_str_lit()` to `mrb_exc_new_lit()`.
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
Extended mruby binary format
dearblue
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
Use `int` instead of `mrb_int` for arena index.
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
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace entire `irep->pool`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `struct mrb_locals` to `struct mrb_lvinfo`.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-08-11
Fix `mrb_int` and `size_t` combination warnings.
Yukihiro "Matz" Matsumoto
2020-06-05
Change arena index from `mrb_int` to `int`.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2020-05-07
Remove endian information/flags from compiled binary format.
Yukihiro "Matz" Matsumoto
2020-01-06
Refactor `mrb_cstr_to_dbl`; ref #4920
Yukihiro "Matz" Matsumoto
2020-01-06
Avoid creating temporary objects in `read_irep_record_1`; close #4920
Yukihiro "Matz" Matsumoto
2019-09-21
Rename MRB_USE_ETEXT_EDATA to MRB_USE_LINK_TIME_RO_DATA_P and support lld lin...
Fangrui Song
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-05-22
Merge pull request #4403 from dearblue/read-irep-from-buf
Yukihiro "Matz" Matsumoto
2019-05-19
Remove "LINE" section reader
dearblue
2019-05-03
Fix `FLAG_SRC_STATIC` always set in `mrb_read_irep()` with `MRB_USE_CUSTOM_RO...
dearblue
[next]