From 2ed1f74efe1913675d4fd795ae2801a4dc6606ea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Jun 2000 06:46:41 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7dc4dc9fa..8428ad70e 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.