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.10 by root, Tue Jul 17 00:24:38 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
30.06
4 - ok, i found the showstopper - the same sub must not be
5 re-entered in two different coroutines, otherwise => crash. I
6 see no easy solution to this problem, except by walking the call
7 chaing and saving/restoring the cv's, which is what I do now.
8 - memory leaks still everywhere, especially at thread termination.
9 - Coro::Event now works.
10
110.05 Sun Jul 15 17:32:20 CEST 2001
12 - fixed a few issues in Coro::Event.
13 - I forgot to include Coro::Event in 0.04 :(:(:(
14
150.04 Sun Jul 15 05:24:59 CEST 2001
16 - @_ is now properly localized.
17 - Coro::State is now easier subclassable.
18 - Coro::Cont now coroutine-aware.
19 - Coro::Specific is a low-overhead module to create
20 coroutine-specific vars.
21 - Coro::Event provides a simple interface to Event.
22
30.03 Fri Jul 13 14:51:52 CEST 2001 230.03 Fri Jul 13 14:51:52 CEST 2001
24 - transfer() now implemented in XS (beware).
25 - new module Coro::Cont for really faked continuations.
4 - slight internal architecture change: Coro:: is now 26 - big internal architecture changes: Coro::State is now
5 really low-level and can thus be used to implement other 27 really low-level and can thus be used to implement other
6 interesting things (but better use Coro::Process for 28 interesting things, While "Coro::" implements a process-like
7 interoperability ;). 29 model. Still crude and subject to change.
8 - $_ and $@ are no longer being localized. 30 - $_ and $@ are no longer being localized.
9 31
100.02 Tue Jul 10 01:38:17 CEST 2001 320.02 Tue Jul 10 01:38:17 CEST 2001
11 - implemented "async" attribute. 33 - implemented "async" attribute.
12 - $_ and $@ are now localized. 34 - $_ and $@ are now localized.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines