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

Comparing cvsroot/Coro/Changes (file contents):
Revision 1.268 by root, Mon Oct 8 01:23:14 2007 UTC vs.
Revision 1.271 by root, Tue Oct 9 22:29:26 2007 UTC

18 - Coro::Storable::blocking_* did not properly lock 18 - Coro::Storable::blocking_* did not properly lock
19 resulting in races between coroutines. 19 resulting in races between coroutines.
20 - added Coro::Storable::guard. 20 - added Coro::Storable::guard.
21 - stopping to trace a coroutine could destroy the cctx of 21 - stopping to trace a coroutine could destroy the cctx of
22 an unrelated coroutine. 22 an unrelated coroutine.
23 - explain the relationship between Perl and C coroutines in
24 more detail in Coro::State.
25 - Coro::Util::inet_aton did not short-circuit dotted quad forms,
26 causing a fork per resolve. This also affected Coro::Socket.
27 - sped up Coro::Event next event handling by 15%, uses less memory.
23 28
244.03 Sat Oct 6 21:24:00 CEST 2007 294.03 Sat Oct 6 21:24:00 CEST 2007
25 - added Coro::throw method. 30 - added Coro::throw method.
26 - minor code cleanups. 31 - minor code cleanups.
27 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines