Changeset 13404 for ChangeLog

Show
Ignore:
Timestamp:
09/17/06 15:21:39 (2 years ago)
Author:
agentz
Message:

[ChangeLog?]
- mentioned the PGE to PCR transition there

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r13385 r13404  
    1111 
    1212# Agent Zhang has reviewed r12962 ~ r13261 
    13 # (not including fglock's work) 
     13# (and possibly some more, but not including fglock's work) 
    1414 
    1515== New Perl 6 modules 
     
    100100== Feature Changes 
    101101 
     102* Enabled Perl 5 embedding by default. Now Pugs heavily depends on p5 embedding. 
     103** For Windows users, ActivePerl 5.8.x is required. 
     104** Set the PUGS_EMBED environment variable to "noperl5" to disable this. 
     105* Replaced PGE with Pugs::Compiler::Rule in Pugs. So now we no longer depend on 
     106  parrot/PGE to do rules any more. 
    102107* Integrated the Judy library into the Haskell runtime, resulting in 
    103108  ~10% performace improvement. 
    104 * Enabled Perl 5 embedding by default. 
    105 ** For Windows users, ActivePerl 5.8.x is required. 
    106 ** Set the PUGS_EMBED environment variable to "noperl5" to disable this. 
    107109* $obj.*$meth() is now implemented, calling zero or more methods named $meth 
    108110in the inheritence tree, returning an unconcatenated list of return values.