| Age | Commit message (Collapse) | Author |
|
|
|
Mostly by renaming the shadowing variable.
If a shadowing variable was deleted,
the shadowed one can be used instead.
|
|
OutOfRange() is no longer used.
|
|
Unify and rename duplicated functions (noregexp() and regexp_check()).
|
|
|
|
Add prefix(mrb) to noregexp() and regexp_check().
|
|
|
|
|
|
|
|
mruby core does not support any character encodings but ASCII.
|
|
|
|
|
|
Use RSTRING_LEN to get the length.
|
|
|
|
|
|
|
|
|
|
|
|
Fix memory leaks in String
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`ISSPACE` and `ISASCII` can be used instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactor string.c
|
|
Fix indents in mrb_str_inspect() of string.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define `resize_capa` as a function
|
|
remove `mrb_str_offset`
|
|
|
|
|
|
|
|
This increases readability and maintainability,
and it also doesn't use reserved identifiers.
|