Age | Commit message (Expand) | Author | Files | Lines |
2016-01-05 | libiberty: fix warnings about left shifting a negative value. | Nick Clifton | 1 | -0/+6 |
2015-11-28 | PR other/61321 - demangler crash on casts in template parameters | Pedro Alves | 1 | -0/+24 |
2015-11-28 | libiberty TAGS | Mike Stump | 1 | -0/+4 |
2015-11-28 | (Makefiles): PATCH to include libcpp and libiberty in GCC etags | Jason Merrill | 1 | -0/+4 |
2015-11-28 | Fix PR63758 by using the _NSGetEnviron() API on Darwin | Iain Sandoe | 1 | -0/+9 |
2015-11-28 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -0/+9 |
2015-11-28 | Fix several crashes of C++ demangler on fuzzed input. | Mikhail Maltsev | 1 | -0/+13 |
2015-11-28 | Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C... | Uros Bizjak | 1 | -3/+3 |
2015-11-28 | Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C... | Uros Bizjak | 1 | -0/+5 |
2015-11-09 | Configury changes for obstack optimization | Alan Modra | 1 | -0/+6 |
2015-11-09 | Silence obstack.c -Wc++compat warning | Alan Modra | 1 | -0/+6 |
2015-11-09 | Modify obstack.[hc] to avoid having to include other gnulib files | Alan Modra | 1 | -0/+10 |
2015-11-09 | Copy gnulib obstack files | Alan Modra | 1 | -0/+6 |
2015-11-06 | Do not use libiberty's getpagesize on Android | Joel Brobecker | 1 | -0/+6 |
2015-09-30 | Resync files in the binutils repository that are maintained in the gcc reposi... | Nick Clifton | 1 | -0/+9 |
2015-08-11 | PR gdb/18669 libiberty demangle.test failure: strtod() on sparc-sun-solaris2.9 | Iain Buclaw | 1 | -0/+7 |
2015-07-24 | Remove leading/trailing white spaces in ChangeLog | H.J. Lu | 1 | -3/+3 |
2015-07-14 | Sync config/warnings.m4 with GCC | H.J. Lu | 1 | -0/+4 |
2015-06-24 | Sync libiberty from GCC, replaying updates to configure scripts | Iain Buclaw | 1 | -0/+98 |
2015-05-08 | libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available. | Joel Brobecker | 1 | -0/+5 |
2015-04-22 | libiberty/setenv.c: Do not declare environ if defined as a macro. | Joel Brobecker | 1 | -0/+4 |
2015-01-19 | strerror.c: Do not declare sys_nerr or sys_errlist if already macros | Joel Brobecker | 1 | -0/+5 |
2015-01-07 | Sync with gcc/libiberty. | Richard Earnshaw | 1 | -0/+31 |
2014-11-17 | Sync libiberty from GCC | Jan-Benedict Glaw | 1 | -1/+42 |
2014-11-05 | Fix gnu11 fallout on Solaris 10+ | Rainer Orth | 1 | -0/+4 |
2014-10-16 | Use strtod instead of strtold in libiberty/d-demangle.c | Joel Brobecker | 1 | -0/+9 |
2014-10-11 | Sync libiberty with upstream GCC. | Iain Buclaw | 1 | -0/+43 |
2014-06-11 | Delete temporary string within demangler even in failure cases.gdb-7.8-branchpoint | Andrew Burgess | 1 | -0/+5 |
2014-06-01 | 2014-06-01 Ray Donnelly <mingw.android@gmail.com> | Kai Tietz | 1 | -0/+5 |
2014-05-28 | Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined | Pedro Alves | 1 | -0/+5 |
2014-05-28 | Fix test in libiberty/testsuite/demangle-expected. | Thomas Schwinge | 1 | -0/+4 |
2014-05-28 | cplus-demangler, free resource after a failed call to gnu_special. | Andrew Burgess | 1 | -0/+7 |
2014-05-08 | libiberty/ 2014-05-08 Gary Benson <gbenson@redhat.com> | gary | 1 | -0/+10 |
2014-05-08 | PR sanitizer/56781 lto-plugin/ * Makefile.am (CFLAGS, LDFLAGS): Filter out -f... | jakub | 1 | -0/+12 |
2014-05-08 | 2014-04-01 Richard Biener <rguenther@suse.de> | rguenth | 1 | -0/+5 |
2014-05-08 | 2014-03-28 Richard Biener <rguenther@suse.de> | rguenth | 1 | -0/+5 |
2014-05-08 | * regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast ... | uros | 1 | -0/+6 |
2014-05-08 | Avoid "'dc' may be uninitialized" warning. | tschwinge | 1 | -0/+5 |
2014-01-21 | [PATCH] include * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS... | tromey | 1 | -0/+10 |
2014-01-06 | libiberty: fix --enable-install-libiberty flag [PR 56780] | Mike Frysinger | 1 | -0/+6 |
2014-01-06 | libiberty: sync with gcc | Gary Benson | 1 | -0/+17 |
2014-01-06 | libiberty: sync with gcc | Bill Maddox | 1 | -0/+6 |
2013-11-26 | Fix demangler to handle conversion operators correctly. | ccoutant | 1 | -0/+23 |
2013-11-21 | config/ * picflag.m4 (m68k-*-*): Use default PIC flag. | schwab | 1 | -0/+4 |
2013-11-15 | * cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_... | uros | 1 | -5/+10 |
2013-11-08 | 2013-10-29 Marc Glisse <marc.glisse@inria.fr> | glisse | 1 | -0/+5 |
2013-11-08 | * testsuite/test-demangle.c: Include unistd.h. | gerald | 1 | -0/+4 |
2013-11-08 | libiberty/ 2013-10-25 Gary Benson <gbenson@redhat.com> | gary | 1 | -0/+17 |
2013-11-08 | * testsuite/test-expandargv.c: Include unistd.h. | gerald | 1 | -0/+4 |
2013-11-08 | Fix up ChangeLog entries (name, e-mail, formatting, otherwise). | gerald | 1 | -3/+3 |