From: Paul Eggert Date: Wed, 14 Dec 2005 01:40:19 +0000 (+0000) Subject: * src/cat.c (main): Check for close (STDOUT_FILENO) failure. X-Git-Tag: v6.0~1129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d577b6fb4772cd93b2443474d382b6b56ab922b;p=thirdparty%2Fcoreutils.git * src/cat.c (main): Check for close (STDOUT_FILENO) failure. --- diff --git a/ChangeLog b/ChangeLog index c692906555..f73b0bb199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2005-12-12 Paul Eggert +2005-12-13 Paul Eggert * Version 6.0-cvs. + * src/cat.c (main): Check for close (STDOUT_FILENO) failure. + +2005-12-12 Paul Eggert + 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).