diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-15 09:19:10 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-15 09:19:10 +0100 |
commit | 487e5317becff07b8c57763878bb293970816df5 (patch) | |
tree | 139a7f51b2aae216c64f8aea02197e525571c002 /.x-sc_prohibit_atoi_atof | |
parent | 112b9537dda41e6bc9b18258ccb773be23bc6ce2 (diff) | |
download | coreutils-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 '.x-sc_prohibit_atoi_atof')
-rw-r--r-- | .x-sc_prohibit_atoi_atof | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.x-sc_prohibit_atoi_atof b/.x-sc_prohibit_atoi_atof index 3aaffb2b5..a0d15bac0 100644 --- a/.x-sc_prohibit_atoi_atof +++ b/.x-sc_prohibit_atoi_atof @@ -6,3 +6,5 @@ ChangeLog ^lib/euidaccess-stat\.c$ ^lib/group-member\.c$ ^Makefile\.maint$ +^doc/coreutils.texi$ +^src/stty.c$ |