--- cvsroot/Coro/Changes 2008/11/24 04:56:38 1.461 +++ cvsroot/Coro/Changes 2008/11/24 06:07:16 1.462 @@ -25,6 +25,7 @@ - allow coroutines in $Coro::IDLE, speeding up Coro::AnyEvent and others. It also makes the debugger happier, as you can trace through the idle threads now. + - add comppad_name* and hints ($^H, %^H) to per-thread variables. - eg/event was pretty broken. - better 5.8.6 compatibility.