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

Comparing Coro/Changes (file contents):
Revision 1.3 by root, Fri Jul 13 13:05:38 2001 UTC vs.
Revision 1.5 by root, Sun Jul 15 02:35:51 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
30.04
4 - @_ is now properly localized.
5 - Coro::State is now easier subclassable.
6 - Coro::Cont now coroutine-aware.
7 - Coro::Specific is a low-overhead module to create
8 coroutine-specific vars.
9
30.03 Fri Jul 13 14:51:52 CEST 2001 100.03 Fri Jul 13 14:51:52 CEST 2001
11 - transfer() now implemented in XS (beware).
12 - new module Coro::Cont for really faked continuations.
4 - slight internal architecture change: Coro:: is now 13 - big internal architecture changes: Coro::State is now
5 really low-level and can thus be used to implement other 14 really low-level and can thus be used to implement other
6 interesting things (but better use Coro::Process for 15 interesting things, While "Coro::" implements a process-like
7 interoperability ;). 16 model. Still crude and subject to change.
8 - $_ and $@ are no longer being localized. 17 - $_ and $@ are no longer being localized.
9 18
100.02 Tue Jul 10 01:38:17 CEST 2001 190.02 Tue Jul 10 01:38:17 CEST 2001
11 - implemented "async" attribute. 20 - implemented "async" attribute.
12 - $_ and $@ are now localized. 21 - $_ and $@ are now localized.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines