| Age | Commit message (Collapse) | Author |
|
Start `mrbconf` documentation.
|
|
|
|
Add fixed state atexit stack feature.
|
|
Move direct superclass checking to `test/t/superclass.rb`.
|
|
[minor-fix]Update value pointer comments
|
|
|
|
Implement String#slice!
|
|
Adds following macros:
* MRB_FIXED_STATE_ATEXIT_STACK (not defined by default)
* When defined enables fixed state atexit stack.
* MRB_FIXED_STATE_ATEXIT_STACK_SIZE (default value: 5)
* This macro will be ignored when `MRB_FIXED_STATE_ATEXIT_STACK` isn't defined.
* When `mrb_state_atexit` is called more than this value it will raise runtime error.
|
|
|
|
Move mrbgems ISO direct superclass test to `superclass.rb`.
Skips test if class isn't defined.
Close #2332.
|
|
|
|
Change to always use locals->car->car.
|
|
Fix clang analizer warnings
|
|
|
|
codegen.c.
|
|
Fix conflict doc since there is only `add_conflict` method.
|
|
|
|
* master:
update add_confict document; ref #2391
Update document by regenerating it.
Add :doc task to run document generator.
Add document for `add_conflict` and `add_conflicts`.
|
|
Update document and add :doc task.
|
|
|
|
|
|
|
|
|
|
|
|
'clang-analyzer'"
This reverts commit 29f14e728d319d9fc80702ba78959c1957944767.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
take-cheeze-add_conflicts
|
|
|
|
|
|
|
|
|
|
Fix memory leaks in String
|
|
Refactor how to use RSTR_NOFREE_P macro
|
|
|
|
|
|
|
|
Add NOFREE macros
|
|
|
|
the end of state, not process; ref #2211
|