| Age | Commit message (Collapse) | Author |
|
performance.
|
|
Add tests for String#rindex of mruby-string-utf8.
|
|
Use RARRAY_* macro instead of accessing RArray field.
|
|
|
|
Add block argument with Array#uniq! and Array#uniq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement String#ord, String#split for mruby-string-utf8
|
|
|
|
|
|
raises exception
|
|
Implement String#index, fixes #2073
|
|
|
|
|
|
|
|
Add mrb_regexp_p.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
based on a patch from @ksss; close #2071
|
|
based on a patch from @ksss; close #2070
|
|
various functions should have internal linkage
|
|
convert exception message to string
|
|
Move src/re.h to include/mruby/re.h .
|
|
|
|
|
|
fixes: mruby -e "p ArgumentError.new(1)"
|
|
|
|
|
|
|
|
|
|
Refactor numeric.c
|
|
|
|
|
|
|
|
Add test for UTF-8 string String#size .
|
|
|