]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 21 Apr 2004 14:26:17 +0000 (14:26 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Apr 2004 14:26:17 +0000 (14:26 +0000)
ChangeLog

index 8720cee2a5796d6d9a8f552dbcb6be09708c915a..50cb6396724dffa4ff5cfae8e26791db607faa53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
 
        * Version 5.3.0.
 
+2004-04-18  Paul Eggert  <eggert@twinsun.com>
+
+       tee ignored SIGPIPE, but POSIX doesn't allow this.
+
+       * src/tee.c (main): Do not ignore SIGPIPE, as POSIX 1003.1-2001
+       does not allow this.  This undoes the 1996-10-24 patch.
+
 2004-04-18  Paul Eggert  <eggert@twinsun.com>
 
        Signal-handling cleanup for coreutils.  Here are the highlights: