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
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