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

Comparing Coro/Changes (file contents):
Revision 1.169 by root, Sat Dec 2 18:01:30 2006 UTC vs.
Revision 1.174 by root, Mon Dec 4 03:54:44 2006 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
3TODO: transfer flags must be per state 3TODO: transfer flags must be per state
4TODO: better (earlier) error messages on broken transfer's
4 5
53.0 63.
7 - give a better error message on deadlock.
8 - enhanced testsuite.
9
103.01 Sun Dec 3 23:47:42 CET 2006
11 - forgot to include Coro::Timer.
12
133.0 Sun Dec 3 22:57:25 CET 2006
6 - the "FINALLY COMPLETELY STABLE" release (coming soon: 14 - the "FINALLY COMPLETELY STABLE" release (coming soon:
7 the "FAMOUS LAST WORDS" release). 15 the "FAMOUS LAST WORDS" release).
8 - implement a new stack sharing algorithm, which uses a stack 16 - implement a new stack sharing algorithm, which uses a stack
9 pool (size currently hardcoded). 17 pool (size currently hardcoded).
10 - make stack sharing mandatory (it no longer uses a heuristic). 18 - make stack sharing mandatory (it no longer uses a heuristic).
11 - eval/die no longer cause weird problems under heavy use. 19 - eval/die no longer cause weird problems under heavy use.
12 - Coro::Event could cause livelocks if it was used but 20 - Coro::Event could cause livelocks if it was used but
13 no Coro::Event watchers were used. 21 no Coro::Event watchers were used.
14 - Coro::Event now uses asynccheck as prepare does not 22 - Coro::Event now uses asynccheck as prepare does not
15 check for changed watchers. 23 check for changed watchers.
24 - Coro::Event allows multiple waiting coros and will wake up one
25 per event.
16 - Coro::Event should be cleaner and more efficient now. 26 - Coro::Event should be cleaner and more efficient now.
17 - new utility function Coro::unblock_sub. 27 - new utility function Coro::unblock_sub.
18 - document the sad fact that Event is no longer reentrant. 28 - document the sad fact that Event is no longer reentrant.
19 - putting a coroutine into the ready queue twice could under 29 - putting a coroutine into the ready queue twice could under
20 some circumstances lead to stack corruption. 30 some circumstances lead to stack corruption.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines