From: Jim Meyering Date: Tue, 20 Jun 2000 06:46:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0v~63 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2ed1f74efe1913675d4fd795ae2801a4dc6606ea;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7dc4dc9fa2..8428ad70e3 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +2000-06-20 Jim Meyering + + * src/uniq.c (main): Fix off-by-argc test, so +N-style options are + recognized once again. Reported by Geoff Keunning. + Fix typo in diagnostic: s/compare/skip/. + 2000-05-27 Jim Meyering * src/tail.c: Arrange to call close_stdout upon exit.