summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
AgeCommit message (Expand)Author
2012-05-17remove unused assignmentsYukihiro Matsumoto
2012-05-17add mrb_define_singleton_method/mrb_define_module_functionYukihiro Matsumoto
2012-05-16Remove some redundant function declarations.Masaki Muranaka
2012-05-09partial VC supportYukihiro Matsumoto
2012-05-08add Class#inherited hookYukihiro Matsumoto
2012-05-06mrb_get_arg(i/f) should set zero from nilYukihiro Matsumoto
2012-05-06Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-05remove unused argc checkYukihiro Matsumoto
2012-05-05typo fixedYukihiro Matsumoto
2012-05-05mrb_get_args(i) should convert using to_intYukihiro Matsumoto
2012-05-05mrb_get_args(f) should convert using to_fYukihiro Matsumoto
2012-05-05move mrb_obj_is_instance_of from range.c to kernel.cYukihiro Matsumoto
2012-05-04Fix SEGV when including an object other than ModuleKazuki Tsujimoto
2012-04-30rm whitespaceroco
2012-04-26Remove unused ret argument from kh_put.Patrick Hogan
2012-04-26More switch statement cleanup.Patrick Hogan
2012-04-26supeclass type check prohibits class definition without superclass specifiedYukihiro Matsumoto
2012-04-24superclass should be a classYukihiro Matsumoto
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-23fix inheritance chain; fix #41Yukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20no need to pre-allocate method tableYukihiro Matsumoto
2012-04-20undef Module#newYukihiro Matsumoto
2012-04-20wrong inheritance chain from singleton classYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki