--- Coro/Changes 2008/11/07 20:27:47 1.393 +++ Coro/Changes 2008/11/10 00:02:29 1.399 @@ -5,17 +5,28 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). -5.0 +4.91 + - calling ->throw on a not-yet-started coroutine should now work + instead of being ignored. + - typo: new coroutines didn't get created with a zero flags field + (unknown impact). + - clean up cctx creation code a bit. + +4.9 Sat Nov 8 17:45:27 CET 2008 - (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