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
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
2014-04-25
better integer size assertion suggested by usak
Yukihiro "Matz" Matsumoto
2014-04-25
remove -Wsign-compare warnings
Yukihiro "Matz" Matsumoto
2014-04-21
Use boolean macro in is_valid_c_symbol_name()
Jun Hiroe
2014-04-19
Use boolean macro instead of integer literal in `is_debug_info_defined`.
take_cheeze
2014-03-19
remove size_t cast in mrb_assert() since ((size_t)n <= SIZE_MAX) is always true
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-13
Merge pull request #1851 from tmash06/add_include_limit_h
Yukihiro "Matz" Matsumoto
2014-03-13
add including limits.h.
tmash06
2014-03-11
don't use of anonymous unions
take_cheeze
2014-03-08
Make type casts safer.
Masaki Muranaka
2014-03-08
convert too much from size_t to uint32_t; mrb_sym2name_len() takes size_t*
Yukihiro "Matz" Matsumoto
2014-03-07
reduce integer type complexity from int/size_t/uint32_t by unifying them to u...
Yukihiro "Matz" Matsumoto
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-01-07
remove superfluous includes
cremno
2014-01-08
dump.c: wrong filename table dump for multiple script files; close #1648
Yukihiro "Matz" Matsumoto
2013-11-26
move debug record size assertion to correct position
take_cheeze
2013-11-24
fix realloc error
take_cheeze
2013-11-20
mrb format should be portable among configurations (e.g. MRB_NAN_BOXING)
Yukihiro "Matz" Matsumoto
2013-11-20
resolve conflict
Yukihiro "Matz" Matsumoto
2013-11-19
irep->pool struct pool -> mrb_value
Miura Hideki
2013-11-18
write_debug_record should dump info recursively; close #1581
Yukihiro "Matz" Matsumoto
2013-11-15
wrong size of filenames buffer
Yukihiro "Matz" Matsumoto
2013-11-15
should output debug info for child ireps; close #1575
Yukihiro "Matz" Matsumoto
[next]