--- Coro/Changes 2008/11/07 20:27:47 1.393 +++ Coro/Changes 2008/11/08 04:31:28 1.394 @@ -9,13 +9,15 @@ - (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. 4.804 Wed Nov 5 16:36:00 CET 2008 - Coro::Debug::new_unix_server would not create a non-blocking listening