diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-16 14:42:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-16 14:42:22 +0000 |
commit | 1cd58148cd8ef0a1da848449aab5808fe4a2e575 (patch) | |
tree | d170deb38880c28ee7a423ddf0e9479c9ef1510f /lib/ChangeLog | |
parent | a4f0b7b42e979b1aac161f1d4064535370f0b069 (diff) | |
download | coreutils-1cd58148cd8ef0a1da848449aab5808fe4a2e575.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5e4753631..2fe01d7bf 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,17 @@ -2000-05-15 Jim Meyering <meyering@lucent.com> +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. |