Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r14395 r14402 1 = Changes for 6.2.13 (r1440 0) - October 17, 20061 = Changes for 6.2.13 (r14402) - October 17, 2006 2 2 3 3 == Build System … … 108 108 * Pugs::Compiler::Rule (PCR) replaces Parrot/PGE as the default engine 109 109 * Support for `:c/:continue`, `<prior>`, and much more: see PCR's ChangeLog 110 * `$()`, `@()` and `%()` parse scorrectly as `$$/`, `@$/` and `%$/`110 * `$()`, `@()` and `%()` parse correctly as `$$/`, `@$/` and `%$/` 111 111 * `/.../` matches `$_` under Int, Num and void context in addition to Bool 112 112 * `m:g/(1)|(2)/` now returns only successfully matched subcaptures
