aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strerror.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13Import libiberty from gccAlan Modra1-2/+2
2019-04-07Merge libiberty from gccAlan Modra1-1/+1
2019-01-10Sync libiberty sources with gcc master versions.Nick Clifton1-1/+1
. * libiberty: Sync with gcc. Bring in: 2019-01-09 Sandra Loosemore <sandra@codesourcery.com> PR other/16615 * cp-demangle.c: Mechanically replace "can not" with "cannot". * floatformat.c: Likewise. * strerror.c: Likewise. 2018-12-22 Jason Merrill <jason@redhat.com> Remove support for demangling GCC 2.x era mangling schemes. * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname, internal_cplus_demangle, and all subroutines. (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0), Lucid, ARM, HP, and EDG demangling styles. (cplus_demangle): Remove 'work' variable. Don't call internal_cplus_demangle. include * Merge from GCC: 2018-12-22 Jason Merrill <jason@redhat.com> * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid, ARM, HP, and EDG demangling styles.
2019-01-09Merge from gcc: use "cannot" instead of "can not" in libiberty and include.Sandra Loosemore1-1/+1
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> Merge from GCC: 2019-01-09 Sandra Loosemore <sandra@codesourcery.com> PR other/16615 [2/5] include/ * libiberty.h: Mechanically replace "can not" with "cannot". * plugin-api.h: Likewise. libiberty/ * cp-demangle.c: Mechanically replace "can not" with "cannot". * floatformat.c: Likewise. * strerror.c: Likewise.
2015-01-19strerror.c: Do not declare sys_nerr or sys_errlist if already macrosJoel Brobecker1-0/+5
This fixes a MinGW warning in libiberty/strerror.c. 2015-01-19 Eli Zaretskii <eliz@gnu.org> * strerror.c <sys_nerr, sys_errlist>: Declare only if they aren't macros.
2005-03-28merge from gccDJ Delorie1-10/+7
2004-04-14merge from gccDJ Delorie1-3/+3
2003-10-02 * strerror.c: Revert last change. Declare static sys_nerrDaniel Jacobowitz1-8/+2
and sys_errlist using different names.
2003-10-01 * strerror.c: Don't provide or reference sys_errlist ifDaniel Jacobowitz1-1/+8
strerror is available.
2001-10-16merge from gccDJ Delorie1-6/+6
2001-10-07merge from gccDJ Delorie1-5/+5
2001-10-07merge from gccDJ Delorie1-5/+5
2001-09-27merge from gccDJ Delorie1-5/+5
2001-09-26merge from gccDJ Delorie1-69/+44
2001-06-12merge from gccDJ Delorie1-0/+2
2000-05-29 * hashtab.c, partition.c, xmemdup.c: Include string.hZack Weinberg1-8/+11
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.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+831