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

Comparing Coro/Changes (file contents):
Revision 1.436 by root, Wed Nov 19 02:56:15 2008 UTC vs.
Revision 1.438 by root, Wed Nov 19 05:58:48 2008 UTC

26 it was available but waiters were still blocked). 26 it was available but waiters were still blocked).
27 - calling throw on a coroutine that is waiting for a semaphore will 27 - calling throw on a coroutine that is waiting for a semaphore will
28 no longer make it acquire the semaphore (and thus leak a count). 28 no longer make it acquire the semaphore (and thus leak a count).
29 - perl's process emulation is now not even theoretically supported 29 - perl's process emulation is now not even theoretically supported
30 anymore. 30 anymore.
31 - new functions Coro::rouse_cb and Coro::rouse_wait.
31 - new function Coro::Semaphore::wait. 32 - new function Coro::Semaphore::wait.
32 - use named constants in Coro::Channel (Richard Hundt). 33 - use named constants in Coro::Channel (Richard Hundt).
33 - directly patch the entersub opcode calling SLF functions (cede, 34 - directly patch the entersub opcode calling SLF functions (cede,
34 transfer and so on). this does speed up context switching, but 35 transfer and so on). this does speed up context switching, but
35 more importanly, it frees us from the hardcoded behaviour of 36 more importanly, it frees us from the hardcoded behaviour of
55 some unknown (because I was too lazy), but certain, speedup, and also 56 some unknown (because I was too lazy), but certain, speedup, and also
56 making signals reliable for the first time. 57 making signals reliable for the first time.
57 - forgot to include Coro/libcoro/README in the dist for all these years. 58 - forgot to include Coro/libcoro/README in the dist for all these years.
58 - work around a freebsd pthreads bug (manual testcancel is required as 59 - work around a freebsd pthreads bug (manual testcancel is required as
59 pthread_cond_wait isn't a cancellation point on freebsd). 60 pthread_cond_wait isn't a cancellation point on freebsd).
61 - use new rouse functions to speed up and simplify Coro::BDB.
60 - (libcoro) lots of minor cleanups and portability improvements. 62 - (libcoro) lots of minor cleanups and portability improvements.
61 63
624.913 Sat Nov 15 07:58:28 CET 2008 644.913 Sat Nov 15 07:58:28 CET 2008
63 - async_pool did free a scalar value twice 65 - async_pool did free a scalar value twice
64 ("Attempt to unreference..."). 66 ("Attempt to unreference...").

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines