--- Coro/Changes 2011/07/26 11:47:08 1.579 +++ Coro/Changes 2011/08/04 10:37:31 1.584 @@ -4,6 +4,17 @@ TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx + - use exponential increase for the readline buffer length in + Coro::Handle. also reduce initial allocation to 1020 from 4096 bytes. + +6.04 Wed Aug 3 17:15:45 CEST 2011 + - use even more efficient and more compatible condvars for + compatibility to AnyEvent 6.x :) + - more inconsequential ecb.h updates. + +6.03 Wed Aug 3 11:41:30 CEST 2011 + - change how Coro patches AnyEvent condvars for compatibility to + AnyEvent 6.x. - update ecb.h, to no longer include in case WinNT.h hasn't been included.