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

Comparing Coro/Changes (file contents):
Revision 1.450 by root, Thu Nov 20 07:12:51 2008 UTC vs.
Revision 1.451 by root, Thu Nov 20 07:25:01 2008 UTC

10 stability issues. 10 stability issues.
11 - bump API version to 7 - all dependents must be recompiled. 11 - bump API version to 7 - all dependents must be recompiled.
12 - removed timed_* functions - they were not being used anyways 12 - removed timed_* functions - they were not being used anyways
13 and should be replaced by a more generic mechanism - 13 and should be replaced by a more generic mechanism -
14 and were annoying to support anyways :) 14 and were annoying to support anyways :)
15 - removed SemaphoreSet's waiter method - use sem instead. 15 - removed SemaphoreSet's waiter method - use sem method instead.
16 - Coro::Semaphore->adjust didn't correctly wake up enough waiters. 16 - Coro::Semaphore->adjust didn't correctly wake up enough waiters.
17 - async_pool did free a scalar value twice 17 - async_pool did free a scalar value twice
18 ("Attempt to unreference..."). 18 ("Attempt to unreference...").
19 - fix a longstanding bug where calling terminate on a coro that 19 - fix a longstanding bug where calling terminate on a coro that
20 was waiting for a semaphore that was just becoming available 20 was waiting for a semaphore that was just becoming available

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines