From e3864a430eddefacb3b9b213cdaf547b3b09fd87 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Mar 2007 22:01:05 +0100 Subject: [PATCH] TODO: printf: support %a even when the native *printf(3) is deficient --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index b2f52aa34..61fe29c36 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ +printf: + Now that gnulib supports *printf("%a"), import one of the + *printf-posix modules so that printf(1) will support %a even on + platforms where the native *printf(3) is deficient. + Suggestion form Eric Blake. + strip: add an option to specify the program used to strip binaries. suggestion from Karl Berry -- 2.34.1