* ports.h: #include <sys/types.h>, to get a definition for `off_t'.
[bpt/guile.git] / libguile / coop.c
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.