Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r13385 r13404 11 11 12 12 # Agent Zhang has reviewed r12962 ~ r13261 13 # ( not including fglock's work)13 # (and possibly some more, but not including fglock's work) 14 14 15 15 == New Perl 6 modules … … 100 100 == Feature Changes 101 101 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. 102 107 * Integrated the Judy library into the Haskell runtime, resulting in 103 108 ~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.107 109 * $obj.*$meth() is now implemented, calling zero or more methods named $meth 108 110 in the inheritence tree, returning an unconcatenated list of return values.
