ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.392 by root, Fri Nov 7 20:12:26 2008 UTC vs.
Revision 1.396 by root, Sat Nov 8 13:42:28 2008 UTC

7 7
85.0 85.0
9 - (libcoro) did not preserve rbp with CORO_ASM (we are getting there). 9 - (libcoro) did not preserve rbp with CORO_ASM (we are getting there).
10 - (libcoro) no longer leak threads in the experimental pthread backend, 10 - (libcoro) no longer leak threads in the experimental pthread backend,
11 also speed it up considerably. 11 also speed it up considerably.
12 - (libcoro) do not rely on makecontext passing void *'s unscathed.
12 - fix compiletime dependencies on libcoro in the Makefile. 13 - fix compiletime dependencies on libcoro in the Makefile.
13 - cctx_count wasn't always updated properly. 14 - cctx_count wasn't always updated properly.
15 - Coro::State::cctx_stacksize wasn't applied correctly.
16 - new function Coro::State::cctx_max_idle.
17 - the default max number of idle C contexts is now 4.
18 - (libcoro) try harder to get _setjmp/_longjmp.
14 - (libcoro) cleanup and extend the libcoro API to officialy 19 - (libcoro) cleanup and extend the libcoro API to officially
15 allow creation of empty source contexts. 20 allow the creation of empty source contexts.
21 - very experimental workaround for the totally broken netbsd platform.
22 - tried to hack around openbsd bugs.
16 23
174.804 Wed Nov 5 16:36:00 CET 2008 244.804 Wed Nov 5 16:36:00 CET 2008
18 - Coro::Debug::new_unix_server would not create a non-blocking listening 25 - Coro::Debug::new_unix_server would not create a non-blocking listening
19 socket, sometimes causing freezes. 26 socket, sometimes causing freezes.
20 - (libcoro) fix misaligned stack points for setjmp and assembly 27 - (libcoro) fix misaligned stack points for setjmp and assembly

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines