diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 09:13:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 09:13:47 +0000 |
commit | 0625941fb3a3de80a4563a85992776d0fe4dd681 (patch) | |
tree | 6fc204b6ab40380379da507b15a7520f3bd53b8d /TODO | |
parent | dc7b620a314756c1cfa1e9152e528cda63e586b9 (diff) | |
download | coreutils-0625941fb3a3de80a4563a85992776d0fe4dd681.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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. |