log lib/poll.c @ 40231:9b3c79fdfe0b

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Sat, 18 Aug 2018 23:26:06 +0200 Bruno Haible Avoid -Wcast-function-type warnings from casts after GetProcAddress.
Thu, 03 May 2018 23:09:42 +0200 Bruno Haible Simplify code. Drop support for Borland C++ on Windows.
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Thu, 11 May 2017 16:31:25 +0200 Bruno Haible poll: Fix confusion between SOCKETs and FDs on native Windows.
Thu, 11 May 2017 00:38:03 +0200 Bruno Haible poll: Fix link error on native Windows.
Wed, 10 May 2017 21:52:21 +0200 Bruno Haible Implement a way to opt out from MSVC support.
Sat, 22 Apr 2017 18:48:39 -0700 Paul Eggert poll: improve fast check for out-of-range NFD
Sun, 23 Apr 2017 03:25:10 +0200 Bruno Haible poll: Enable argument check also in the Windows implementation.
Sat, 22 Apr 2017 14:18:45 +0200 Bruno Haible poll: Enable argument check.
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Tue, 24 Feb 2015 16:16:19 -0800 Paul Eggert poll: port to MSVC v18 on MS-Windows 8.1
Fri, 20 Feb 2015 10:37:49 -0800 Paul Eggert poll: fixes for large fds
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Sat, 20 Dec 2014 13:00:21 -0800 Paul Eggert assure: new module
Tue, 10 Jun 2014 23:31:39 +0100 Pádraig Brady select,poll: fix console handle check on windows 8
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 13 Sep 2012 08:41:24 +0200 Joachim Schmitz poll: fix poll(0, NULL, msec)
Thu, 13 Sep 2012 08:55:08 +0200 Joachim Schmitz poll: fix for systems that can't recv() on a non-socket
Mon, 21 May 2012 09:52:42 +0200 Paolo Bonzini poll/select: prevent busy-waiting
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sat, 28 Jan 2012 12:39:43 +0100 Marc-André Lureau select, poll, isatty: Avoid warnings on x86_64 mingw64.
Wed, 04 Jan 2012 09:33:32 -0800 Paul Eggert Spell out "Windows 9x" and "Windows XP".
Wed, 04 Jan 2012 14:31:33 +0100 Bruno Haible Talk about "native Windows API", not "Win32".
Tue, 03 Jan 2012 13:52:36 +0100 Bruno Haible isatty: Support for MSVC 9.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Fri, 23 Sep 2011 21:38:44 +0200 Bruno Haible New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.
Wed, 06 Jul 2011 12:10:51 +0200 Erik Faye-Lund poll: do not return 0 on timeout=-1
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Wed, 29 Sep 2010 01:56:23 +0200 Bruno Haible poll: Assume ANSI C.
Wed, 29 Sep 2010 01:00:17 +0200 Bruno Haible New module 'poll-h'.
Thu, 26 Aug 2010 09:48:55 +0200 Erik Faye-Lund poll: return immediately on POLLHUP.
Mon, 23 Aug 2010 09:35:43 +0200 Paolo Bonzini poll, select: handle ERROR_BROKEN_PIPE.
Thu, 25 Mar 2010 07:48:14 +0100 Bruno Haible Minor formatting changes.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Tue, 04 Aug 2009 18:06:07 +0200 Paolo Bonzini Fix polling for writeability of a screen buffer.
Fri, 16 Jan 2009 09:36:21 +0100 Jim Meyering poll: suppress a warning
Thu, 15 Jan 2009 22:29:34 +0100 Daniel P. Berrange poll: remove declarations of unused variables
Wed, 07 Jan 2009 21:02:12 +0100 Jim Meyering poll: filter through cppi
Wed, 07 Jan 2009 20:43:01 +0100 Daniel P. Berrange poll: don't return uninitialized
Wed, 01 Oct 2008 09:43:40 +0200 Jim Meyering remove trailing spaces
Fri, 29 Aug 2008 09:12:11 +0200 Paolo Bonzini implement a native version of poll for Win32
Thu, 11 Sep 2008 18:09:17 +0200 Yoann Vandoorselaere poll: fix polling unconnected server sockets on WIN32
Fri, 29 Aug 2008 09:10:31 +0200 Paolo Bonzini Revert "poll-win32"
Tue, 19 Aug 2008 07:59:49 +0200 Paolo Bonzini poll-win32
Thu, 07 Aug 2008 00:15:07 +0200 Bruno Haible Further micro-optimization.
Wed, 06 Aug 2008 10:27:53 +0200 Paolo Bonzini microoptimization of lib/poll.c
Sun, 30 Mar 2008 15:18:13 +0200 Bruno Haible Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
Fri, 25 Jan 2008 21:52:02 +0100 Jim Meyering Prefer <config.h> over "config.h". See autoconf doc for explanation.
Fri, 23 Mar 2007 02:12:53 +0000 Bruno Haible Fix compilation error on BeOS.
Mon, 22 Jan 2007 09:33:16 +0000 Paolo Bonzini 2007-01-22 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
Sat, 20 Jan 2007 08:32:33 +0000 Paul Eggert * lib/poll.c: Include sys/time.h and time.h unconditionally,
Wed, 03 Jan 2007 10:51:18 +0000 Paolo Bonzini 2007-01-03 Paolo Bonzini <bonzini@gnu.org>
Thu, 28 Sep 2006 19:58:33 +0000 Paolo Bonzini 2006-09-28 Paolo Bonzini <bonzini@gnu.org>
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***