summaryrefslogtreecommitdiff
path: root/libiberty/safe-ctype.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
|
* merge from gccDJ Delorie2005-03-281-1/+2
|
* merge from gccgdb_6_0-2003-06-23-branchpointDJ Delorie2003-06-221-11/+96
|
* merge from gccDJ Delorie2003-06-221-5/+11
|
* merge from gccDJ Delorie2002-09-201-14/+14
|
* * safe-ctype.c: #include "ansidecl.h".DJ Delorie2000-12-171-0/+1
| | | | | * strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h.
* * safe-ctype.c: New file.DJ Delorie2000-12-081-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).