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
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
2013-11-15
should not free buffer that is still accessed
Yukihiro "Matz" Matsumoto
2013-11-15
wrong size of filenames buffer
Yukihiro "Matz" Matsumoto
2013-11-15
enum mrb_vtype varies on compile time configuration, namely MRB_NAN_BOXING
Yukihiro "Matz" Matsumoto
2013-11-13
pacify some warnings on OpenBSD
Yukihiro "Matz" Matsumoto
2013-11-07
irep->pool not to be GCed
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-09-03
MSVC: compilation works again (+minor style fixes)
Cremno
2013-09-02
don't use RArray in filename table generating
take_cheeze
2013-09-02
declare variable outside for
take_cheeze
2013-09-02
support multiple filename in irep
take_cheeze
2013-07-03
Fix signed/unsigned warning, size_t for start_index was discarded.
Carson McDonald
2013-07-01
Fix unsigned/signed comparison.
Carson McDonald
2013-05-05
fix typos.
crimsonwoods
2013-04-29
remove our own prototype for sprintf(); ref #1223
Yukihiro "Matz" Matsumoto
2013-04-29
Revert file access mode to 0644.
Masaki Muranaka
2013-04-28
add extern funcs declaration and casts for cimpiling C++ compiler
arton
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-09
Add validation for C language symbol name
h2so5
2013-04-06
stdint header seems required on osx for uint8_t
Julien Ammous
2013-03-30
Merge pull request #1108 from monaka/pr-cleanup-numeric.c-20130329
Yukihiro "Matz" Matsumoto
2013-03-30
Add null char terminate to each symbol name.
Masaki Muranaka
2013-03-29
Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.
Masaki Muranaka
2013-03-29
Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...
Masaki Muranaka
2013-03-29
Reduce temporary memory allocations. They are redundant.
Masaki Muranaka
2013-03-28
Add arena guard. It will be exausted when the pool is huge.
Masaki Muranaka
2013-03-27
Added debug infomation section into .mrb file
Yuichiro MASUI
2013-03-27
little cosmetic change (delete word Rite); bump dump file version number
Yukihiro Matz Matsumoto
2013-03-27
resolve conflict from #964
Yukihiro Matz Matsumoto
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-09
Don't use int. It decreases portability. Use size_t as array index and leng...
Masaki Muranaka
2013-03-08
Don't initialize variables that store result as MRB_DUMP_OK. It possibly caus...
Masaki Muranaka
2013-03-08
Change unsigned char to uint8_t
Yuichiro MASUI
2013-03-08
New mrb format. The detail is in https://github.com/mruby/mruby/issues/944
Yuichiro MASUI
2013-02-23
Merge pull request #878 from monaka/pr-reduce-sprintf
Yukihiro "Matz" Matsumoto
2013-02-23
Merge pull request #875 from monaka/pr-enable-building-libmruby-with-DISABLE_...
Yukihiro "Matz" Matsumoto
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-23
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
Masaki Muranaka
2013-02-23
Fix errors caused by stdio.h dependent code.
Masaki Muranaka
2013-02-15
Pluggable Regexp
mattn
2013-01-29
Remove unused function parametes.
Masaki Muranaka
2013-01-15
Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dump
Yukihiro "Matz" Matsumoto
2013-01-15
silence clang warning
Selman ULUG
[next]