| Age | Commit message (Collapse) | Author |
|
The behavior of this is a carry-over from Oniguruma:
https://github.com/kkos/oniguruma/blob/5eaee9f5f8f674aff4875c2b35db00758fa349d6/doc/RE#L246
The previous phrasing was inaccurate since it's fair to construe e.g.
Zero Width Joiner as a control character.
Reported-by: https://github.com/ruby/ruby/pull/12294
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12426
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11528
|
|
Onigmo uses Decimal_Number and not Number for these.
Fixes [Bug #19417]
|
|
- Rename regexp.rdoc to exclude from "Pages". This file is for to be
included in the "class Regexp" document, but it also appeared as a
separate page duplicately.
- Fix links on case-sensitive filesystems.
- Fix to use rdoc-ref instead of converted HTML page names.
|