summaryrefslogtreecommitdiffhomepage
path: root/src/kernel.c
AgeCommit message (Expand)Author
2012-06-01add Kernel#sendYuichiro MASUI
2012-05-24made mrb_get_args() better (optinal args, type checks); close #173 #176Yukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-20More C++ compilability work: mrb_obj_alloc void* conversionsMitchell Blank Jr
2012-05-18remove unused method.h from kernel.cYukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-05-08move declaration in the middleYukihiro Matsumoto
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