* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / coop.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-10 Mikael Djurfeldt*** empty log message ***
2000-04-10 Mikael Djurfeldt* coop.c (mother): Handled EINTR (the wait has been...
2000-03-30 Mikael Djurfeldt* coop.c (coop_quitting_p, coop_cond_create, coop_mutex...
2000-03-29 Mikael Djurfeldt* coop.c (coop_create): Set `specific' field, not ...
2000-03-29 Mikael Djurfeldt* coop.c (coop_finish): New function. Called at exit.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-12 Mikael Djurfeldt* coop.c (coop_condition_variable_timed_wait_mutex...
2000-03-12 Mikael Djurfeldt* coop.c: #include <errno.h>
1999-12-19 Greg J. Badros* threads.c, mit-pthreads.c, list.c, coop.c: Remove K&R
1998-11-19 Mikael Djurfeldt* coop.c (coop_condition_variable_wait): Removed
1998-10-13 Jim BlandyDon't redefine sleep and usleep.
1998-10-12 Jim BlandyThe argument type of usleep varies from system to system,
1998-10-04 Jim Blandy* coop.c (coop_condition_variable_wait): Make this...
1998-10-03 Jim BlandyGet rid of warnings from the cooperative threading...
1998-04-24 Mikael Djurfeldt* scmsigs.c: Declare usleep as returning void on some...
1998-04-20 Mikael Djurfeldt* coop.c: Changed return type of usleep to int.
1998-04-12 Mikael Djurfeldt* eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STAC...
1998-03-30 Mikael Djurfeldt* coop.c (COOP_STKSIZE): Use SCM_EVAL_STACK.
1998-02-06 Mikael Djurfeldt* iselect.h, iselect.c, coop.c, coop-threads.c, coop...
1998-01-30 Mikael Djurfeldt* coop.c, iselect.c: Since thread switches are now...
1998-01-26 Mikael Djurfeldt* coop.c (coop_mutex_init, coop_mutex_lock, coop_mutex_...
1997-11-27 Mikael Djurfeldt* Makefile.am: Added iselect.c and iselect.h.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-15 Jim BlandyMerge threads directory into libguile.