]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 25 Jul 2003 07:45:51 +0000 (07:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 25 Jul 2003 07:45:51 +0000 (07:45 +0000)
ChangeLog

index e895cd24082f6586454ce3e83f0698792c5c2a20..e7c051478402497828dfa4264f2bc839ac7bdce0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2003-07-24  Jim Meyering  <jim@meyering.net>
+2003-07-25  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
+       * 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.