Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r13316 r13322 50 50 * Perl6::Perl6::Differences was significantly updated. An HTML 51 51 version of it is linked to from the page above. 52 * Added a draft for S16 ([docs/Perl6/Spec/IO.pod]). 52 53 * say() was officially added to the spec 53 54 * Converted Test.pm docs from kwid to POD as there are more tools … … 58 59 * Updated the smokeserver to join the smartlinking fun 59 60 ** smoke client now uploads .yml as well as .html 60 ** smoke server now render synopses using users' smoke results (see SYN links) 61 ** smoke server now renders synopses using users' smoke results 62 (see SYN links on the right margin of 63 http://m19s28.vlinux.de/cgi-bin/pugs-smokeserv.pl?) 61 64 * Added many more smartlinks to the test suite. 62 65 * Rewrote util/prove6 using Perl 5 so that it can now run everywhere. … … 83 86 == Feature Changes 84 87 88 * Integrated the Judy library into the Haskell runtime, resulting in 89 ~10% performace improvement. 85 90 * Enabled Perl 5 embedding by default. 86 91 ** For Windows users, ActivePerl 5.8.8 is required. … … 131 136 } 132 137 * "role A does A" is not allowed anymore. 138 * Added support for the `quotemeta` builtin. 133 139 * Initial support for Capture and Signature objects. 134 140 ** Support for:
