Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from gcc | DJ Delorie | 2002-03-18 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-10-10 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-10-07 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-09-26 | 1 | -0/+15 |
| | |||||
* | * safe-ctype.c: #include "ansidecl.h". | DJ Delorie | 2000-12-17 | 1 | -0/+1 |
| | | | | | * strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h. | ||||
* | * safe-ctype.c: New file. | DJ Delorie | 2000-12-08 | 1 | -6/+6 |
| | | | | | | | | | | | * 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). | ||||
* | Initial revision | Richard Henderson | 1999-05-03 | 1 | -0/+122 |