summaryrefslogtreecommitdiff
path: root/libiberty/fnmatch.c
Commit message (Collapse)AuthorAgeFilesLines
* * fnmatch.c: Make the note about the origins of this file moreDJ Delorie2000-12-291-2/+2
| | | | | | | | accurate, at least until we can sync with glibc. * getopt.c: Ditto. * getopt1.c: Ditto. * md5.c: Ditto. * obstack.c: Ditto.
* * safe-ctype.c: New file.DJ Delorie2000-12-081-4/+2
| | | | | | | | | | | * 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).
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+225