maint: remove an already handled item from TODO
authorPádraig Brady <P@draigBrady.com>
Tue, 12 Jan 2010 10:29:36 +0000 (10:29 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 12 Jan 2010 10:29:36 +0000 (10:29 +0000)
* TODO: The question regarding printf octal escapes is answered in
commit 4bcefa62, 2003-04-21, "Fix printf POSIX compatibility bug ..."

TODO

diff --git a/TODO b/TODO
index f24de15..7173729 100644 (file)
--- 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*.