| Age | Commit message (Collapse) | Author |
|
mrb_check_hash_type(): Remove as no implementation.
|
|
Remove commented out code.
|
|
|
|
* Check mismatch of superclass.
* Check constant value whose name is specified as a class's name.
|
|
|
|
Protect deleted key and value from GC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add
mrb_undef_class_method for DRYness.
|
|
fix segmentation fault in Array#last
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: SIZE_MAX is not defined in "stdint.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modify proc_lambda
|
|
Modify return value of 'respond_to?'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|