summaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)Author
2016-08-02Synchronize libiberty sources with FSF GCC mainline version.Nick Clifton
2016-05-31Don't needlessly clear xmemdup allocated memory.Alan Modra
2016-01-28Sync libiberty with GCC.Iain Buclaw
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger
2016-01-05libiberty: Tweak the documentation of libiberty's xcrc32 functionPatrick Palka
2016-01-05libiberty: fix warnings about left shifting a negative value.Nick Clifton
2015-11-28PR other/61321 - demangler crash on casts in template parametersPedro Alves
2015-11-28libiberty TAGSMike Stump
2015-11-28(Makefiles): PATCH to include libcpp and libiberty in GCC etagsJason Merrill
2015-11-28Fix PR63758 by using the _NSGetEnviron() API on DarwinIain Sandoe
2015-11-28Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill
2015-11-28Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak
2015-11-09Configury changes for obstack optimizationAlan Modra
2015-11-09Silence obstack.c -Wc++compat warningAlan Modra
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra
2015-11-09Copy gnulib obstack filesAlan Modra
2015-11-06Do not use libiberty's getpagesize on AndroidJoel Brobecker
2015-09-30Resync files in the binutils repository that are maintained in the gcc reposi...Nick Clifton
2015-08-11PR gdb/18669 libiberty demangle.test failure: strtod() on sparc-sun-solaris2.9Iain Buclaw
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu
2015-07-14Sync config/warnings.m4 with GCCH.J. Lu
2015-06-24Sync libiberty from GCC, replaying updates to configure scriptsIain Buclaw
2015-05-08libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available.Joel Brobecker
2015-04-22libiberty/setenv.c: Do not declare environ if defined as a macro.Joel Brobecker
2015-01-19strerror.c: Do not declare sys_nerr or sys_errlist if already macrosJoel Brobecker
2015-01-07Sync with gcc/libiberty.Richard Earnshaw
2014-11-17Sync libiberty from GCCJan-Benedict Glaw
2014-11-05Fix gnu11 fallout on Solaris 10+Rainer Orth
2014-10-16Use strtod instead of strtold in libiberty/d-demangle.cJoel Brobecker
2014-10-11Sync libiberty with upstream GCC.Iain Buclaw
2014-06-11Delete temporary string within demangler even in failure cases.Andrew Burgess
2014-06-012014-06-01 Ray Donnelly <mingw.android@gmail.com>Kai Tietz
2014-05-28Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves
2014-05-28Fix test in libiberty/testsuite/demangle-expected.Thomas Schwinge
2014-05-28cplus-demangler, free resource after a failed call to gnu_special.Andrew Burgess
2014-05-08libiberty/ 2014-05-08 Gary Benson <gbenson@redhat.com>gary
2014-05-08PR sanitizer/56781 lto-plugin/ * Makefile.am (CFLAGS, LDFLAGS): Filter out -f...jakub
2014-05-082014-04-01 Richard Biener <rguenther@suse.de>rguenth
2014-05-082014-03-28 Richard Biener <rguenther@suse.de>rguenth
2014-05-08* regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void).uros
2014-05-08* regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast ...uros
2014-05-08Avoid "'dc' may be uninitialized" warning.tschwinge
2014-01-21[PATCH] include * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS...tromey
2014-01-06libiberty: fix --enable-install-libiberty flag [PR 56780]Mike Frysinger
2014-01-06libiberty: sync with gccGary Benson
2014-01-06libiberty: sync with gccBill Maddox
2013-11-26Fix demangler to handle conversion operators correctly.ccoutant