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-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
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
2013-01-15
Use MRB_DUMP_OK instead of 0.
Masaki Muranaka
2013-01-09
Fix error handlings.
Masaki Muranaka
2013-01-09
Merge branch 'master' of github.com:mruby/mruby into pr-strict-error-checking
Masaki Muranaka
2013-01-09
Extract each expresion in "if" statements. It is for maintainability.
Masaki Muranaka
2013-01-09
Remove redundant null checks.
Masaki Muranaka
2012-12-19
refactoring src/dump.c
Akira Yumiyama
2012-10-29
Merge pull request #515 from iij/pr-fix-mrb-format
Yukihiro "Matz" Matsumoto
2012-10-30
Use NULL instead of 0. (It is not a bug fix but a cosmetic change.)
Masaki Muranaka
2012-10-30
fixes *.mrb dump/load format with escaped character.
Akira Yumiyama
2012-10-27
define convert method mrb_int/mrb_float with C string
Yuichiro MASUI
2012-10-22
Merge pull request #504 from monaka/pr-remove-redundant-sizeof-char
Yukihiro "Matz" Matsumoto
2012-10-22
Remove redundant sizeof(char). "Always sizeof(char) == 1" is described in ISO...
Masaki Muranaka
2012-10-22
Use MRB_DUMP_SIZE_OF_CHAR instead of sizeof(char).
Masaki Muranaka
2012-10-22
Fix prototype/declaration mismatch in uint8_dump().
Masaki Muranaka
2012-10-20
pool string need not to convert
Yukihiro Matsumoto
2012-09-10
a string may have NUL characters.
Tomoyuki Sahara
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-16
Reduce strlen(). refs #301
Masaki Muranaka
2012-07-08
Use mrb_calloc if you want zero cleard buffers.
Masaki Muranaka
2012-07-06
write_pool_block(): reduce calling strlen(). refs #301.
Masaki Muranaka
2012-06-21
forgot to rename function mrb_sym2name -> mrb_sym2name_len
Yukihiro Matsumoto
2012-06-21
reduce calling of strlen(); #301
Yukihiro Matsumoto
2012-06-15
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Yukihiro Matsumoto
2012-06-05
symbol can contain non printable characters
Yukihiro Matsumoto
2012-05-23
cast style consistency
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-24
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Yukihiro Matsumoto
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki