changeset 2523:cef776daaa65

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 16 May 2000 14:42:22 +0000
parents 31ce9e1b6eea
children 54e1c2ea1b8e
files lib/ChangeLog
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,6 +1,18 @@
+2000-05-15  Paul Eggert  <eggert@twinsun.com>
+
+	* lib/closeout.c:
+	<sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
+	Remove; no longer needed.
+	"quotearg.h": Add include.
+	(file_name): Do not bother to explicitly initialize to NULL; it's less
+	efficient on some hosts.
+	(close_stdout_status): Remove test as to whether stdout was already
+	closed; it breaks for the case "echo x | sort >&-".
+	Quote file name colons.
+	Do not assume that _("write error") lacks format strings.
+
 2000-05-15  Jim Meyering  <meyering@lucent.com>
 
-
 	* version-etc.c (version_etc_copyright): Update the copyright string
 	used in all --version output.