syntax-check: enable more checks

* Makefile.cfg (local-checks-to-skip): Don't skip sc_m4_quote_check.
Don't skip sc_prohibit_nonreentrant.
* Makefile.nonreentrant (NON_REENTRANT): Comment out until we've
remove all remaining uses of strerror.
This commit is contained in:
Jim Meyering 2009-02-03 13:08:36 +00:00
parent c18ccff446
commit 08f87e3d03
4 changed files with 10 additions and 3 deletions

1
.x-sc_m4_quote_check Normal file
View File

@ -0,0 +1 @@
^gnulib/m4/intl\.m4$

View File

@ -1,3 +1,11 @@
Tue, 3 Feb 2009 14:06:06 +0100 Jim Meyering <meyering@redhat.com>
syntax-check: enable more checks
* Makefile.cfg (local-checks-to-skip): Don't skip sc_m4_quote_check.
Don't skip sc_prohibit_nonreentrant.
* Makefile.nonreentrant (NON_REENTRANT): Comment out until we've
remove all remaining uses of strerror.
Tue, 3 Feb 2009 14:06:05 +0100 Jim Meyering <meyering@redhat.com> Tue, 3 Feb 2009 14:06:05 +0100 Jim Meyering <meyering@redhat.com>
cleanup: remove useless if-before-VIR_FREE cleanup: remove useless if-before-VIR_FREE

View File

@ -38,13 +38,11 @@ local-checks-to-skip = \
sc_error_exit_success \ sc_error_exit_success \
sc_file_system \ sc_file_system \
sc_immutable_NEWS \ sc_immutable_NEWS \
sc_m4_quote_check \
sc_makefile_path_separator_check \ sc_makefile_path_separator_check \
sc_obsolete_symbols \ sc_obsolete_symbols \
sc_prohibit_S_IS_definition \ sc_prohibit_S_IS_definition \
sc_prohibit_atoi_atof \ sc_prohibit_atoi_atof \
sc_prohibit_jm_in_m4 \ sc_prohibit_jm_in_m4 \
sc_prohibit_nonreentrant \
sc_prohibit_quote_without_use \ sc_prohibit_quote_without_use \
sc_prohibit_quotearg_without_use \ sc_prohibit_quotearg_without_use \
sc_prohibit_stat_st_blocks \ sc_prohibit_stat_st_blocks \

View File

@ -79,7 +79,7 @@ NON_REENTRANT += setstate
NON_REENTRANT += sgetspent NON_REENTRANT += sgetspent
NON_REENTRANT += srand48 NON_REENTRANT += srand48
NON_REENTRANT += srandom NON_REENTRANT += srandom
NON_REENTRANT += strerror # NON_REENTRANT += strerror
NON_REENTRANT += strtok NON_REENTRANT += strtok
NON_REENTRANT += tmpnam NON_REENTRANT += tmpnam
NON_REENTRANT += ttyname NON_REENTRANT += ttyname