From 3ae1676b87e9a1ab3004f1aa4ab868df690c9da9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Apr 2003 10:14:19 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index b1d4b69936..6e875822ff 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] -- 2.47.3