From: Jim Meyering Date: Fri, 25 Jul 2003 07:45:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2b44f787f01db9e78a43611327ad347efb1336;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e895cd2408..e7c0514784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2003-07-24 Jim Meyering +2003-07-25 Jim Meyering * Version 5.0.90. + * tests/misc/split-fail: Disable the --line-bytes=$_4gb test, + because it'd evoke spurious failure on 64-bit systems. + +2003-07-24 Jim Meyering + + * src/dd.c (usage): Document the fact that SIGUSR1 makes dd + output its current record counts. Reported by Jurriaan. + * tests/wc/Test.pm (test_vector): Disable the `PIPE' tests when running `wc' with no options. This goes along with the change of 2003-07-20.