summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-15 09:19:10 +0100
committerJim Meyering <jim@meyering.net>2007-03-15 09:19:10 +0100
commit487e5317becff07b8c57763878bb293970816df5 (patch)
tree139a7f51b2aae216c64f8aea02197e525571c002 /TODO
parent112b9537dda41e6bc9b18258ccb773be23bc6ce2 (diff)
downloadcoreutils-487e5317becff07b8c57763878bb293970816df5.tar.xz
Enforce policy: don't use *scanf functions.
* Makefile.maint (sc_prohibit_atoi_atof): Add to regexp and diagnostic. * .x-sc_prohibit_atoi_atof: Give stty a temporary pass. * TODO: note that stty.c needs this small clean-up.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 61fe29c36..0e626306a 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+stty.c:
+ use xstrtoul, not sscanf
+
printf:
Now that gnulib supports *printf("%a"), import one of the
*printf-posix modules so that printf(1) will support %a even on