summaryrefslogtreecommitdiff
path: root/lib/select.c
Commit message (Expand)AuthorAgeFilesLines
* select: port better to MinGWPaul Eggert2021-07-081-4/+5
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* select: Fix "warning: no previous prototype for function".Bruno Haible2020-09-051-3/+5
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-301-0/+12
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Avoid -Wcast-function-type warnings from casts after GetProcAddress.Bruno Haible2018-08-181-0/+4
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* Implement a way to opt out from MSVC support.Bruno Haible2017-05-101-1/+5
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* select,poll: fix console handle check on windows 8Pádraig Brady2014-06-111-3/+5
* select: fix waiting on anonymous pipes on MS-WindowsEli Zaretskii2014-06-101-1/+27
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* select: reject invalid file descriptorsEric Blake2012-10-021-0/+19
* Revert "Revert "select: Fix build error on IRIX 6.5.""Simon Josefsson2012-05-221-0/+1
* Revert "select: Fix build error on IRIX 6.5."Simon Josefsson2012-05-221-1/+0
* poll/select: prevent busy-waitingPaolo Bonzini2012-05-221-18/+42
* select: Fix build error on IRIX 6.5.Simon Josefsson2012-05-211-0/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* sys_time: Override 'struct timeval' on some native Windows platforms.Bruno Haible2012-01-281-0/+6
* select, poll, isatty: Avoid warnings on x86_64 mingw64.Marc-André Lureau2012-01-281-1/+1
* select.c: indent with spaces, not TABsJim Meyering2012-01-081-2/+2
* Spell out "Windows 9x" and "Windows XP".Paul Eggert2012-01-041-5/+6
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-7/+10
* isatty: Support for MSVC 9.Bruno Haible2012-01-031-0/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.Bruno Haible2011-09-231-0/+2
* select: Avoid compilation error on MSVC.Bruno Haible2011-09-221-1/+0
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* poll, select: handle ERROR_BROKEN_PIPE.Paolo Bonzini2010-08-231-0/+2
* select: Correct timeout.René Berber2010-06-151-1/+1
* Minor formatting changes.Bruno Haible2010-03-251-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-107/+107
* build: avoid compiler warningsEric Blake2009-11-191-2/+0
* Fix polling for writeability of a screen buffer.Paolo Bonzini2009-08-201-11/+56
* Work around select() bug on Interix 3.5.Bruno Haible2009-03-131-2/+25
* Rename lib/winsock-select.c to lib/select.c.Bruno Haible2009-03-131-0/+423