summaryrefslogtreecommitdiffhomepage
path: root/src/state.c
AgeCommit message (Expand)Author
2012-12-07refactor and move irep malloc away to mrb_add_irep()Yukihiro Matz Matsumoto
2012-11-09fix incorrect mrb->irep initializationskandhas
2012-11-08Fix build on c++ compilerXuejie Xiao
2012-10-25Use substitution instead of memset in structure initialization.Masaki Muranaka
2012-10-17should not free() static iseq from cdumpYukihiro Matsumoto
2012-09-05Free mrb->rescue and mrb->ensure.Masamitsu MURASE
2012-09-03remove memleaks using linked allocatorYukihiro Matsumoto
2012-09-03introduce toplevel object main; close #327Yukihiro Matsumoto
2012-08-29remove flags from irepYukihiro Matsumoto
2012-08-28free heap pages from mrb_close()Yukihiro Matsumoto
2012-08-28free symbol table from mrb_close()Yukihiro Matsumoto
2012-08-21Refer to irep_capa as well as irep_len when irep is marked by GC.Masamitsu MURASE
2012-08-19mrb_open_allocf() should keep ud in mrb_stateYukihiro Matsumoto
2012-08-19replace RiteVM in comments by mrubyYukihiro Matsumoto
2012-08-19allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889Yukihiro Matsumoto
2012-08-12call mrb_gc_free_gc from mrb_closeYukihiro Matsumoto
2012-07-29Make all(?) void casts explicit for C++Max Anselm
2012-07-21Modify allocation size of mrb->irep.Masamitsu MURASE
2012-07-08Use mrb_calloc if you want zero cleard buffers.Masaki Muranaka
2012-06-03Verify that memory for mrb_state was allocatedJon
2012-06-03issue: make test fail on mingw.liyuray
2012-05-17idx should be less than the cap, if it is equal irep needs to grow.Carson McDonald
2012-04-30rm whitespaceroco
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki