--- Coro/Changes 2009/08/22 22:36:23 1.521 +++ Coro/Changes 2009/10/01 23:50:23 1.525 @@ -8,6 +8,19 @@ 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.