| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
if needed
|
|
take-cheeze-values_at
|
|
|
|
Add API `mrb_get_values_at()` to mruby/range.h .
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|