Changeset 14402 for ChangeLog

Show
Ignore:
Timestamp:
10/18/06 01:01:33 (2 years ago)
Author:
audreyt
Message:

* This be Pugs, version 6.2.13.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r14395 r14402  
    1 = Changes for 6.2.13 (r14400) - October 17, 2006 
     1= Changes for 6.2.13 (r14402) - October 17, 2006 
    22 
    33== Build System 
     
    108108* Pugs::Compiler::Rule (PCR) replaces Parrot/PGE as the default engine 
    109109* Support for `:c/:continue`, `<prior>`, and much more: see PCR's ChangeLog 
    110 * `$()`, `@()` and `%()` parses correctly as `$$/`, `@$/` and `%$/` 
     110* `$()`, `@()` and `%()` parse correctly as `$$/`, `@$/` and `%$/` 
    111111* `/.../` matches `$_` under Int, Num and void context in addition to Bool 
    112112* `m:g/(1)|(2)/` now returns only successfully matched subcaptures