--- Coro/Changes 2006/11/01 22:02:45 1.134 +++ Coro/Changes 2006/11/04 01:31:57 1.137 @@ -2,6 +2,17 @@ TODO: possibly convert some of the Event modules into AnyEvent users. +TODO: eg/lwp to use Coro::Select + - should compile with perl 5.9.x now. + - reuse PL_start_env for all coros, saves some memory per coroutine. + - manage PL_top_env differently, hopefully to avoid panic: top_env. + - timeout argument was not properly used in Coro::Socket. + - allow limited forms of subclassing in Coro::Handle/Coro::Socket. + - made Coro::Util an AnyEvent user, moved it to Coro/. + - remove "FATAL: uncaught exception" prefix. coroutines that die + kill the whole process, just as exceptions in the main coroutine + do. + 2.1 Wed Nov 1 23:01:13 CET 2006 - fix a long-standing bug in Coro::Select where select with zero timeout would instead change the current default filehandle.