diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-22 11:17:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-22 11:17:47 +0000 |
commit | 2638bf642c6bb3af7516929c1f650809f070da52 (patch) | |
tree | 58ab1e6638c47ca37cc90dd42507cd4ed46bbcf0 /old | |
parent | 9503681d8665cc9ebc620cdb6c28f60b1b3d33b7 (diff) | |
download | coreutils-2638bf642c6bb3af7516929c1f650809f070da52.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
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. |