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
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
2014-07-12
check the return value of `fwrite`
cremno
2014-06-13
Fixed dead increment in 'dump.c' reported by 'clang-analyzer'
Jose Narvaez
2014-05-22
remove unnecessary assignment; ref #2301
Yukihiro "Matz" Matsumoto
2014-05-21
Reduce children filenames listing.
take_cheeze
2014-05-21
Reduce filename table creation in irep dumping to once.
take_cheeze
2014-05-19
allow NULL (no variable) in lvar section of mrb format; fix #2294
Yukihiro "Matz" Matsumoto
2014-05-15
Support `LVAR` section removing.
take_cheeze
2014-05-14
resize register number in LVAR section from 32bits to 16bits
Yukihiro "Matz" Matsumoto
2014-05-14
Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee...
Yukihiro "Matz" Matsumoto
2014-05-02
add namespace prefix to `dump_irep`
cremno
2014-04-30
Added dump_irep in header.
Thiago Scalone
2014-04-29
Remove `lv_len` and use `nlocals - 1` instead.
take_cheeze
2014-04-29
Support local variables information dumping.
take_cheeze
2014-04-29
fix disabled stdio (and remove trailing spaces)
cremno
[next]