| Commit message (Expand) | Author | Age | Files | Lines |
* | * coop.c: Inserted #include <stdio.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -2/+4 |
* | * coop-threads.c: Don't join finished threads. Thanks to Julian Satchell.... | Dirk Herrmann | 2000-11-30 | 1 | -10/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -3/+3 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-04-10 | 1 | -2/+5 |
* | * coop.c (mother): Handled EINTR (the wait has been interrupted by... | Mikael Djurfeldt | 2000-04-10 | 1 | -2/+5 |
* | * coop.c (coop_quitting_p, coop_cond_create, coop_mutex_create,... | Mikael Djurfeldt | 2000-03-30 | 1 | -9/+49 |
* | * coop.c (coop_create): Set `specific' field, not `data' to NULL. | Mikael Djurfeldt | 2000-03-29 | 1 | -8/+11 |
* | * coop.c (coop_finish): New function. Called at exit.... | Mikael Djurfeldt | 2000-03-29 | 1 | -31/+95 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -1/+7 |
* | * coop.c (coop_condition_variable_timed_wait_mutex): Use ETIMEDOUT... | Mikael Djurfeldt | 2000-03-12 | 1 | -3/+3 |
* | * coop.c: #include <errno.h>... | Mikael Djurfeldt | 2000-03-12 | 1 | -2/+187 |
* | * threads.c, mit-pthreads.c, list.c, coop.c: Remove K&R... | Greg J. Badros | 1999-12-19 | 1 | -153/+1 |
* | * coop.c (coop_condition_variable_wait): Removed... | Mikael Djurfeldt | 1998-11-19 | 1 | -24/+23 |
* | Don't redefine sleep and usleep.... | Jim Blandy | 1998-10-13 | 1 | -42/+18 |
* | The argument type of usleep varies from system to system,... | Jim Blandy | 1998-10-12 | 1 | -4/+4 |
* | * coop.c (coop_condition_variable_wait): Make this function... | Jim Blandy | 1998-10-04 | 1 | -3/+3 |
* | Get rid of warnings from the cooperative threading system.... | Jim Blandy | 1998-10-03 | 1 | -5/+21 |
* | * scmsigs.c: Declare usleep as returning void on some systems.... | Mikael Djurfeldt | 1998-04-24 | 1 | -1/+7 |
* | * coop.c: Changed return type of usleep to int. | Mikael Djurfeldt | 1998-04-20 | 1 | -2/+4 |
* | * eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STACK): Measure... | Mikael Djurfeldt | 1998-04-12 | 1 | -2/+2 |
* | * coop.c (COOP_STKSIZE): Use SCM_EVAL_STACK. | Mikael Djurfeldt | 1998-03-30 | 1 | -2/+4 |
* | * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,... | Mikael Djurfeldt | 1998-02-06 | 1 | -2/+2 |
* | * coop.c, iselect.c: Since thread switches are now performed with... | Mikael Djurfeldt | 1998-01-30 | 1 | -2/+17 |
* | * coop.c (coop_mutex_init, coop_mutex_lock, coop_mutex_unlock,... | Mikael Djurfeldt | 1998-01-26 | 1 | -13/+63 |
* | * Makefile.am: Added iselect.c and iselect.h.... | Mikael Djurfeldt | 1997-11-27 | 1 | -18/+72 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -4/+4 |
* | Merge threads directory into libguile.... | Jim Blandy | 1997-04-15 | 1 | -0/+588 |