summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-08 10:14:19 +0000
committerJim Meyering <jim@meyering.net>2003-04-08 10:14:19 +0000
commit3ae1676b87e9a1ab3004f1aa4ab868df690c9da9 (patch)
tree8bae0051bec0411eb7c6d4cfc8d24982a265d28f /TODO
parente2f9e5953d7ec68388e6434fd94d9918135f579f (diff)
downloadcoreutils-3ae1676b87e9a1ab3004f1aa4ab868df690c9da9.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index b1d4b6993..6e875822f 100644
--- a/TODO
+++ b/TODO
@@ -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]