Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-03-31 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-03-31 | 1 | -9/+15 |
| | | | | | | | | | | * cthreads.h: Fix obsolescent #endif syntax. * cthread_internals.h: Likewise. * cancel-cond.c: Likewise. * stack.c: Likewise. * cthreads.c: Likewise. * cprocs.c: Likewise. * call.c: Likewise. | ||||
* | 1999-06-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-13 | 1 | -4/+9 |
| | | | | | * cthreads.h (MACRO_BEGIN, MACRO_END): #undef before unconditionally redefining. Use GCC extension for statement expression with value 0. | ||||
* | 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-30 | 1 | -1/+7 |
| | | | | * cthreads.h (mutex_clear): Change again, to call mutex_init. | ||||
* | 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-29 | 1 | -1/+5 |
| | | | | | * cthreads.h (mutex_clear): Change from syntax error to no-op (with warning avoidance). | ||||
* | [lint] (NEVER): Spurious global variable removed. | Roland McGrath | 1996-05-04 | 1 | -7/+4 |
| | | | | [!lint] (NEVER): Useless macro removed. | ||||
* | Use prototypes for functions of zero args. | Roland McGrath | 1996-01-24 | 1 | -30/+34 |
| | |||||
* | (CONDITION_INITIALIZER): Provide initial zero for IMPLICATIONS member. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+13 |
| | | | | (condition_init): Bother initializing NAME and IMPLICATIONS members. | ||||
* | (condition_implies, condition_unimplies): New functions. | Michael I. Bushnell | 1995-08-30 | 1 | -3/+19 |
| | | | | | | | | | | (struct condition): New member `implications'. (cond_imp): New structure. (cond_signal): Return int now. (condition_broadcast): Always call cond_broadcast if this condition has implications. (condition_signal): Always call cond_signal if this condition has implications. | ||||
* | (hurd_condition_wait): Provide declaration. | Michael I. Bushnell | 1995-08-30 | 1 | -0/+6 |
| | |||||
* | Reverse previous change. | Michael I. Bushnell | 1995-07-18 | 1 | -1/+1 |
| | |||||
* | (struct cthread): Delete member `catch'. | Michael I. Bushnell | 1995-07-17 | 1 | -1/+4 |
| | |||||
* | (mutex_lock, mutex_unlock): Use __ names for *_solid. | Roland McGrath | 1995-04-04 | 1 | -8/+8 |
| | |||||
* | entered into RCS | Roland McGrath | 1994-05-05 | 1 | -1/+7 |
| | |||||
* | Formerly cthreads.h.~3~ | Roland McGrath | 1994-05-04 | 1 | -1/+22 |
| | |||||
* | Formerly cthreads.h.~2~ | Michael I. Bushnell | 1993-03-17 | 1 | -1/+4 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1992-10-06 | 1 | -0/+556 |