diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-29 20:50:21 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-29 20:50:21 +0000 |
commit | bc7aa2329c189fc1f028be90cba56bb4e3ae04a1 (patch) | |
tree | a4827954cd699dd4368861d55cd34c2026d3b54d /ChangeLog | |
parent | 1b6b9ac6ee46b792913b51f54a9661457b14681c (diff) | |
download | coreutils-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |