| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fix bugs on Heredocument
|
|
|
|
- heredoc in array literal
- heredoc in args
- heredoc in expression expand
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove function delarations not implemented in code
|
|
|
|
|
|
|
|
DATA_GET_PTR() to type safe retrieval (TypeError will be raised), DATA_CHECK_GET_PTR() to get nil if type mismatched
|
|
|
|
|
|
|
|
|
|
|
|
MRB_GC_TURN_OFF_GENERATIONAL; #1447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
API changes:
- value.p must be accessed via mrb_value_p macro
- value.p must be mutated via MRB_SET_VALUE_P macro
|
|
|
|
|
|
|
|
separate out `incremental_gc_step()` from `mrb_incremental_gc()`, and misc minor rename
|
|
|
|
|
|
Add comments in irep.h
|
|
|
|
|
|
|
|
|
|
khash.h optimizes more.
|