| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
#2439
|
|
|
|
|
|
|
|
22 enumeration values not handled in switch: 'MRB_TT_FALSE',
'MRB_TT_FREE', 'MRB_TT_TRUE'... [-Wswitch]
|
|
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
|