| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
rename `mrb_str_buf_append` to `mrb_str_cat_str`
|
|
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
|
|
|
|
|
|
|
|
It does the same as `mrb_str_cat`.
|
|
|
|
performance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Qualify argv argument of API `const`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add assert before write khash del flags
|
|
|
|
|
|
|
|
Use kh_end instead to n_buckets
|
|
|
|
And fix expression to more simple and readable.
|
|
|
|
|
|
because there can be substituted by n_buckets
|
|
|
|
|
|
|
|
|
|
|
|
stack length.
|
|
The APIs are defined in mruby-proc-ext so include it before using this API.
See mruby-proc-ext's test code for usage.
This should resolve #1794.
|
|
|
|
boudaries on exceptions; close #1942
|
|
|
|
According to include/mruby.h,
/* compatibility macros; will be removed */
#define ARGS_REST() MRB_ARGS_REST()
|
|
|
|
|