From: Jim Meyering Date: Wed, 21 Apr 2004 14:26:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1691 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c7fbf44ab40e3ffd700e616e66d869415aacaa;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8720cee2a5..50cb639672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ * Version 5.3.0. +2004-04-18 Paul Eggert + + 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 Signal-handling cleanup for coreutils. Here are the highlights: