summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2007-01-03 10:51:18 +0000
committerPaolo Bonzini <bonzini@gnu.org>2007-01-03 10:51:18 +0000
commitceb9fb5512d62846bf8c281c3ee110297f9e0446 (patch)
treed9a6f48fc346add824308e88706f3a9751408a16 /ChangeLog
parentf52ffc8ee8b3ad7ac0a0bbac8ba53007c6ba2586 (diff)
downloadgnulib-ceb9fb5512d62846bf8c281c3ee110297f9e0446.tar.gz
2007-01-03 Paolo Bonzini <bonzini@gnu.org>
Yoann Vandoorselaere <yoann.v@prelude-ids.com> * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected sockets, server sockets, and other file descriptors. Count errors to compute the return value. Reorder the code a bit to be easier to follow. Don't set event bits that were not requested (except POLLERR and POLLHUP).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4efeed4933..87ccd6f153 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-03 Paolo Bonzini <bonzini@gnu.org>
+ Yoann Vandoorselaere <yoann.v@prelude-ids.com>
+
+ * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
+ sockets, server sockets, and other file descriptors. Count errors
+ to compute the return value. Reorder the code a bit to be easier
+ to follow. Don't set event bits that were not requested (except
+ POLLERR and POLLHUP).
+
2007-01-01 Bruno Haible <bruno@clisp.org>
* modules/lchmod (Include): Require lchmod.h, not lchown.h.