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

Comparing Coro/Changes (file contents):
Revision 1.165 by root, Fri Dec 1 03:47:55 2006 UTC vs.
Revision 1.172 by root, Sun Dec 3 22:50:06 2006 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
33.0 3TODO: transfer flags must be per state
4
53.01 Sun Dec 3 23:47:42 CET 2006
6 - forgot to include Coro::Timer.
7
83.0 Sun Dec 3 22:57:25 CET 2006
4 - the "FINALLY COMPLETELY STABLE" release (coming soon: 9 - the "FINALLY COMPLETELY STABLE" release (coming soon:
5 the "FAMOUS LAST WORDS" release). 10 the "FAMOUS LAST WORDS" release).
6 - implement a new stack sharing algorithm. 11 - implement a new stack sharing algorithm, which uses a stack
12 pool (size currently hardcoded).
7 - make stack sharing mandatory (it no longer uses a heuristic). 13 - make stack sharing mandatory (it no longer uses a heuristic).
8 - eval/die no longer cause weird problems under heavy use. 14 - eval/die no longer cause weird problems under heavy use.
9 - Coro::Event could cause livelocks if it was used but 15 - Coro::Event could cause livelocks if it was used but
10 no Coro::Event watchers were used. 16 no Coro::Event watchers were used.
17 - Coro::Event now uses asynccheck as prepare does not
18 check for changed watchers.
19 - Coro::Event allows multiple waiting coros and will wake up one
20 per event.
11 - Coro::Event should be cleaner and more efficient now. 21 - Coro::Event should be cleaner and more efficient now.
12 - new utility function Coro::unblock_sub. 22 - new utility function Coro::unblock_sub.
13 - document the sad fact that Event is no longer reentrant. 23 - document the sad fact that Event is no longer reentrant.
14 - putting a coroutine into the ready queue twice could under 24 - putting a coroutine into the ready queue twice could under
15 some circumstances lead to stack corruption. 25 some circumstances lead to stack corruption.
21 - removed timers from Coro::Timer -> use AnyEvent instead. 31 - removed timers from Coro::Timer -> use AnyEvent instead.
22 - replaced Coro::idle coroutine by (cleaner) idle handler. 32 - replaced Coro::idle coroutine by (cleaner) idle handler.
23 - updated to newest libcoro. 33 - updated to newest libcoro.
24 - implement enhanced support for valgrind. 34 - implement enhanced support for valgrind.
25 - implement is_ready and return value for ready. 35 - implement is_ready and return value for ready.
36 - removed Coro::Cont, it was a misnomer (it's generators),
37 and it was somewhat annoying to get it right. Will come back
38 if somebody asks for it :)
26 - many ->wait methods and Coro::Event could return 39 - many ->wait methods and Coro::Event could return
27 spuriously without the event having happened. 40 spuriously without the event having happened.
28 41
292.5 Tue Nov 7 12:22:33 CET 2006 422.5 Tue Nov 7 12:22:33 CET 2006
30 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket 43 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines