* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / iselect.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Mikael Djurfeldt* iselect.c (add_fd_sets): Insert empty statement after...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include async.h where it is actually needed.
2000-03-13 Mikael Djurfeldt* iselect.c (scm_internal_select): Added SCM_ASYNC_TICK...
2000-03-12 Mikael Djurfeldt* iselect.c (coop_timout_qinsert): Moved to coop.c
1998-10-03 Jim Blandy* iselect.c, threads.c: Doc fixes.
1998-10-03 Jim BlandyGetting rid of more warnings...
1998-07-12 Mikael Djurfeldt* iselect.c: Use LONG_MAX instead of ULONG_MAX for...
1998-04-20 Mikael Djurfeldt* iselect.c: Declare bzero if not defined by OS.
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* iselect.c: Small fixes.
1998-01-24 Mikael Djurfeldt* iselect.c: Now several threads can wait on the same...
1997-12-08 Mikael Djurfeldt* filesys.c (set_element): Return file descriptor.
1997-11-30 Mikael Djurfeldt* coop-defs.h (struct coop_t): Renamed errno --> _errno...
1997-11-30 Tim PierceDoc fix.
1997-11-28 Tim Pierce * iselect.c: #ifdef USE_THREADS around thread-related...
1997-11-28 Mikael Djurfeldt* iselect.c (coop_next_runnable_thread,
1997-11-28 Mikael Djurfeldt* iselect.c (coop_next_runnable_thread,
1997-11-27 Mikael Djurfeldt* iselect.h, iselect.c: New files. Implements