| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix MSVC warnings for error.c
|
|
Support file name and line number argument in eval.
|
|
RRange excl flag use mrb_bool insteard of int
|
|
|
|
By reordering parsing string with mrb_parser_parse won't always start with line 1.
|
|
|
|
|
|
|
|
Fix MSVC warning for backtrace.c
|
|
|
|
|
|
|
|
|
|
|
|
|