Change all chars being passed to the ctype macros (isalph(), etc.) to
authorJoel Reicher <jjr@panacea.null.org>
Fri, 13 Apr 2007 11:53:08 +0000 (11:53 +0000)
committerJoel Reicher <jjr@panacea.null.org>
Fri, 13 Apr 2007 11:53:08 +0000 (11:53 +0000)
commit13f84dd50ca5754391dbd3296a5c7425f9363600
treee05644c396e7562848accbd2e323bfd3837d8c6c
parent1524cb8c0b86a854149d7859d6a2503d61dbaa36
Change all chars being passed to the ctype macros (isalph(), etc.) to
be unsigned chars, following through to change any other types as
necessary (e.g. comparison between two pointers). Not all chars have
been changed to unsigned chars; just those that were in danger of being
sign extended when passed to the int-taking ctype macros.
31 files changed:
h/mf.h
h/prototypes.h
mts/smtp/hosts.c
mts/smtp/smtp.c
sbr/dtimep.lex
sbr/fmt_compile.c
sbr/fmt_scan.c
sbr/m_atoi.c
sbr/m_convert.c
sbr/mf.c
sbr/mts.c
sbr/seq_nameok.c
sbr/trimcpy.c
uip/aliasbr.c
uip/anno.c
uip/distsbr.c
uip/flist.c
uip/ftpsbr.c
uip/mhbuildsbr.c
uip/mhlsbr.c
uip/mhparse.c
uip/msh.c
uip/mshcmds.c
uip/popsbr.c
uip/post.c
uip/replsbr.c
uip/scansbr.c
uip/show.c
uip/slocal.c
uip/sortm.c
uip/spost.c