summaryrefslogtreecommitdiff
path: root/libiberty/pexecute.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2001-10-171-7/+7
|
* merge from gccDJ Delorie2001-10-161-34/+47
|
* * safe-ctype.c: New file.DJ Delorie2000-12-081-1/+1
| | | | | | | | | | | * 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).
* merge from gcc repositoryDJ Delorie2000-10-121-20/+5
|
* * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ toJeff Law2000-07-271-5/+15
| | | | | | | | __DJGPP__. Use P_WAIT instead of constant in the spawnv* call. Cast program to 'char *' in errmsg_arg assignment. (PWAIT_ERROR): Define. (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform to DJGPP's WIF* macros.
* * 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.
* * hashtab.c, partition.c, xmemdup.c: Include string.hZack Weinberg2000-05-291-0/+3
| | | | | | | | | | | | | if HAVE_STRING_H. * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H. * objalloc.c: Include config.h. Include stdlib.h and don't declare malloc or free if HAVE_STDLIB_H. * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H, else declare malloc without prototype. Include string.h if HAVE_STRING_H, else declare memset without prototype. Don't include stddef.h. * sort.c: Bring over from GCC.
* merge with libiberty from egcs 2000-02-22Ian Lance Taylor2000-02-221-9/+49
|
* * floatformat.c: Add casts to avoid signed/unsigned warnings.Ian Lance Taylor1999-08-031-2/+2
| | | | * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
* Initial revisionRichard Henderson1999-05-031-0/+738