aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strsignal.c
AgeCommit message (Collapse)AuthorFilesLines
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi1-3/+3
include: * demangle.h (demangler_engine): Const-ify. * libiberty.h (buildargv): Likewise. libiberty: * argv.c (buildargv, tests, main): Const-ify. * cp-demangle.c (operator_code): Likewise. * cplus-dem.c (optable, libiberty_demanglers, cplus_demangle_set_style, cplus_demangle_name_to_style, print_demangler_list): Likewise. * hashtab.c (higher_prime_number): Likewise. * strcasecmp.c (charmap): Likewise. * strerror.c (error_info, strerror, main): Likewise. * strncasecmp.c (charmap): Likewise. * strsignal.c (signal_info): Likewise. From-SVN: r46060
2001-06-12strerror.c (sys_nerr): Hide the OS header version.Loren J. Rittle1-0/+2
* strerror.c (sys_nerr): Hide the OS header version. * strsignal.c (sys_nsig): Likewise. From-SVN: r43242
2000-05-29hashtab.c, [...]: Include string.h if HAVE_STRING_H.Zack Weinberg1-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-15Update from Cygnus libiberty.Jeff Law1-9/+9
libiberty uses autoconf now. From-SVN: r19791
1997-12-04typo in last delta.Jeff Law1-1/+1
From-SVN: r16956
1997-12-04* strsignal.c (sys_nsig): Try NSIG and _NSIG.Jeffrey A Law1-0/+6
From-SVN: r16952
1997-08-21Initial revisionJason Merrill1-0/+638
From-SVN: r14877