--- Coro/Changes 2009/08/20 21:38:51 1.520 +++ Coro/Changes 2009/08/26 07:42:25 1.522 @@ -8,9 +8,19 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? + - 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). + +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.