aboutsummaryrefslogtreecommitdiff
path: root/libiberty/argv.c
AgeCommit message (Collapse)AuthorFilesLines
2005-04-16merge from gccDJ Delorie1-0/+3
2005-04-14merge from gccDJ Delorie1-1/+1
2005-03-27merge from gccDJ Delorie1-23/+5
2003-04-15merge from gccDJ Delorie1-2/+2
2003-04-15merge from gccDJ Delorie1-1/+1
2001-10-17merge from gccDJ Delorie1-2/+2
2001-10-16merge from gccDJ Delorie1-68/+40
2001-10-07merge from gccDJ Delorie1-5/+6
2001-03-06merge from gccDJ Delorie1-1/+0
2000-12-08* safe-ctype.c: New file.DJ Delorie1-7/+4
* 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).
1999-07-14 * argv.c: Include stdlib.h and string.h instead ofRichard Henderson1-6/+2
prototyping directly. * choose-temp.c: Conditionally include string.h.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+390