--- Coro/Changes 2009/07/28 02:04:21 1.518 +++ Coro/Changes 2009/10/01 23:50:23 1.525 @@ -8,6 +8,27 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? + - Coro::Storable destroyed the prototypes of the functions it wrapped. + - fix various prototype mismatches in Coro::AnyEvent and Coro::Handle. + - added section on "windows process emulation" to the manpage, + after a not-so-fruitful (nor-friendly) "discussion" with chip + salzenberg (discussion implies arguments, but his only arguments + were ad-hominems, one wonders why he started it in the first + place). I hope this explains it well enough for him to understand, + and maybe well enough for others to understand. + - use common::sense everywhere now. + - mark all SLF functions as nodebug, to avoid more debugger bugs. + - idle callbacks are no longer supported, use idle coros instead. + - print a thread listing when a deadlock is detected. + +5.17 Sat Aug 22 23:09:31 CEST 2009 + - work around a bug in the perl debugger causing crashes + when running under the debugger by marking _pool_handler as nodebug. + - speed up Coro::async considerably. + - try some hacks to get netbsd to work "more often" - their broken + setjmp/longjmp, ucontext *and* phtreads are really hard on Coro. + - convert Coro to AE 5.0 API. + 5.162 Tue Jul 28 04:04:03 CEST 2009 - perl 5.8.2 is now minimum requirement. - skip t/19_handle.t on broken windows perls.