| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
the end of state, not process; ref #2211
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now it will parse the #2361 code as:
```
module A
end
module B
end
```
instead of
```
module A
end module B
end
```
|
|
Add generator script to dependency so that it will regenerate C codes when it's modified.
|
|
|
|
|
|
`ISSPACE` and `ISASCII` can be used instead.
|