From: Jim Meyering Date: Thu, 15 Jul 1999 16:07:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22n~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e994215845cf5112cf500f4293aa08e9fc04dc9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 5d386e1b9c..24894290c2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -5,10 +5,12 @@ 1999-07-11 Jim Meyering * 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 + * 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.