--- Coro/Changes 2008/11/07 20:12:26 1.392 +++ Coro/Changes 2008/11/08 13:42:28 1.396 @@ -9,10 +9,17 @@ - (libcoro) did not preserve rbp with CORO_ASM (we are getting there). - (libcoro) no longer leak threads in the experimental pthread backend, also speed it up considerably. + - (libcoro) do not rely on makecontext passing void *'s unscathed. - fix compiletime dependencies on libcoro in the Makefile. - cctx_count wasn't always updated properly. - - (libcoro) cleanup and extend the libcoro API to officialy - allow creation of empty source contexts. + - Coro::State::cctx_stacksize wasn't applied correctly. + - new function Coro::State::cctx_max_idle. + - the default max number of idle C contexts is now 4. + - (libcoro) try harder to get _setjmp/_longjmp. + - (libcoro) cleanup and extend the libcoro API to officially + allow the creation of empty source contexts. + - very experimental workaround for the totally broken netbsd platform. + - tried to hack around openbsd bugs. 4.804 Wed Nov 5 16:36:00 CET 2008 - Coro::Debug::new_unix_server would not create a non-blocking listening