--- Coro/Changes 2006/11/05 02:20:16 1.140 +++ Coro/Changes 2006/11/20 19:56:03 1.146 @@ -1,10 +1,14 @@ Revision history for Perl extension Coro. -TODO: possibly convert some of the Event modules into AnyEvent users. + - minor documentation cleanup. +2.5 Tue Nov 7 12:22:33 CET 2006 + - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket + use AnyEvent, moved them to Coro/. - added Coro::LWP which contains all the uglyness required to make LWP non-blocking. - should work with perl 5.9.x now (Andreas König made me do it). + - fixed another bug in Coro::Select when the timeout was undef. - 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. @@ -12,7 +16,6 @@ - emulate undocumented(!) functionality of IO::Socket required by LWP(!!). - updated eg/lwp to work with newer lwp's. - - 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" did already.