diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-04 18:16:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-04 18:16:39 +0000 |
commit | 31d214cd3a7cbd71de2648adbaba92d2dfa709a9 (patch) | |
tree | cc9c1ecdf9296b8a799bdcb92e2c328a8b7ec50d /old/textutils | |
parent | 54d12f7eddbc01dc51de33d6fc97067b0a251f1d (diff) | |
download | coreutils-31d214cd3a7cbd71de2648adbaba92d2dfa709a9.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index fd94c6c74..fc1876230 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -7,6 +7,13 @@ (tail_file): Use it here. Reported by François Pinard. + Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE, + marke it as such and ignore it forever after. + * src/tail.c (struct File_spec): New member. + (recheck): Initialize new member. + (tail_file): Likewise. + (tail_forever): Skip the file if it's marked as ignorable. + 2000-03-03 Jim Meyering <meyering@lucent.com> * src/sort.c (fillbuf): Move declaration of local, cc, into scope of |