summaryrefslogtreecommitdiffhomepage
path: root/src/dump.c
AgeCommit message (Expand)Author
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
2014-04-29Support local variables information dumping.take_cheeze
2014-04-29fix disabled stdio (and remove trailing spaces)cremno
2014-04-25better integer size assertion suggested by usakYukihiro "Matz" Matsumoto
2014-04-25remove -Wsign-compare warningsYukihiro "Matz" Matsumoto
2014-04-21Use boolean macro in is_valid_c_symbol_name()Jun Hiroe
2014-04-19Use boolean macro instead of integer literal in `is_debug_info_defined`.take_cheeze
2014-03-19remove size_t cast in mrb_assert() since ((size_t)n <= SIZE_MAX) is always trueYukihiro "Matz" Matsumoto
2014-03-18add a space after C reserved wordsYukihiro "Matz" Matsumoto
2014-03-15symbol length type to be mrb_intYukihiro "Matz" Matsumoto
2014-03-13Merge pull request #1851 from tmash06/add_include_limit_hYukihiro "Matz" Matsumoto