]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/cat.c (main): Check for close (STDOUT_FILENO) failure.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Dec 2005 01:40:19 +0000 (01:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Dec 2005 01:40:19 +0000 (01:40 +0000)
ChangeLog

index c6929065551c07e67bda1f04684a604cdc22a79f..f73b0bb199b93a248061b6d30bb899045d05d7d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
+2005-12-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 6.0-cvs.
 
+       * src/cat.c (main): Check for close (STDOUT_FILENO) failure.
+
+2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
+
        Install a more-conservative approach for sort -R.  It's the
        same basic idea as the existing code, except it uses the full ISAAC
        approach (called the "more kosher" approach in the existing comments).