| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Improvement of Module#include.
|
|
Optimize range check.
|
|
Brush up mrb_calloc().
|
|
|
|
|
|
- Add some methods: append_features, included_methods and included.
- Modify Module#include to call append_features and included.
|
|
|
|
|
|
== NULL"
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Fix str_replace in string.c
|
|
|
|
- Increment refcnt of shared string.
- Free buffer before replacing.
- Clear MRB_STR_SHARED after decref is called.
- Fix target of aux.capa.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|