--- Coro/Changes 2004/04/01 02:29:05 1.91 +++ Coro/Changes 2005/02/22 19:33:17 1.97 @@ -1,10 +1,23 @@ Revision history for Perl extension Coro. + - support [l]inux method on amd64. + +1.0 Tue Aug 10 03:47:27 CEST 2004 + - Event 0.89 fixes the bug again. + - fix the remaining(??) memleak. I didn't free the cache-AV for + padlists, so one AV per created anon-sub leaked. + +0.97 Fri May 14 15:23:32 CEST 2004 + - remove stupid gcc extension that was an experiment only anyway. + +0.96 Thu May 13 18:09:29 CEST 2004 + - tell people if they have yet anothe rbroken Event variant. - made Coro to work _better_ with threads (it seems that, as long as you use Coros in one thread only everything will work fine. Looking at the perl source the problem might be missing locking between Coro and some perl internal routines. That's not easily fixable). + - (hopefully) got rid of the static xnext inside transfer. 0.95 Sun Feb 15 03:20:28 CET 2004 - removed Coro::State::flush, implemented a new and much