ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
Revision: 1.8
Committed: Sun Jul 15 15:58:16 2001 UTC (22 years, 10 months ago) by root
Branch: MAIN
Changes since 1.7: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Coro.
2
3 0.05 Sun Jul 15 17:32:20 CEST 2001
4 - fixed a few issues in Coro::Event.
5 - I forgot to include Coro::Event in 0.04 :(:(:(
6
7 0.04 Sun Jul 15 05:24:59 CEST 2001
8 - @_ is now properly localized.
9 - Coro::State is now easier subclassable.
10 - Coro::Cont now coroutine-aware.
11 - Coro::Specific is a low-overhead module to create
12 coroutine-specific vars.
13 - Coro::Event provides a simple interface to Event.
14
15 0.03 Fri Jul 13 14:51:52 CEST 2001
16 - transfer() now implemented in XS (beware).
17 - new module Coro::Cont for really faked continuations.
18 - big internal architecture changes: Coro::State is now
19 really low-level and can thus be used to implement other
20 interesting things, While "Coro::" implements a process-like
21 model. Still crude and subject to change.
22 - $_ and $@ are no longer being localized.
23
24 0.02 Tue Jul 10 01:38:17 CEST 2001
25 - implemented "async" attribute.
26 - $_ and $@ are now localized.
27 - added Coro::Channel.
28 - more testcases, still no docs.
29
30 0.01 Tue Jul 3 02:18:41 CEST 2001
31 - original version; copied from Convert::Scalar.
32