From: Jim Meyering Date: Fri, 18 Jul 2003 07:49:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a323d4063ceb55289d0ba2cecafe6e95d24095c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 600b5e1074..53be934f9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.0.90. + * src/uniq.c (writeline): Use a SPACE, not a TAB between the + count and the corresponding line, as required by POSIX. + Reported by Clement Wang. + * tests/expr/basic: Add tests for when exit status is 2. * src/nohup.c (NOHUP_FOUND_BUT_CANNOT_INVOKE, NOHUP_FAILURE):