summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-01-12 10:29:36 +0000
committerPádraig Brady <P@draigBrady.com>2010-01-12 10:29:36 +0000
commitd89755469bec93e1b10e5dc178451b38a69f6a80 (patch)
treebe825a66178aacd8737246b42561b1403e3a63c5 /TODO
parentb81cdbf31ecf504aa9580ef04bfdcfa57311fdba (diff)
downloadcoreutils-d89755469bec93e1b10e5dc178451b38a69f6a80.tar.xz
maint: remove an already handled item from TODO
* TODO: The question regarding printf octal escapes is answered in commit 4bcefa62, 2003-04-21, "Fix printf POSIX compatibility bug ..."
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index f24de159b..717372982 100644
--- a/TODO
+++ b/TODO
@@ -59,10 +59,6 @@ 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
- http://mail.gnu.org/archive/html/bug-coreutils/2003-03/index.html
-
printf: consider adapting builtins/printf.def from bash
tail: don't use xlseek; it *exits*.