Commit Graph

7 Commits

Author SHA1 Message Date
DJ Delorie 1504972f60 merge from gcc 2002-03-18 20:01:35 +00:00
DJ Delorie 56056af518 merge from gcc 2001-10-10 00:05:13 +00:00
DJ Delorie 99b5813985 merge from gcc 2001-10-07 22:42:23 +00:00
DJ Delorie 3942352316 merge from gcc 2001-09-26 18:45:50 +00:00
DJ Delorie f021637a75 * safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.
* strtoul.c: Include safe-ctype.h, not ctype.h.
2000-12-17 03:07:49 +00:00
DJ Delorie ac424eb32c * 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).
2000-12-08 16:37:01 +00:00
Richard Henderson 252b5132c7 19990502 sourceware import 1999-05-03 07:29:11 +00:00