--- Coro/Changes 2008/11/07 20:27:47 1.393 +++ Coro/Changes 2008/11/12 04:49:06 1.404 @@ -5,17 +5,37 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). -5.0 + - minor cleanups. + +4.911 Tue Nov 11 04:26:17 CET 2008 + - "port" to threaded perls. + +4.91 Mon Nov 10 05:36:38 CET 2008 + - the ->throw exception object no longer leaks. + - creating a new cctx leaked a scopestack entry (memleak). + - new coroutines didn't get created with a zero flags field + (unknown impact). + - calling ->throw on a not-yet-started coroutine should now work + instead of being ignored. + - ->throw is now supported on Coro::State objects. + - clean up cctx creation code a bit. + - entersub is actually a UNOP, not a LOGOP (not a bugfix). + +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