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

Comparing Coro/Changes (file contents):
Revision 1.477 by root, Sat Dec 13 19:18:36 2008 UTC vs.
Revision 1.478 by root, Sat Dec 13 22:08:12 2008 UTC

13running -> blocked 13running -> blocked
14running -> canceled 14running -> canceled
15blocked -> ready 15blocked -> ready
16blocked -> canceled 16blocked -> canceled
17 17
185.13
18 - don't set diehook to C<undef> but instead to NULL, to avoid 19 - don't set diehook to C<undef> but instead to NULL, to avoid
19 spurious warnings. 20 spurious warnings.
21 - fix a lot of bugs in Coro::SemaphoreSet.
22 - Coro::SemaphoreSet will less often create a semaphore needlessly.
23 - add Coro::SemaphoreSet::count and wait methods.
20 - take advantage of the new Guard module. 24 - take advantage of the new Guard module.
21 - deprecate Coro::guard. 25 - deprecate Coro::guard.
22 26
235.12 Sun Dec 7 13:30:38 CET 2008 275.12 Sun Dec 7 13:30:38 CET 2008
24 - add default config for MirOS, which seems to be a bug-to-bug 28 - add default config for MirOS, which seems to be a bug-to-bug

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines