diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-21 14:26:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-21 14:26:17 +0000 |
commit | 57c7fbf44ab40e3ffd700e616e66d869415aacaa (patch) | |
tree | c5e074d312ed853673cb59b97b921bdef0ba07d5 | |
parent | ed4778772c201f90cba4d8d09c6a75e0e920bd03 (diff) | |
download | coreutils-57c7fbf44ab40e3ffd700e616e66d869415aacaa.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ 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: - csplit sometimes failed to remove files when interrupted. |