summaryrefslogtreecommitdiff
path: root/libguile/iselect.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-4/+0
2014-02-12Rely on Gnulib for 'select', 'lstat', and 'mkstemp'.Mark H Weaver1-4/+0
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-25/+9
2013-03-09don't provide scm_std_select on mingw and similar platformsAndy Wingo1-25/+8
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-15/+5
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-03-27* iselect.h: fix various preprocessor usages of new publicRob Browning1-4/+4
2003-03-25* iselect.h: move handling of time related headers to scmconfig.h.Rob Browning1-18/+5
2002-10-27Replaced GUILE_ISELECT withMarius Vollmer1-4/+5
2002-07-10No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer1-2/+1
2002-07-07Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer1-1/+2
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-8/+8
2001-08-31* Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann1-9/+10
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-0/+4
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-13* iselect.h: Always declare scm_internal_select.Mikael Djurfeldt1-7/+6
1999-08-06Update FSF address in copyright notices.Jim Blandy1-1/+2
1998-04-20* iselect.h: #define scm_internal_select select if GUILE_ISELECTMikael Djurfeldt1-0/+6
1998-02-06* iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,Mikael Djurfeldt1-1/+1
1998-01-30* coop.c, iselect.c: Since thread switches are now performed withMikael Djurfeldt1-0/+3
1998-01-04* iselect.h: Some systems require <sys/types.h> to get the FD_SETJim Blandy1-0/+3
1997-11-27* iselect.h, iselect.c: New files. ImplementsMikael Djurfeldt1-0/+90