| Age | Commit message (Collapse) | Author |
|
mrb_check_hash_type(): Remove as no implementation.
|
|
Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add
mrb_undef_class_method for DRYness.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename confusable argument name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions.
|
|
combines compilatoin and execution
|
|
|
|
|
|
|
|
|
|
Kernel#clone, Kernel#dup:
- 'iv' should not be shared with the original object,
but it should be copied.
Kernel#clone:
- 'mt' of singleton_class should be copied.
|
|
|
|
|
|
|
|
crimsonwoods-modify_khash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
overflow
|
|
|
|
|
|
|
|
|
|
Use value.i for nil/false check.
|
|
|