Changeset 14368 for ChangeLog

Show
Ignore:
Timestamp:
10/17/06 08:26:38 (2 years ago)
Author:
audreyt
svk:copy_cache_prev:
21206
Message:

* ChangeLog?: Sketch #1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r14367 r14368  
    5050=== [ext/Test/] 
    5151 
     52* Converted `Test.pm` documentation from Kwid to POD syntax. 
    5253* Removed the `eval_ok` and `eval_is` functions; use `is eval` instead. 
    5354 
     
    103104=== [misc/runpugs/] 
    104105 
    105 * See [http://run.pugscode.org/]. 
     106* A web teminal for running an interactive Pugs shell on the web. 
     107* WebTerminal: A library for building web terminals for interactive shells. 
     108* See [http://run.pugscode.org/] for a live demo. 
    106109 
    107110== Documentation 
    108111 
    109 * Perl6::Perl6::Differences was significantly updated. An HTML 
    110   version of it is linked to from the page above. 
    111 * Added a draft for S16 ([docs/Perl6/Spec/IO.pod]). 
    112 * say() was officially added to the spec 
    113 * Converted Test.pm docs from kwid to POD as there are more tools 
    114   and familiarity with POD now. 
    115 * Pugs::Doc::Hack::Style - Haskell style guide for Pugs hackers 
    116 * docs/talks/extraction.xul - Nathan Gray's talk 'Practical Extraction with 
    117   Perl 6' 
    118 * ported documentation for function chmod, getc, opendir, closedir, readdir, 
    119   rewinddir rmdir unlink close print to Spec::IO 
     112=== [docs/Perl6/Perl5/Differences.pod] 
     113 
     114* Significantly updated and linked from [http://spec.pugscode.org/]. 
     115 
     116=== [docs/Perl6/Spec/] 
     117 
     118* A new S16 draft for IO/IPC/Signals as [docs/Perl6/Spec/IO.pod]. 
     119* A new S26 draft for Documentation as [docs/Perl6/Spec/Documentation.pod]. 
     120* Revamped S29 draft in [docs/Perl6/Spec/Functions.pod]. 
     121 
     122=== [docs/Pugs/Doc/] 
     123 
     124* New directory for Pugs-specific documentations. 
     125* Haskell style guide for Pugs hackers in [docs/Pugs/Doc/Hack/Style.pod]. 
     126 
     127=== [docs/talks/extraction.xul] 
     128 
     129* Slides from Nathan Gray's "Practical Extraction with Perl 6" talk. 
    120130 
    121131== New Features