Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
[bpt/guile.git] / libguile / coop.c
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-27 Rob Browning* coop.c: fix various preprocessor usages of new public
2003-03-25 Rob Browning* coop.c: replace usage of struct timespect with scm_t_...
2002-11-04 Marius Vollmer(coop_next_runnable_thread): Removed, wich should have...
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer* coop-defs.h (coop_m): Added 'level' field.
2002-08-17 Gary Houston * coop.c (coop_create): removed bogus 2nd argument...
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-10-06 Mikael Djurfeldt* coop.c (mother_awake_p): New variable.
2001-03-10 Mikael Djurfeldt* coop.c: Inserted #include <stdio.h>.
2000-11-30 Dirk Herrmann* coop-threads.c: Don't join finished threads. Thanks...
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.