From: Pádraig Brady Date: Tue, 12 Jan 2010 10:29:36 +0000 (+0000) Subject: maint: remove an already handled item from TODO X-Git-Tag: v8.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89755469bec93e1b10e5dc178451b38a69f6a80;p=thirdparty%2Fcoreutils.git 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 ..." --- diff --git a/TODO b/TODO index f24de159b7..717372982b 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*.