summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
AgeCommit message (Expand)Author
2012-06-02'mrb_sym' used as 'uint32_t'. it's broken portability; based on the work from...Yukihiro Matsumoto
2012-06-01Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-31Add Module.const_defined? && _get && _set methodsYuichiro MASUI
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-31mrb_gets_args strict argc check; now returns argcYukihiro Matsumoto
2012-05-31remove #new from immediate classesYukihiro Matsumoto
2012-05-24raise error on too many argumentsYukihiro Matsumoto
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-19C++ compilabilty -- "new" is a C++ keyword, avoid itMitchell Blank Jr
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