| Age | Commit message (Collapse) | Author |
|
POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
C++ compatibility
|
|
|
|
|
|
(Forgot a couple files)
|
|
Include array.h instead.
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|