summaryrefslogtreecommitdiffhomepage
path: root/src/load.c
AgeCommit message (Expand)Author
2012-05-30update mrb->irep_len for each irep additionYukihiro Matsumoto
2012-05-29make arena_idx restoration per irep, not per loadYukihiro Matsumoto
2012-05-29compact arena before raising exception; also reserve a few slots to allocate ...Yukihiro Matsumoto
2012-05-29use API to restore arena_idxYukihiro Matsumoto
2012-05-29restore arena_idx after reading irepYukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-17remove unused assignmentsYukihiro Matsumoto
2012-05-16Avoid "may be used uninitialized in this function" warning.Masaki Muranaka
2012-04-30rm whitespaceroco
2012-04-28use readint/readfloat instead of sscanfYukihiro Matsumoto
2012-04-26mrb_read_irep should take const char *Patrick Hogan
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20fixed wrong malloc sizeFrank Celler
2012-04-20add mruby sourcesmimaki