sytnax-check: add a check for risky ctype macro use

* Makefile.maint (sc_risky_ctype_macros): New rule.
This commit is contained in:
Jim Meyering
2008-05-09 08:11:13 +00:00
parent b8111adf35
commit eb046f9d59
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
Fri May 9 10:01:34 EST 2008 Jim Meyering <meyering@redhat.com>
sytnax-check: add a check for risky ctype macro use
* Makefile.maint (sc_risky_ctype_macros): New rule.
avoid one more ctype vs. sign-extension problem
* src/util.c (TOLOWER): Also convert tolower argument.