| Commit message (Expand) | Author | Age | Files | Lines |
* | Use memset instead of bzero. | Keisuke Nishida | 2001-04-12 | 1 | -8/+0 |
* | * _scm.h: Removed #include <errno.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -0/+1 |
* | * coop.c: Inserted #include <stdio.h>.... | Mikael Djurfeldt | 2001-03-10 | 1 | -1/+2 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * iselect.c: Include <unistd.h>. Thanks to Bertrand Petit! | Marius Vollmer | 2000-08-05 | 1 | -0/+4 |
* | * iselect.c (SCM_NLONGBITS): Add workaround for the Sun 4.2... | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+3 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -5/+5 |
* | * iselect.c (add_fd_sets): Insert empty statement after label.... | Mikael Djurfeldt | 2000-04-03 | 1 | -0/+1 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include async.h where it is actually needed. | Dirk Herrmann | 2000-03-18 | 1 | -0/+1 |
* | * iselect.c (scm_internal_select): Added SCM_ASYNC_TICK at the... | Mikael Djurfeldt | 2000-03-13 | 1 | -40/+41 |
* | * iselect.c (coop_timout_qinsert): Moved to coop.c | Mikael Djurfeldt | 2000-03-12 | 1 | -21/+0 |
* | * iselect.c, threads.c: Doc fixes. | Jim Blandy | 1998-10-03 | 1 | -1/+1 |
* | Getting rid of more warnings...... | Jim Blandy | 1998-10-03 | 1 | -1/+1 |
* | * iselect.c: Use LONG_MAX instead of ULONG_MAX for increased... | Mikael Djurfeldt | 1998-07-12 | 1 | -3/+6 |
* | * iselect.c: Declare bzero if not defined by OS. | Mikael Djurfeldt | 1998-04-20 | 1 | -0/+4 |
* | * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,... | Mikael Djurfeldt | 1998-02-06 | 1 | -1/+1 |
* | * coop.c, iselect.c: Since thread switches are now performed with... | Mikael Djurfeldt | 1998-01-30 | 1 | -32/+42 |
* | * iselect.c: Small fixes. | Mikael Djurfeldt | 1998-01-26 | 1 | -9/+8 |
* | * iselect.c: Now several threads can wait on the same file... | Mikael Djurfeldt | 1998-01-24 | 1 | -73/+160 |
* | * filesys.c (set_element): Return file descriptor.... | Mikael Djurfeldt | 1997-12-08 | 1 | -2/+2 |
* | * coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent... | Mikael Djurfeldt | 1997-11-30 | 1 | -2/+2 |
* | Doc fix. | Tim Pierce | 1997-11-30 | 1 | -0/+9 |
* | * iselect.c: #ifdef USE_THREADS around thread-related includes.... | Tim Pierce | 1997-11-28 | 1 | -0/+2 |
* | * iselect.c (coop_next_runnable_thread,... | Mikael Djurfeldt | 1997-11-28 | 1 | -0/+7 |
* | * iselect.c (coop_next_runnable_thread,... | Mikael Djurfeldt | 1997-11-28 | 1 | -2/+11 |
* | * iselect.h, iselect.c: New files. Implements... | Mikael Djurfeldt | 1997-11-27 | 1 | -0/+584 |