]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 27 Mar 2003 10:55:18 +0000 (10:55 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Mar 2003 10:55:18 +0000 (10:55 +0000)
TODO

diff --git a/TODO b/TODO
index 803d2458ccaa30b77ec70ebb9e879730761510ae..b183f3f383a6ce85fa172c16bae9cf0577c7ea75 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,3 +36,15 @@ See if we can be consistent about where --verbose sends its output:
   readlink is different
 
 coreutils.texi: Add an entry for sort's --stable option.
+
+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