X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=87ccd6f153f0ff5b27905e0aa9486a690ba62dfc;hb=ceb9fb5512d62846bf8c281c3ee110297f9e0446;hp=6d21d344ce0074a4bcae97d82a9e50324e1d9fbb;hpb=a98a6b27fbc65fec3923d3c7fa02507ea2e34916;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 6d21d344c..87ccd6f15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-01-03 Paolo Bonzini + Yoann Vandoorselaere + + * 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 + + * modules/lchmod (Include): Require lchmod.h, not lchown.h. + 2007-01-03 Jim Meyering * modules/fts-lgpl (Depends-on): Add i-ring. Reported by Bruno Haible.