ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.h
(Generate patch)

Comparing libcoro/coro.h (file contents):
Revision 1.36 by root, Sat Nov 8 13:53:27 2008 UTC vs.
Revision 1.37 by root, Mon Nov 10 04:37:24 2008 UTC

63 * speed up CORO_PTHREAD. Do no longer leak threads either. 63 * speed up CORO_PTHREAD. Do no longer leak threads either.
64 * coro_create now allows one to create source coro_contexts. 64 * coro_create now allows one to create source coro_contexts.
65 * do not rely on makecontext passing a void * correctly. 65 * do not rely on makecontext passing a void * correctly.
66 * try harder to get _setjmp/_longjmp. 66 * try harder to get _setjmp/_longjmp.
67 * major code cleanup/restructuring. 67 * major code cleanup/restructuring.
68 * 2008-11-10 the .cfi hacks are no longer needed.
68 */ 69 */
69 70
70#ifndef CORO_H 71#ifndef CORO_H
71#define CORO_H 72#define CORO_H
72 73

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines