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-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
2012-05-17
remove unused assignments
Yukihiro Matsumoto
2012-05-16
Avoid "may be used uninitialized in this function" warning.
Masaki Muranaka
2012-04-30
rm whitespace
roco
2012-04-28
use readint/readfloat instead of sscanf
Yukihiro Matsumoto
2012-04-26
mrb_read_irep should take const char *
Patrick Hogan
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
fixed wrong malloc size
Frank Celler
2012-04-20
add mruby sources
mimaki
[prev]