changeset 7453:9cb98e68c332

Move Paolo's ChangeLog entry.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 Oct 2006 17:53:15 +0000
parents 12a24f1f0dfb
children adb8b0c0c238
files ChangeLog lib/ChangeLog m4/ChangeLog
diffstat 3 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,11 +56,6 @@
 	* 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'.
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -222,6 +222,10 @@
 	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.
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -32,6 +32,10 @@
 
 	* 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.