diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-15 16:07:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-15 16:07:34 +0000 |
commit | 1e994215845cf5112cf500f4293aa08e9fc04dc9 (patch) | |
tree | 328c3f3893611c85b5402ff0e7d62b0bc62a69e8 /old/textutils | |
parent | a06c23be9b8874a58d5a8cb619c0f2f8900bb059 (diff) | |
download | coreutils-1e994215845cf5112cf500f4293aa08e9fc04dc9.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 5d386e1b9..24894290c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -5,10 +5,12 @@ 1999-07-11 Jim Meyering <meyering@ascend.com> * src/tail.c (recheck): Use assert instead of unnecessary close_fd. - Remove a couple unnecessary FIXME comments. + Remove a couple of unnecessary FIXME comments. 1999-07-10 Jim Meyering <meyering@ascend.com> + * doc/textutils.texi: Document new tail options. + * src/tail.c (struct File_spec) [tailable]: Rename from `missing' and document. Change all uses and locals like was_missing to was_tailable. Invert expressions as appropriate. |