| Age | Commit message (Collapse) | Author |
|
|
|
the end of state, not process; ref #2211
|
|
|
|
|
|
|
|
|
|
|
|
take-cheeze-atexit
|
|
|
|
|
|
|
|
#2326
|
|
|
|
This fix use UINT16_MAX for NULL symbol tag, that means maximum symbol length
is not UINT16_MAX-1.
|
|
Add a space aftre bracket.
|
|
|
|
|
|
|
|
src/vm.c fix operation doc
[ci skip]
|
|
|
|
|
|
|
|
|
|
|
|
take-cheeze-dump_lv
|
|
|
|
|
|
`mrb_final_mrbgems` will be called as mrb_state atexit function.
Maybe useful in #1844.
|
|
|
|
|
|
|
|
|
|
|
|
if needed
|
|
take-cheeze-values_at
|
|
|
|
Add API `mrb_get_values_at()` to mruby/range.h .
|
|
|
|
Check that `lv`'s length is always `nlocals - 1`.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|