* safe-ctype.c: New file.
authorDJ Delorie <dj@redhat.com>
Fri, 8 Dec 2000 16:37:01 +0000 (16:37 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 8 Dec 2000 16:37:01 +0000 (16:37 +0000)
commitac424eb32cfa4618d9c3b58276e950e2cc58c540
treece31655983ddde8e1e5bee9ddc4b332540e586bb
parent39cd2525463aab63af6a9b111a01fb2b37e1733a
* 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
This page took 0.025623 seconds and 4 git commands to generate.