--- cvsroot/Coro/Changes 2011/02/13 22:06:18 1.548 +++ cvsroot/Coro/Changes 2011/03/31 04:24:19 1.554 @@ -1,13 +1,27 @@ Revision history for Perl extension Coro. TODO: should explore PerlIO::coroaio (perl leaks like hell). -TODO: unready_all -TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx + - be a bit more crash-resistant when calling (buggy) on_destroy + callbacks (bets effort). + +5.372 Wed Feb 23 06:14:30 CET 2011 + - apparently mingw doesn't provide a working gettimeofday, try to + work around that by relying on Time::HiRes (indirectly brought to + my attention by Max Maischein). + - fix some portability issues when Time::HiRes was used. + +5.371 Mon Feb 21 14:36:08 CET 2011 + - backport to windows process emulation code again. + +5.37 Sat Feb 19 07:49:44 CET 2011 + - add a big "Coro thread life cycle" section to "man Coro". - try a tentative workaround against the breakage that 5.13 has introduced without depreciation period. sigh. + - no longer use Time::HiRes if gettimeofday is available, which + saves quite a lot of memory. 5.36 Sun Feb 13 05:33:41 CET 2011 - automatically load Coro::Channel, Coro::RWLock, Coro::Semaphore,