diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-08 10:14:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-08 10:14:19 +0000 |
commit | 3ae1676b87e9a1ab3004f1aa4ab868df690c9da9 (patch) | |
tree | 8bae0051bec0411eb7c6d4cfc8d24982a265d28f /TODO | |
parent | e2f9e5953d7ec68388e6434fd94d9918135f579f (diff) | |
download | coreutils-3ae1676b87e9a1ab3004f1aa4ab868df690c9da9.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -45,6 +45,7 @@ as thousands separator in e.g. 1,000,000. Instead, do this: 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. Should printf '\0123' print "\n3"? per report from TAKAI Kousuke on Mar 27 @@ -54,8 +55,6 @@ printf: consider adapting builtins/printf.def from bash df: add `--total' option, suggested here http://bugs.debian.org/186007 -Martin Michlmayr's patch to provide ls with `--sort directory' option - seq: give better diagnostics for invalid formats: e.g. no or too many % directives seq: consider allowing format string to contain no %-directives @@ -77,3 +76,10 @@ document that `true --version' can fail, e.g., like this: ./true --version >&- ./true: write error: Bad file number Reported by Paul Eggert + +resolve RH report on cp -a forwarded by Tim Waugh + +Martin Michlmayr's patch to provide ls with `--sort directory' option + +clean-up: Remove all of the casts (they're unnecessary) found by this: + grep -E '\*\) *x(m|re)alloc\>' {lib,src}/*.[ch] |