| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
#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.
|
|
|
|
|
|
According to CONTRIBUTING.md,
Don't use C++ style comments
/* This is the prefered comment style */
Use C++ style comments only for temporary comment e.g. commenting out some code lines.
|