summaryrefslogtreecommitdiff
path: root/libguile/iselect.h
Commit message (Expand)AuthorAgeFilesLines
* on MinGW, prefer winsock2.h over sys/select in iselectMike Gran2021-03-111-0/+4
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-4/+3
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-4/+2
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-4/+0
|\
| * Rely on Gnulib for 'select', 'lstat', and 'mkstemp'.Mark H Weaver2014-02-121-4/+0
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-25/+9
|\ \ | |/
| * don't provide scm_std_select on mingw and similar platformsAndy Wingo2013-03-091-25/+8
|/
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-15/+5
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * iselect.h: fix various preprocessor usages of new publicRob Browning2003-03-271-4/+4
* * iselect.h: move handling of time related headers to scmconfig.h.Rob Browning2003-03-251-18/+5
* Replaced GUILE_ISELECT withMarius Vollmer2002-10-271-4/+5
* No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer2002-07-101-2/+1
* Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer2002-07-071-1/+2
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-8/+8
* * Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann2001-08-311-9/+10
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-0/+4
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * iselect.h: Always declare scm_internal_select.Mikael Djurfeldt2000-03-131-7/+6
* Update FSF address in copyright notices.Jim Blandy1999-08-061-1/+2
* * iselect.h: #define scm_internal_select select if GUILE_ISELECTMikael Djurfeldt1998-04-201-0/+6
* * 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 withMikael Djurfeldt1998-01-301-0/+3
* * iselect.h: Some systems require <sys/types.h> to get the FD_SETJim Blandy1998-01-041-0/+3
* * iselect.h, iselect.c: New files. ImplementsMikael Djurfeldt1997-11-271-0/+90