summaryrefslogtreecommitdiff
path: root/libiberty/strtod.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2002-03-181-2/+2
|
* merge from gccDJ Delorie2001-10-101-1/+1
|
* merge from gccDJ Delorie2001-10-071-1/+1
|
* merge from gccDJ Delorie2001-09-261-0/+15
|
* * safe-ctype.c: #include "ansidecl.h".DJ Delorie2000-12-171-0/+1
| | | | | * strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h.
* * safe-ctype.c: New file.DJ Delorie2000-12-081-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 revisionRichard Henderson1999-05-031-0/+122