| Age | Commit message (Collapse) | Author |
|
objects; ref #2429
|
|
* Filter `MRB_TT_ENV` and `MRB_TT_ICLASS`.
* Set `mrb->string_class` in `mrb_init_exception` instead.
|
|
|
|
|
|
|
|
|
|
extension.
|
|
`Symbol` class extension.
Add test to check unmodified result is working.
|
|
|
|
|
|
|
|
|
|
Move direct superclass checking to `test/t/superclass.rb`.
|
|
|
|
Move mrbgems ISO direct superclass test to `superclass.rb`.
Skips test if class isn't defined.
Close #2332.
|
|
|
|
|
|
Add a missing space after ","
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
various mruby-struct function changes
|
|
Fix compilation fail caused by GNU Readline and `ISPRINT`.
Also add missing `unsigned char` cast.
|
|
|
|
`ISSPACE` and `ISASCII` can be used instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add String#lines
|
|
Add String#chars, String#each_char, String#codepoints, String#each_codepoint
|
|
|
|
|
|
|
|
|
|
order
|
|
Fix indents in mruby-string-utf8
|
|
Refactor mrb_utf8_strlen() in mruby-string-utf8
|
|
Add string String#chr for utf8
|
|
Implement String#chr
|