From: Jim Meyering Date: Sun, 22 Aug 1999 11:17:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2638bf642c6bb3af7516929c1f650809f070da52;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 084609c083..96d0be85fd 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -26,6 +26,11 @@ (SWAP_LINES): New macro. (check_file): Use it here. + * src/uniq.c (check_file): Generate each line of output earlier, + when possible. It is possible when using none of these options: + --count, -repeated, --all-repeated, --unique. + Based on a patch from Ian Turner. + 1999-08-15 Jim Meyering * src/tail.c (ENOSYS): Define to a bogus value if not already defined.