| Age | Commit message (Collapse) | Author |
|
We have added internal convenience method `__to_str` which
does string type check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes RCE issue
Reported by @bouk
|
|
|
|
|
|
|
|
|
|
define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support.
|
|
|
|
|
|
|
|
This implementation is compatible with CRuby's String#gsub/sub
except \1 ... \9 and \+. They are useless without Regexp library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
null-terminated string should not be included in search targets.
|
|
add test cases for 0 and -1
|
|
|
|
|
|
|
|
ISO_IEC_30170_2012(E)-Charactor_PDF_document.pdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|