summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-21 14:26:17 +0000
committerJim Meyering <jim@meyering.net>2004-04-21 14:26:17 +0000
commit57c7fbf44ab40e3ffd700e616e66d869415aacaa (patch)
treec5e074d312ed853673cb59b97b921bdef0ba07d5 /ChangeLog
parented4778772c201f90cba4d8d09c6a75e0e920bd03 (diff)
downloadcoreutils-57c7fbf44ab40e3ffd700e616e66d869415aacaa.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8720cee2a..50cb63967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.