| Age | Commit message (Collapse) | Author |
|
codegen.c.
|
|
'clang-analyzer'"
This reverts commit 29f14e728d319d9fc80702ba78959c1957944767.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2258
|
|
|
|
|
|
|
|
take-cheeze-dump_lv
|
|
|
|
Check that `lv`'s length is always `nlocals - 1`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new name is better and less confusing, because:
- `mrb_str_append` calls `mrb_str_to_str` and this function doesn't
- `mrb_str_buf_append` _is_ `mrb_str_cat` for `mrb_value` strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RRange excl flag use mrb_bool insteard of int
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Implement code generation of NODE_DXSTR.
* Fix NOVAL NODE_XSTR.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The allocation size for null-terminated character is lacking.
In actual, it is no problem in most case
because codegen_palloc allocates more a memory size than required size.
|