--- Coro/Changes 2002/11/21 13:08:05 1.71 +++ Coro/Changes 2003/05/06 02:39:55 1.78 @@ -1,5 +1,22 @@ Revision history for Perl extension Coro. +0.652 + - Applied patch by Slaven Rezic to set default to "s" on FreeBSD, + cause version 4 doesn't have ucontext. + - Benjamin Reed reported that setjmp works fine on darwin, + so preselect it. + +0.651 Sat Mar 29 15:00:23 CET 2003 + - fix a bug in Coro::Handle where some bytes could get lost + on reading, reported by jason@nichego.net. + +0.65 Sun Mar 23 00:08:26 CET 2003 + - added a README.linux-glibc. + - new module Coro::Select. + - also save/restore PL_comppad, fixes segfaults with 5.8.1. + (I never claimed that I know what I am doing ;). + - set default to setjmp/longjmp on non-x86-linux. + 0.6 Thu Nov 21 11:09:06 CET 2002 - made lazy context switching the default. - fixed the bug where SemaphoreSet::guard