ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.1 by root, Tue Jul 3 02:53:34 2001 UTC vs.
Revision 1.8 by root, Sun Jul 15 15:58:16 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2
30.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
70.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
150.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
240.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.
2 29
30.01 Tue Jul 3 02:18:41 CEST 2001 300.01 Tue Jul 3 02:18:41 CEST 2001
4 - original version; copied from Convert::Scalar. 31 - original version; copied from Convert::Scalar.
5 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines