Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-12 | strerror.c (sys_nerr): Hide the OS header version. | Loren J. Rittle | 1 | -0/+2 | |
* strerror.c (sys_nerr): Hide the OS header version. * strsignal.c (sys_nsig): Likewise. From-SVN: r43242 | |||||
2000-05-29 | hashtab.c, [...]: Include string.h if HAVE_STRING_H. | Zack Weinberg | 1 | -8/+11 | |
* hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h 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. From-SVN: r34254 | |||||
1998-05-15 | Update from Cygnus libiberty. | Jeff Law | 1 | -9/+9 | |
libiberty uses autoconf now. From-SVN: r19791 | |||||
1997-12-04 | typo in last delta. | Jeff Law | 1 | -1/+1 | |
From-SVN: r16956 | |||||
1997-12-04 | * strsignal.c (sys_nsig): Try NSIG and _NSIG. | Jeffrey A Law | 1 | -0/+6 | |
From-SVN: r16952 | |||||
1997-08-21 | Initial revision | Jason Merrill | 1 | -0/+638 | |
From-SVN: r14877 |