| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Terminate loop if the value is longer than the last otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To avoid VM nesting with mrb_funcall()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More Docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Surrounding space missing in default value assignment)
|
|
unless usage when having a single-line body)
|
|
|
|
It overwrote the original definition in src/error.c, line 446.
|
|
|
|
|
|
Dr Markus Kuhn published in 1999 an article [1] explaining in details
why we shouldn't use the ASCII grave accent (0x60) as a left quotation.
Backticks have been used most notably to produce nice-looking LaTeX
documents but it doesn't seem to be an issue on modern platforms and
for the oldest ones, there are workarounds as mentioned by Dr Kuhn.
[1]: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
|
This implementation is compatible with CRuby's String#gsub/sub
except \1 ... \9 and \+. They are useless without Regexp library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and Arrays; fix #2461
|