summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-12-14 01:40:19 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-12-14 01:40:19 +0000
commit6d577b6fb4772cd93b2443474d382b6b56ab922b (patch)
tree2b01978c9966f08f26e5c00abb4341c244b25075
parentf5e1bca49d27e39a24026b903287ad47ae66c53c (diff)
downloadcoreutils-6d577b6fb4772cd93b2443474d382b6b56ab922b.tar.xz
* src/cat.c (main): Check for close (STDOUT_FILENO) failure.
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c69290655..f73b0bb19 100644
--- 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).