summaryrefslogtreecommitdiffhomepage
path: root/src/kernel.c
AgeCommit message (Expand)Author
2012-05-07remove unused codeYukihiro Matsumoto
2012-05-05move mrb_obj_is_instance_of from range.c to kernel.cYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-27Merge pull request #61 from pbhogan/fix-warningsYukihiro "Matz" Matsumoto
2012-04-27object iv table can be NULL; close #66Yukihiro Matsumoto
2012-04-26More switch statement cleanup.Patrick Hogan
2012-04-26Remove a bunch of unused variables.Patrick Hogan
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-23remove code for unsupported taint-modeYukihiro Matsumoto
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-23add file headermimaki
2012-04-21object instance variable do not use st.cYukihiro Matsumoto
2012-04-20move src/mdata.h to include/mruby/data.hYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki