summaryrefslogtreecommitdiffhomepage
path: root/src/dump.c
AgeCommit message (Expand)Author
2020-05-09Remove byteorder constants; ref 87576b8dearblue
2020-05-07Remove endian information/flags from compiled binary format.Yukihiro "Matz" Matsumoto
2019-10-17delete extern in Cyuri
2019-09-25Rename symbol-to-string functions; close #4684Yukihiro "Matz" Matsumoto
2019-01-11Use `%g` instead of `%e` for float representation in dump formatKOBAYASHI Shuji
2019-01-08Fix dump/load float leteral evaluate to infinityKOBAYASHI Shuji
2018-11-15Remove `filename`&`lines` from `mrb_irep` struct.Yukihiro "Matz" Matsumoto
2018-11-15Small renaming refactor in `dump.c`Yukihiro "Matz" Matsumoto
2018-11-02Suppress warningtake-cheeze
2018-11-02Fix dump and load with endianesstake-cheeze
2017-10-11Add MRB_WITHOUT_FLOATYAMAMOTO Masaya
2017-09-27fix: src\dump.c(710): warning C4244: 'function': conversion from 'mrb_int' to...Tomasz Dąbrowski
2017-09-27fix: src\dump.c(657): warning C4244: 'function': conversion from 'mrb_int' to...Tomasz Dąbrowski
2017-08-19Reduce signed/unsigned warnings in dump.cYukihiro "Matz" Matsumoto
2017-08-12Reduce integer type mismatch warnings in VC.Yukihiro "Matz" Matsumoto
2017-04-03Unify `else` clause styleYukihiro "Matz" Matsumoto
2016-11-24Add constant export declaration for MRBC output compiled as C++Tomasz Dąbrowski
2015-12-22fix build on VS2012Yasuhiro Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-11-17DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014Yukihiro "Matz" Matsumoto
2015-08-17fix irep float dump format string for MRB_USE_FLOATcremno
2015-07-16delete mrb_free()-related non-NULL checkscremno
2015-07-03remove unnecessary default casecremno
2015-05-28remove unnecessary including of <ctype.h>cremno
2015-05-15let the C compiler validate the identifiercremno
2015-05-14Reenable mrb_dump_irep under DISABLE_STDIO.Simon Génier
2015-03-22refactor write_pool_block()cremno
2015-02-13re-implement mrb_float_to_str()cremno
2015-02-02Replace int with mrb_bool in dump_bigendian_p funcJun Hiroe
2015-02-02allow endian specification of mrb files by `mrbc -e/-E`Yukihiro "Matz" Matsumoto
2014-11-06%zu format is not supported by MSVCHiroshi Mimaki
2014-11-04specify alignment specifier for GCC and MSC; ref #2630Yukihiro "Matz" Matsumoto
2014-11-04Fix misaligned access when reading irep; close #2630Yukihiro "Matz" Matsumoto
2014-09-04wrong iseq conversion flagYukihiro "Matz" Matsumoto
2014-09-04avoid iseq allocation from static irep binary. it reduces 424KB allocation fo...Yukihiro "Matz" Matsumoto
2014-08-28Fix error handlings for fputs().Tatsuhiko Kubo
2014-08-28Fix error handlings for fprintf().Tatsuhiko Kubo
2014-08-27Remove discareded NULL checks.Tatsuhiko Kubo
2014-07-12check the return value of `fwrite`cremno
2014-06-13Fixed dead increment in 'dump.c' reported by 'clang-analyzer'Jose Narvaez
2014-05-22remove unnecessary assignment; ref #2301Yukihiro "Matz" Matsumoto
2014-05-21Reduce children filenames listing.take_cheeze
2014-05-21Reduce filename table creation in irep dumping to once.take_cheeze
2014-05-19allow NULL (no variable) in lvar section of mrb format; fix #2294Yukihiro "Matz" Matsumoto
2014-05-15Support `LVAR` section removing.take_cheeze
2014-05-14resize register number in LVAR section from 32bits to 16bitsYukihiro "Matz" Matsumoto
2014-05-14Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee...Yukihiro "Matz" Matsumoto
2014-05-02add namespace prefix to `dump_irep`cremno
2014-04-30Added dump_irep in header.Thiago Scalone
2014-04-29Remove `lv_len` and use `nlocals - 1` instead.take_cheeze