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
/
load.c
Age
Commit message (
Expand
)
Author
2013-03-27
Added debug infomation section into .mrb file
Yuichiro MASUI
2013-03-27
Remove unused variable
mattn
2013-03-27
bug in fread(3) error check
Yukihiro Matz Matsumoto
2013-03-27
resolve conflict from #964
Yukihiro Matz Matsumoto
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-15
obsolete mrb_object; opposite of bc870ce
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-09
Sanity check. As there are implicaton SIZE_MAX >= UINT32_MAX in this code. Th...
Masaki Muranaka
2013-03-09
Clean up code.
Masaki Muranaka
2013-03-09
Store to *bin_size if bin_size != NULL.
Masaki Muranaka
2013-03-09
Use type cast not void* but char*. Don't substiture void pointers.
Masaki Muranaka
2013-03-08
Remove unused substitutions and calculations.
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-03-03
Remove trailing whitespaces. This is just a cosmetic change.
Masaki Muranaka
2013-02-23
Fix errors caused by stdio.h dependent code.
Masaki Muranaka
2013-02-15
Pluggable Regexp
mattn
2013-01-22
zero initialize hex buffers; close 768
Yukihiro Matz Matsumoto
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-07
mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024
Yukihiro Matz Matsumoto
2012-12-07
refactor and move irep malloc away to mrb_add_irep()
Yukihiro Matz Matsumoto
2012-12-05
rename mrb_load_irep etc. for naming consistency
Yukihiro Matz Matsumoto
2012-11-07
compatible with MSVC
skandhas
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-28
Merge pull request #510 from masuidrive/master
Yukihiro "Matz" Matsumoto
2012-10-27
define convert method mrb_int/mrb_float with C string
Yuichiro MASUI
2012-10-25
Use substitution instead of memset in structure initialization.
Masaki Muranaka
2012-10-17
Fix degrades by #490. (Some changes are reverted.)
Masaki Muranaka
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-08-18
remove assignment to unused dst; close #424
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-09
initialize stuctures on stack without memset(); close #350
Yukihiro Matsumoto
2012-06-26
Refactor hex_to_str().
Masaki Muranaka
2012-06-15
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Yukihiro Matsumoto
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-13
stop using strtol (via readint) except in load.c; use custom readint_float
Yukihiro Matsumoto
2012-06-05
symbol can contain non printable characters
Yukihiro Matsumoto
2012-05-31
remove unused variable
Yukihiro Matsumoto
2012-05-30
update mrb->irep_len for each irep addition
Yukihiro Matsumoto
2012-05-29
make arena_idx restoration per irep, not per load
Yukihiro Matsumoto
2012-05-29
compact arena before raising exception; also reserve a few slots to allocate ...
Yukihiro Matsumoto
2012-05-29
use API to restore arena_idx
Yukihiro Matsumoto
2012-05-29
restore arena_idx after reading irep
Yukihiro Matsumoto
2012-05-23
cast style consistency
Yukihiro Matsumoto
[next]