--- cvsroot/Coro/Changes 2012/12/05 01:09:12 1.603 +++ cvsroot/Coro/Changes 2012/12/07 14:21:09 1.604 @@ -7,10 +7,13 @@ TODO: add peerhost/peerport from IO::Socket::INET etc. - - implement 5.17 compatibility by almost blindly applying a - good-looking patch by Father Chrysostomos. - use experimental fiber implementation on native windows perls. + - use sizeof (void *) as multiplication factor for stack sizes, + to accomodate the totally braindamaged microsoft 64 bit "os". + - implement 5.17 compatibility by almost blindly applying a + good-looking patch by Father Chrysostomos. + - move stack management functions into libcoro 3. - support magic values as timed_io_once args. - recommend AnyEvent 7+ or EV 4+, also require EV version 4 or newer for Coro::EV.