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-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
2017-10-11
Add MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-09-27
fix: src\dump.c(710): warning C4244: 'function': conversion from 'mrb_int' to...
Tomasz Dąbrowski
2017-09-27
fix: src\dump.c(657): warning C4244: 'function': conversion from 'mrb_int' to...
Tomasz Dąbrowski
2017-08-19
Reduce signed/unsigned warnings in dump.c
Yukihiro "Matz" Matsumoto
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-04-03
Unify `else` clause style
Yukihiro "Matz" Matsumoto
2016-11-24
Add constant export declaration for MRBC output compiled as C++
Tomasz Dąbrowski
2015-12-22
fix build on VS2012
Yasuhiro Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-08-17
fix irep float dump format string for MRB_USE_FLOAT
cremno
2015-07-16
delete mrb_free()-related non-NULL checks
cremno
2015-07-03
remove unnecessary default case
cremno
2015-05-28
remove unnecessary including of <ctype.h>
cremno
2015-05-15
let the C compiler validate the identifier
cremno
2015-05-14
Reenable mrb_dump_irep under DISABLE_STDIO.
Simon Génier
2015-03-22
refactor write_pool_block()
cremno
2015-02-13
re-implement mrb_float_to_str()
cremno
2015-02-02
Replace int with mrb_bool in dump_bigendian_p func
Jun Hiroe
2015-02-02
allow endian specification of mrb files by `mrbc -e/-E`
Yukihiro "Matz" Matsumoto
2014-11-06
%zu format is not supported by MSVC
Hiroshi Mimaki
2014-11-04
specify alignment specifier for GCC and MSC; ref #2630
Yukihiro "Matz" Matsumoto
2014-11-04
Fix misaligned access when reading irep; close #2630
Yukihiro "Matz" Matsumoto
2014-09-04
wrong iseq conversion flag
Yukihiro "Matz" Matsumoto
2014-09-04
avoid iseq allocation from static irep binary. it reduces 424KB allocation fo...
Yukihiro "Matz" Matsumoto
2014-08-28
Fix error handlings for fputs().
Tatsuhiko Kubo
2014-08-28
Fix error handlings for fprintf().
Tatsuhiko Kubo
2014-08-27
Remove discareded NULL checks.
Tatsuhiko Kubo
[prev]
[next]