aboutsummaryrefslogtreecommitdiff
path: root/libiberty/safe-ctype.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-20merge from gccDJ Delorie1-14/+14
2000-12-17* safe-ctype.c: #include "ansidecl.h".DJ Delorie1-0/+1
* strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h.
2000-12-08* safe-ctype.c: New file.DJ Delorie1-0/+162
* Makefile.in (CFILES): Add safe-ctype.c. (REQUIRED_OFILES): Add safe-ctype.o. * argv.c: Define ISBLANK and use it, not isspace. * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c) before calling TOLOWER(c)/TOUPPER(c).