| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_raise(): API modified. It cannot treat variable arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name
|
|
* Check mismatch of superclass.
* Check constant value whose name is specified as a class's name.
|
|
Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add
mrb_undef_class_method for DRYness.
|
|
|
|
|
|
|
|
|
|
Modify return value of 'respond_to?'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove unnecessary mrb_const_set in class.c.
|
|
|
|
|
|
|
|
- Add some methods: append_features, included_methods and included.
- Modify Module#include to call append_features and included.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|