summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-29 20:50:21 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-29 20:50:21 +0000
commitbc7aa2329c189fc1f028be90cba56bb4e3ae04a1 (patch)
treea4827954cd699dd4368861d55cd34c2026d3b54d /ChangeLog
parent1b6b9ac6ee46b792913b51f54a9661457b14681c (diff)
downloadcoreutils-bc7aa2329c189fc1f028be90cba56bb4e3ae04a1.tar.xz
* bootstrap.conf (gnulib_modules): Add isapipe.
* src/tail.c: Include isapipe.h. (IS_PIPE_LIKE_FILE_TYPE): Remove. (IS_TAILABLE_FILE_TYPE): Just list both FIFOs and sockets as tailable, since this seems to be portable. (main): Use isapipe, to fix a bug on MacOS X reported by Bruno Haible in <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00304.html>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca4d15d20..c3470034a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-08-29 Paul Eggert <eggert@cs.ucla.edu>
+ * bootstrap.conf (gnulib_modules): Add isapipe.
+ * src/tail.c: Include isapipe.h.
+ (IS_PIPE_LIKE_FILE_TYPE): Remove.
+ (IS_TAILABLE_FILE_TYPE): Just list both FIFOs and sockets as
+ tailable, since this seems to be portable.
+ (main): Use isapipe, to fix a bug on MacOS X reported by Bruno Haible in
+ <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00304.html>.
+
* src/system.h (LOCALEDIR): Remove, since configmake.h now defines
it for us.