| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Use RSTR_NOFREE_P in state.c
|
|
|
|
|
|
|
|
Sacrifice some micro-optimization to remove duplicate code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix to not print unnecessary comma.
|
|
|
|
|
|
|
|
|
|
|
|
Proc class should be defined before a first method definition
|
|
|
|
|
|
|
|
Add fixed state atexit stack feature.
|
|
[minor-fix]Update value pointer comments
|
|
|
|
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.
|
|
|
|
mrb_define_method setting mrb->proc_class for method proc
|
|
|
|
Change to always use locals->car->car.
|
|
|
|
codegen.c.
|
|
|
|
|
|
|
|
'clang-analyzer'"
This reverts commit 29f14e728d319d9fc80702ba78959c1957944767.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix memory leaks in String
|