summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
AgeCommit message (Expand)Author
2013-02-28Adjust spaceMATSUMOTO Ryosuke
2013-02-18resolve conflictYukihiro Matz Matsumoto
2013-02-18:Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2013-02-16fix error output for Module#remove_constskandhas
2013-02-15use mrb_get_args("n") instead of decomposing each timeYukihiro Matz Matsumoto
2013-02-15add Module#remove_constYukihiro Matz Matsumoto
2013-01-31Bug fix.Masamitsu MURASE
2013-01-31Add field_write_barrier when an method is defined.Masamitsu MURASE
2013-01-26inspecting anonymous class should not SEGV; close #780Yukihiro Matz Matsumoto
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