--- cvsroot/Coro/Changes 2010/09/12 03:06:37 1.541 +++ cvsroot/Coro/Changes 2011/02/06 00:27:43 1.546 @@ -6,6 +6,23 @@ TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx + - automatically load Coro::Channel, Coro::RWLock, Coro::Semaphore, + Coro::SemaphoreSet, Coro::Signal and Coro::Specific on first "new" + method call. + - undocument Coro::Timer::sleep and obsolete whole module. + - optimise Coro::Timer::timeout memory and cpu usage. + - slightly updated Coro::Intro for recent changes. + +5.25 Thu Nov 11 01:08:39 CET 2010 + - try a different approach on netbsd - netbsd 5 finally has marginally + working pthreads, but still broken ucontext/sigaltstack. + - openbsd 4.8 finally got their act together, Coro works out of the box + with asm, setjmp and pthreads (no change, just informational). + +5.24 Sat Oct 23 11:27:12 CEST 2010 + - port to the EV 4.0 API. + - work around bugs in mingw32, making strawberry perl work + out of the box. - correctly modify Coro::AIO function prototypes so that they reflect the "no optional parameters" rule. - "ported" libcoro to C++.