summaryrefslogtreecommitdiff
path: root/libiberty/strtol.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2005-04-021-1/+1
|
* merge from gccDJ Delorie2005-03-281-4/+1
|
* merge from gccDJ Delorie2001-10-161-1/+3
|
* merge from gccDJ Delorie2001-09-271-1/+1
|
* merge from gccDJ Delorie2001-09-261-0/+17
|
* * safe-ctype.c: New file.DJ Delorie2000-12-081-9/+5
| | | | | | | | | | | * 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).
* * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law2000-07-231-0/+8
| | | | | | (AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
* * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law2000-07-231-0/+3
| | | | | | * configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
* import libiberty from egcsIan Lance Taylor2000-02-221-4/+1
|
* Initial revisionRichard Henderson1999-05-031-0/+143