--- Coro/Changes 2004/02/14 13:01:55 1.89 +++ Coro/Changes 2004/03/13 06:45:04 1.90 @@ -1,6 +1,6 @@ Revision history for Perl extension Coro. -0.95 Fri Dec 12 20:50:57 CET 2003 +0.95 Sun Feb 15 03:20:28 CET 2004 - removed Coro::State::flush, implemented a new and much faster caching mechanism by attaching magic to the CV. - a memleak with (real) closures remains. @@ -9,6 +9,7 @@ of stack in use (stack is still only physically allocated in pagesize increments for systems suporting mmap). - fix for a "cygwin-64" architecture added, proposed by Stefan Traby. + - fix for threaded perl. 0.9 Sun Nov 23 04:32:39 CET 2003 - fix a few very hard to track down but (of course) stupid