Move Paolo's ChangeLog entry.
authorBruno Haible <bruno@clisp.org>
Sat, 7 Oct 2006 17:53:15 +0000 (17:53 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Oct 2006 17:53:15 +0000 (17:53 +0000)
ChangeLog
lib/ChangeLog
m4/ChangeLog

index d48e99a..710ecd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * modules/linkedhash-list (Depends-on): Likewise.
        * modules/rbtreehash-list (Depends-on): Likewise.
 
-2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
-
-       * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
-       * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
-
 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * modules/savewd (Depends-on): Add 'raise'.
index 31837f3..4002832 100644 (file)
        argument. Set stdout_closed before testing for ferror, not after.
        (fwriteerror, fwriteerror_no_ebadf): New functions.
 
+2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
+
+       * poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
+
 2006-09-28  Bruno Haible  <bruno@clisp.org>
 
        * strndup.h: Simplify the redefinition of strndup.
index 1ae3234..58b5393 100644 (file)
 
        * openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
 
+2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
+
+       * poll.m4: Look for sys/ioctl.h and sys/filio.h.
+
 2006-09-28  Bruno Haible  <bruno@clisp.org>
 
        * strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.