aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Sync libiberty with GCC.Iain Buclaw3-30/+71
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger3-9/+15
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger2-5/+5
2016-01-05libiberty: Tweak the documentation of libiberty's xcrc32 functionPatrick Palka2-7/+13
2016-01-05libiberty: fix warnings about left shifting a negative value.Nick Clifton2-1/+7
2015-11-28PR other/61321 - demangler crash on casts in template parametersPedro Alves4-8/+77
2015-11-28libiberty TAGSMike Stump2-1/+5
2015-11-28(Makefiles): PATCH to include libcpp and libiberty in GCC etagsJason Merrill2-5/+7
2015-11-28Fix PR63758 by using the _NSGetEnviron() API on DarwinIain Sandoe4-12/+17
2015-11-28Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill3-5/+43
2015-11-28Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev4-8/+94
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak2-7/+7
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak2-0/+9
2015-11-09Configury changes for obstack optimizationAlan Modra4-0/+44
2015-11-09Silence obstack.c -Wc++compat warningAlan Modra2-2/+9
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra3-13/+45
2015-11-09Copy gnulib obstack filesAlan Modra3-478/+340
2015-11-06Do not use libiberty's getpagesize on AndroidJoel Brobecker3-0/+18
2015-09-30Resync files in the binutils repository that are maintained in the gcc reposi...Nick Clifton3-0/+23
2015-08-11PR gdb/18669 libiberty demangle.test failure: strtod() on sparc-sun-solaris2.9Iain Buclaw3-22/+22
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu1-3/+3
2015-07-14Sync config/warnings.m4 with GCCH.J. Lu2-0/+28
2015-06-24Sync libiberty from GCC, replaying updates to configure scriptsIain Buclaw11-520/+1255
2015-05-08libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available.Joel Brobecker2-0/+7
2015-04-22libiberty/setenv.c: Do not declare environ if defined as a macro.Joel Brobecker2-0/+6
2015-01-19strerror.c: Do not declare sys_nerr or sys_errlist if already macrosJoel Brobecker2-0/+10
2015-01-07Sync with gcc/libiberty.Richard Earnshaw10-87/+387
2014-11-17Sync libiberty from GCCJan-Benedict Glaw14-33/+823
2014-11-05Fix gnu11 fallout on Solaris 10+Rainer Orth2-1/+4
2014-10-16Use strtod instead of strtold in libiberty/d-demangle.cJoel Brobecker2-5/+14
2014-10-11Sync libiberty with upstream GCC.Iain Buclaw15-26/+2534
2014-06-11Delete temporary string within demangler even in failure cases.gdb-7.8-branchpointAndrew Burgess2-1/+9
2014-06-012014-06-01 Ray Donnelly <mingw.android@gmail.com>Kai Tietz2-9/+42
2014-05-28Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves2-0/+11
2014-05-28Fix test in libiberty/testsuite/demangle-expected.Thomas Schwinge2-0/+5
2014-05-28cplus-demangler, free resource after a failed call to gnu_special.Andrew Burgess3-0/+18
2014-05-08libiberty/ 2014-05-08 Gary Benson <gbenson@redhat.com>gary3-6/+90
2014-05-08PR sanitizer/56781 lto-plugin/ * Makefile.am (CFLAGS, LDFLAGS): Filter out -f...jakub5-9/+405
2014-05-082014-04-01 Richard Biener <rguenther@suse.de>rguenth2-8/+22
2014-05-082014-03-28 Richard Biener <rguenther@suse.de>rguenth2-8/+22
2014-05-08* regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void).uros1-1/+1
2014-05-08* regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast ...uros2-3/+9
2014-05-08Avoid "'dc' may be uninitialized" warning.tschwinge2-1/+8
2014-01-21[PATCH] include * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS...tromey7-49/+49
2014-01-06libiberty: fix --enable-install-libiberty flag [PR 56780]Mike Frysinger3-2/+6
2014-01-06libiberty: sync with gccGary Benson2-61/+223
2014-01-06libiberty: sync with gccBill Maddox2-0/+13
2013-11-26Fix demangler to handle conversion operators correctly.ccoutant4-36/+202
2013-11-21config/ * picflag.m4 (m68k-*-*): Use default PIC flag.schwab2-3/+4
2013-11-15* cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_...uros2-9/+16