OSDN Git Service

* safe-ctype.c: New file.
authorDJ Delorie <dj@delorie.com>
Fri, 8 Dec 2000 16:37:01 +0000 (16:37 +0000)
committerDJ Delorie <dj@delorie.com>
Fri, 8 Dec 2000 16:37:01 +0000 (16:37 +0000)
commit35321415e808e149edd05fce61d771bc30503624
tree3b647cbaf9d250da6cc15f32b5d946bec6f65325
parentff973f2271429b95f36a4ae299824f33e775c7c9
* safe-ctype.c: New file.
* 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).
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/argv.c
libiberty/basename.c
libiberty/cplus-dem.c
libiberty/fnmatch.c
libiberty/pexecute.c
libiberty/safe-ctype.c [new file with mode: 0644]
libiberty/strtod.c
libiberty/strtol.c
libiberty/strtoul.c