| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Use mrb_calloc if you want zero cleard buffers.
|
|
Add tests for Modules
|
|
|
|
#included_modules
|
|
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
|
|
|
|
|
|
Initialize mt of module with khash.
|