| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add doubling stack extend, as fix for #2016
|
|
Print file name and line number in codedump if available.
|
|
|
|
fix disabled stdio
|
|
define `resize_capa` as a function
|
|
remove `mrb_str_offset`
|
|
remove `DBL_DIG` fallback definition
|
|
|
|
|
|
|
|
|
|
This increases readability and maintainability,
and it also doesn't use reserved identifiers.
|
|
|
|
Fix multiline comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formal arguments and optional arguments exist; close #2144
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
area of implicit nil is not enough to nregs
|
|
|
|
|
|
correct to compare MRB_STACK_GROWTH.
|
|
|
|
|
|
|
|
|
|
|
|
close #2129
|
|
|
|
|
|
|
|
|
|
|
|
|