| Age | Commit message (Collapse) | Author |
|
|
|
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
close #951
|
|
Use MRB_IREP_ARRAY_INIT_SIZE macro.
|
|
|
|
possible to reduce RAM size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initialize mrb->irep array with 0 when realloc is called.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
solution: initialize memory allocated.
|
|
|
|
|
|
|
|
|
|
|