diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-08 22:01:05 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-08 22:01:05 +0100 |
commit | e3864a430eddefacb3b9b213cdaf547b3b09fd87 (patch) | |
tree | 7a4da19e944d10610b0e9c7384afa49427671ae6 | |
parent | 2639ed8208c271c105d7f77e23dc8e64f52ca04c (diff) | |
download | coreutils-e3864a430eddefacb3b9b213cdaf547b3b09fd87.tar.xz |
TODO: printf: support %a even when the native *printf(3) is deficient
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |