| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Clean up dump.c
|
|
dump_irep_record(): Set error code in case dump failed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Initialize mt of module with khash.
|
|
|
|
Fix str_replace in string.c
|
|
Free iv of MRB_TT_DATA instance.
|
|
|
|
- Increment refcnt of shared string.
- Free buffer before replacing.
- Clear MRB_STR_SHARED after decref is called.
- Fix target of aux.capa.
|
|
Make strucdata optional if ENABLE_STRUCT is activated
|
|
|
|
|
|
|
|
|
|
|
|
Sprintf NotImplementedError
|
|
|
|
|
|
|
|
|
|
|