--- Coro/Changes 2007/10/09 22:29:26 1.271 +++ Coro/Changes 2007/10/10 00:53:18 1.272 @@ -25,6 +25,8 @@ - Coro::Util::inet_aton did not short-circuit dotted quad forms, causing a fork per resolve. This also affected Coro::Socket. - sped up Coro::Event next event handling by 15%, uses less memory. + - switch to a separate stack in $coro->call/eval to avoid + invalidating pointers. 4.03 Sat Oct 6 21:24:00 CEST 2007 - added Coro::throw method.