--- Coro/Changes 2009/06/23 00:56:14 1.498 +++ Coro/Changes 2009/07/01 07:26:40 1.506 @@ -8,6 +8,22 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? + - backport to windows process emulation code again (patch by + Yasuhiro MATSUMOTO). + +5.15 Tue Jun 30 10:28:06 CEST 2009 + - deprecate Coro::Socket, document how to get ipv6 support via + AnyEvent::Socket instead. + - implement signal->wait ($cb) interface, similar to semaphores. + - work around SvOK not supporting getmagic, so we have to getmagic + to test for undef :/ (reported by Matthias Waldorf). + - load Coro::AnyEvent in all modules using AnyEvent. + - work around perl corrupting our internal data structures, + reported by Tokuhiro Matsuno. + - enable per-coroutine real and cpu time gathering + (Coro::State::enable_times). + +5.14 Wed Jun 24 01:37:48 CEST 2009 - provide explicit functions to "cede" to the event loop in Coro::AnyEvent, as this seems to have been a difficult concept (poll, sleep, idle, idle_upto). @@ -16,7 +32,7 @@ - free per-thread global scalars in the thread calling ->cancel, to avoid crashes when $_, $@ etc., are magical but some of those had already been freed. - - "unexperimentalize" the callback interface for Coro::Semaphore. + - "unexperimentalise" the callback interface for Coro::Semaphore. - speed up ready queue management/context switching by using a linked list instead of an array (~5-10%). - implement "watch" command in Coro::Debug shells.