--- Coro/Changes 2008/11/24 07:55:28 1.463 +++ Coro/Changes 2008/12/04 05:12:30 1.472 @@ -5,6 +5,25 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +TODO: CF_RUNNING makes sense only for Coros, not States +TODO: Coro::AnyEvent should only force detect in the idle hook. + - add default config for MirOS, which seems to be a bug-to-bug + compatible fork of openbsd ("world domination by releasing + openbsd cvs before the openbsd folks do it" or so :). + - free_padlist did destroy the names pad, not good, but didn't + seem to bother perl - this could fix issues such as eval "" + inside a function called form multiple coroutines. + - use a different method to detect destruction time. + - be more careful when freeing padlists just before global + destruction. + - fixed and expanded the call/cc example. + - renamed _terminate to _coro_run. + +5.11 Tue Nov 25 21:49:05 CET 2008 + - DEBUGGING in 5.10.0 is a mess: it constantly flags perfectly + working code with failed assertions, introducing more bugs than + it fixes, requiring elaborate workarounds :( + 5.1 Mon Nov 24 08:54:59 CET 2008 - wrote a small introductory tutorial - Coro::Intro. - convert Coro::Timer, Coro::Select and Coro::Util to rouse API.