lib/select.c


Log

Author Commit Date CI Message
René Berber 3bf58aa1 2010-06-15T10:29:07 select: Correct timeout.
Bruno Haible aeb898d8 2010-03-25T07:48:14 Minor formatting changes.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Bruno Haible 441aa304 2009-12-10T20:28:30 Use spaces for indentation, not tabs.
Eric Blake 111e540e 2009-11-18T21:46:35 build: avoid compiler warnings Silence some warnings found on mingw. * lib/select.c (rpl_select): Delete unused variable. * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer. Signed-off-by: Eric Blake <ebb9@byu.net>
Paolo Bonzini cc714b45 2009-08-04T18:06:07 Fix polling for writeability of a screen buffer. * lib/poll.c: Distinguish input and screen buffers for the Win32 implementation. * lib/select.c: Likewise.
Bruno Haible ea64fe00 2009-03-12T11:46:05 Work around select() bug on Interix 3.5.
Bruno Haible 677ecea7 2009-03-12T11:05:28 Rename lib/winsock-select.c to lib/select.c.