summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-22 11:17:47 +0000
committerJim Meyering <jim@meyering.net>1999-08-22 11:17:47 +0000
commit2638bf642c6bb3af7516929c1f650809f070da52 (patch)
tree58ab1e6638c47ca37cc90dd42507cd4ed46bbcf0 /old
parent9503681d8665cc9ebc620cdb6c28f60b1b3d33b7 (diff)
downloadcoreutils-2638bf642c6bb3af7516929c1f650809f070da52.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 084609c08..96d0be85f 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 <meyering@ascend.com>
* src/tail.c (ENOSYS): Define to a bogus value if not already defined.