summaryrefslogtreecommitdiff
path: root/libguile/iselect.c
Commit message (Expand)AuthorAgeFilesLines
* Use memset instead of bzero.Keisuke Nishida2001-04-121-8/+0
* * _scm.h: Removed #include <errno.h>....Mikael Djurfeldt2001-03-101-0/+1
* * coop.c: Inserted #include <stdio.h>....Mikael Djurfeldt2001-03-101-1/+2
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * iselect.c: Include <unistd.h>. Thanks to Bertrand Petit!Marius Vollmer2000-08-051-0/+4
* * iselect.c (SCM_NLONGBITS): Add workaround for the Sun 4.2...Mikael Djurfeldt2000-06-121-1/+3
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-5/+5
* * iselect.c (add_fd_sets): Insert empty statement after label....Mikael Djurfeldt2000-04-031-0/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* Only include async.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* * iselect.c (scm_internal_select): Added SCM_ASYNC_TICK at the...Mikael Djurfeldt2000-03-131-40/+41
* * iselect.c (coop_timout_qinsert): Moved to coop.cMikael Djurfeldt2000-03-121-21/+0
* * iselect.c, threads.c: Doc fixes.Jim Blandy1998-10-031-1/+1
* Getting rid of more warnings......Jim Blandy1998-10-031-1/+1
* * iselect.c: Use LONG_MAX instead of ULONG_MAX for increased...Mikael Djurfeldt1998-07-121-3/+6
* * iselect.c: Declare bzero if not defined by OS.Mikael Djurfeldt1998-04-201-0/+4
* * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,...Mikael Djurfeldt1998-02-061-1/+1
* * coop.c, iselect.c: Since thread switches are now performed with...Mikael Djurfeldt1998-01-301-32/+42
* * iselect.c: Small fixes.Mikael Djurfeldt1998-01-261-9/+8
* * iselect.c: Now several threads can wait on the same file...Mikael Djurfeldt1998-01-241-73/+160
* * filesys.c (set_element): Return file descriptor....Mikael Djurfeldt1997-12-081-2/+2
* * coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent...Mikael Djurfeldt1997-11-301-2/+2
* Doc fix.Tim Pierce1997-11-301-0/+9
* * iselect.c: #ifdef USE_THREADS around thread-related includes....Tim Pierce1997-11-281-0/+2
* * iselect.c (coop_next_runnable_thread,...Mikael Djurfeldt1997-11-281-0/+7
* * iselect.c (coop_next_runnable_thread,...Mikael Djurfeldt1997-11-281-2/+11
* * iselect.h, iselect.c: New files. Implements...Mikael Djurfeldt1997-11-271-0/+584