changeset 5405:e95bb2954272

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 10 Nov 2004 08:48:50 +0000
parents 04b4ef0ffac8
children 6228c4b5dd5e
files ChangeLog lib/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-10  Jim Meyering  <jim@meyering.net>
+
+	* modules/closeout (Depends-on): Remove fpending.
+
 2004-11-04  Bruno Haible  <bruno@clisp.org>
 
 	* modules/allocsa (Files): Add lib/allocsa.valgrind.
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-10  Jim Meyering  <jim@meyering.net>
+
+	Ensure that no close failure goes unreported.
+	* closeout.c (close_stdout): Always close stdout.  I.e., don't
+	return early when it seems there's nothing to flush.
+	Don't include __fpending.h.
+
 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* strftime.c (DO_MULTIBYTE): Check for wchar.h, too.