summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
AgeCommit message (Expand)Author
2013-01-13add new specifier "b" (boolean) for mrb_get_args()Yukihiro Matz Matsumoto
2013-01-04add mrb_mod_method_definedskandhas
2012-12-29add mrb_mod_remove_method/remove_methodskandhas
2012-12-25add mrb_mod_remove_cvarskandhas
2012-12-23add mrb_mod_cvar_definedskandhas
2012-12-21add mrb_mod_cvar_setskandhas
2012-12-20add check_cv_nameskandhas
2012-12-20mrb_mod_cvar_getskandhas
2012-12-13class of TT_VOIDP should be ObjectYukihiro Matz Matsumoto
2012-12-03add check_const_name for Module#const_setskandhas
2012-12-03add check_const_name for Module#const_getskandhas
2012-12-03add check_const_name for Module#const_defined?skandhas
2012-12-03add function:check_const_nameskandhas
2012-11-30Merge pull request #573 from skandhas/pr-add-Module-module_evalYukihiro "Matz" Matsumoto
2012-11-30Merge pull request #578 from tricknotes/stop-warningYukihiro "Matz" Matsumoto
2012-12-01Fix typos: invalide -> invalid; patch from @darashi; close #577Yukihiro Matz Matsumoto
2012-11-30Stop warning: extra ';' outside of a functionRyunosuke SATO
2012-11-27add Module#class_evalskandhas
2012-11-27add comments for Module#module_evalskandhas
2012-11-27add Module#module_evalskandhas
2012-11-26add comments for Module#instance_methodsskandhas
2012-11-26add Module#instance_methodsskandhas
2012-11-24add comment for Module#include?skandhas
2012-11-24add Module#include?skandhas
2012-11-19fix lost const variable in class BasicObjectskandhas
2012-11-16prepare metaclass of metaclass when retrieving by singleton_class(); close #540Yukihiro Matz Matsumoto
2012-11-14should print SCLASS as modules and classesYukihiro Matz Matsumoto
2012-11-14zero initialize singleton_class ivYukihiro Matz Matsumoto
2012-11-12modify aspecskandhas
2012-11-09add Module#class_variablesskandhas
2012-11-08avoid local variable declaration in the middlenkshigeru
2012-11-07Ruby and align the behavior.Akira Yumiyama
2012-11-07fix 'undefined method' error message.Akira Yumiyama
2012-11-04add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()Yukihiro Matz Matsumoto
2012-11-04replace SYMBOL_P() by mrb_symbol_p()Yukihiro Matz Matsumoto
2012-11-03FALSE and STRING should not be converted to float for get_args("f"); close #525Yukihiro Matsumoto
2012-10-28change the error message (NoMethodError, NameError)Akira Yumiyama
2012-10-23mrb_raisef(): new function. Same as previou version of mrb_raise().Masaki Muranaka
2012-10-09Bugfix for crash if main was extended with a module.Beoran
2012-09-06add Module#inspect; close #453Yukihiro Matsumoto
2012-09-06inspect on classes should not cause SEGVYukihiro Matsumoto
2012-08-14NaN boxingYukihiro Matsumoto
2012-08-13setjmp in mrb_funcall_with_block if mrb->jmp is emptyYukihiro Matsumoto
2012-08-13use TRUE/FALSE instead of 1/0Yukihiro Matsumoto
2012-08-12now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...Yukihiro Matsumoto
2012-08-08store :initialize in mrb structureYukihiro Matsumoto
2012-08-04super look-up scheme fixed; close #415Yukihiro Matsumoto
2012-08-03define_method to copy block bodyYukihiro Matsumoto
2012-08-03mrb_singleton_class should raise TypeError for immediate objectsYukihiro Matsumoto
2012-08-03mrb_define_method_vm should update target_classYukihiro Matsumoto