*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:13:47 +0000 (09:13 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:13:47 +0000 (09:13 +0000)
ChangeLog
TODO

index da69546..4ec9cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
 
        * Version 5.0.1.
 
+       * src/dd.c (usage): Don't use `,' as the thousands separator
+       in e.g. 1,000,000 and 1,048,576.  Instead, do this:
+       `SIZE may be ..., MB 1000*1000, M 1024*1024 and so on...'
+       * src/df.c (usage): Likewise.
+       * src/du.c (usage): Likewise.
+       * src/ls.c (usage): Likewise.
+
        * Makefile.maint (syntax-check): Add another check.
 
 2003-05-13  Paul Eggert  <eggert@twinsun.com>
diff --git a/TODO b/TODO
index 9480e90..7b6d3fb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -37,12 +37,6 @@ See if we can be consistent about where --verbose sends its output:
 Write an autoconf test to work around build failure in HPUX's 64-bit mode.
 See notes in README -- and remove them once there's a work-around.
 
-after 5.0, change doc strings (like df, ls, etc) not to use `,'
-as thousands separator in e.g. 1,000,000.  Instead, do this:
-
-  SIZE may be (or may be an integer optionally followed by) one of following:
-  kB 1000, K 1024, MB 1000*1000, M 1024*1024 and so on for G, T, P, E, Z, Y.
-
 Integrate use of sendfile, suggested here:
   http://mail.gnu.org/archive/html/bug-fileutils/2003-03/msg00030.html
 I don't plan to do that, since a few tests demonstrate no significant benefit.