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
/
cdump.c
Age
Commit message (
Expand
)
Author
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-09
cdump.c: avoid uninitialized local variable.
Yukihiro "Matz" Matsumoto
2021-07-08
debug.c: new debug line information format `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: rename `dump_` prefix to `cdump` for static functions.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: separate irep dump in C feature.
Yukihiro "Matz" Matsumoto
2013-01-29
Removed mrbc -C option what's C function dump. and TAB to space
Yuichiro MASUI
2013-01-15
include/mruby/cdump.h: Add new error codes.
Masaki Muranaka
2013-01-09
Remove redundant null checks.
Masaki Muranaka
2012-12-19
fix memory leak in fuction:make_cdump_irep
skandhas
2012-12-12
remove unused variable
Yukihiro Matz Matsumoto
2012-12-08
should update cdump.c to new mrb_add_irep() API; close #597
Yukihiro Matz Matsumoto
2012-12-07
Fix for issue #569
Beoran
2012-10-30
Use NULL instead of 0. (It is not a bug fix but a cosmetic change.)
Masaki Muranaka
2012-10-17
should not free() static iseq from cdump
Yukihiro Matsumoto
2012-08-29
remove flags from irep
Yukihiro Matsumoto
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-07-05
restore arena_idx after initializing irep
Yukihiro Matsumoto
2012-07-05
cdump.c: pool may contain fixnum value
Yukihiro Matsumoto
2012-07-05
big init function in cdump may overflow arena
Yukihiro Matsumoto
2012-06-27
Fix str_format_len.
Masamitsu MURASE
2012-06-26
Fix str_to_format. See also #314.
Masaki Muranaka
2012-06-14
Fix redundant declraration warnings by gcc.
Masaki Muranaka
2012-05-12
Use %d instead of %ld in case the type of parameter is int.
Masaki Muranaka
2012-04-30
rm whitespace
roco
2012-04-24
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Yukihiro Matsumoto
2012-04-24
change type of RString.size from size_t to long
Yukihiro Matsumoto
2012-04-23
Merge branch 'master' of github.com:mruby/mruby
mimaki
2012-04-23
add file header
mimaki
2012-04-21
use %zd for size_t argument
Yukihiro Matsumoto
2012-04-20
add mruby sources
mimaki