Changeset 13263 for ChangeLog

Show
Ignore:
Timestamp:
09/13/06 18:46:12 (2 years ago)
Author:
agentz
Message:

[ChangeLog?]
- another attack (r13048 ~ r13261 is mostly done)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r13262 r13263  
    1010= Changes for 6.28.0 (rXXXXX) - July XX, 2006 
    1111 
     12# Agent Zhang processed r13048 ~ r13261 (not including fglock's work) 
     13 
    1214== New Perl 6 modules 
    1315 
     
    2628* Added make_build_perl5, to make it possible to build all the perl5 modules 
    2729  without installing ghc first.  
     30 
     31XXX fglock: please write more here. 
     32 
     33== Perl 5 to Perl 6 Translater (under [misc/pX/Common/P5_to_P6_Translation]) 
     34 
     35XXX Sage: please write something here. 
    2836 
    2937==  Documentations 
     
    3947  version of it is linked to from the page above. 
    4048* say() was officially added to the spec 
     49* Converted Test.pm docs from kwid to POD as there are more tools 
     50  and familiarity with POD now. 
    4151 
    4252== Examples and the Test Suite 
    4353 
     54* Updated the smokeserver to join the smartlinking fun 
     55** smoke client now uploads .yml as well as .html 
     56** smoke server now render synopses using users' smoke results (see SYN links)  
    4457* Added many more smartlinks to the test suite. 
    4558* Rewrote util/prove6 using Perl 5 so that it can now run everywhere. 
    4659  You can use this to run only a portion of the test suite or even a single 
    47   file. 
    48 * Updated util/prove6 to work better when used outside of the pugs try. 
    49   The "--blib", "--lib" and "--verbose" options from prove were added. 
     60  file. Contrast with the general `prove` utility, `prove6` supports 
     61  multiple Pugs backends and multiple Perl 6 implementations. 
    5062* Updated all tests and examples plus in some docs and other files to 
    5163  remove the #/usr/bin/pugs shebangs and variants thereof. 
     
    7688more information about related features.  
    7789* There are now separate `===` and `eqv` operators. 
     90* Added full support for the START trait blocks. 
    7891* Added support for character name escapes: 
    7992    say "\c[LATIN CAPITAL LETTER Y]"; 
     
    118131XXX audreyt and gaal? 
    119132 
    120  
    121133== Bug Fixes 
    122134 
     
    135147* Parse for "class Foo is also {...}" instead of having Foo 
    136148  inherit from ::also. 
     149 
    137150 
    138151= Changes for 6.2.12 (r10930) - June 26, 2006