summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek2016-12-133-1/+14
* re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell2016-12-123-22/+82
* Oops, fix dateDJ Delorie2016-12-061-1/+1
* * argv.c (expandargv): Check for directories passed as @-files.DJ Delorie2016-12-062-0/+23
* libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498)David Malcolm2016-11-303-9/+11
* * cp-demangle.c (d_print_comp_inner): Fix parameter indentation.Nathan Sidwell2016-11-292-1/+5
* libiberty: Add Rust symbol demangling.David Tolnay2016-11-166-4/+585
* libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard2016-11-153-0/+19
* libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard2016-11-153-4/+41
* - Revert last commit, restore the regenerated files aclocal.m4 and configureMatthias Klose2016-11-152-23/+625
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-625/+23
* libiberty: Add -Wshadow=local to warning flags (if supported).Mark Wielaard2016-11-143-2/+9
* Implement P0012R1, Make exception specifications part of the type system.Jason Merrill2016-11-073-68/+133
* libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard2016-11-044-15/+29
* Implement P0136R1, Rewording inheriting constructors.Jason Merrill2016-11-013-0/+20
* libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard2016-11-012-1/+7
* Fix zero-length parameter bug in pex_run.Andrew Stubbs2016-09-193-0/+23
* Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard2016-09-102-5/+10
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-122-0/+7
* re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme2016-08-043-7/+97
* libiberty.h (MAX_ALLOCA_SIZE): New macro.Aldy Hernandez2016-07-292-3/+13
* Demangle C++17 fold-expressions.Jason Merrill2016-07-183-2/+107
* PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill2016-07-153-5/+70
* re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme2016-07-133-4/+28
* cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses2016-07-112-2/+11
* Don't needlessly clear xmemdup allocated memory.Alan Modra2016-05-312-2/+8
* Move ChangeLog entry to the right file.Jakub Jelinek2016-05-191-2/+0
* Remove libiberty/ path prefixes.Jakub Jelinek2016-05-191-16/+15
* re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek2016-05-192-1/+6
* Fix up 2 ChangeLog entries.Jakub Jelinek2016-05-191-2/+2
* cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov2016-05-183-2/+136
* Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme2016-05-023-24/+61
* config.guess: Remove SH5 support.Oleg Endo2016-04-302-2/+5
* Fix PR number in ChangeLogBernd Schmidt2016-04-081-1/+1
* Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)Marcel Böhme2016-04-082-0/+22
* Handle an overflow case (PR70498, patch by Marcel Böhme).Marcel Böhme2016-04-082-0/+11
* Add BZ markers to last commitJeff Law2016-03-311-0/+2
* cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev2016-03-313-0/+19
* d-demangle.c (dlang_call_convention): Handle extern Objective-C function call...Iain Buclaw2016-01-273-2/+22
* d-demangle.c (dlang_function_args): Append ',' for variadic functions only if...Iain Buclaw2016-01-273-1/+14
* d-demangle.c (dlang_type): Handle function types only in the context of seein...Iain Buclaw2016-01-273-28/+36
* libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger2016-01-053-9/+15
* libiberty: dupargv: rewrite to use xstrdupMike Frysinger2016-01-052-5/+5
* Tweak the documentation of libiberty's xcrc32 functionPatrick Palka2015-12-282-7/+13
* re PR other/66827 (left shifts of negative value warnings due to C++14 switch)Nick Clifton2015-12-212-1/+7
* PR other/61321 - demangler crash on casts in template parametersPedro Alves2015-11-274-8/+77
* * Makefile.in (etags tags TAGS): Use && instead of ;.Mike Stump2015-11-122-1/+5
* Configury changes for obstack optimizationAlan Modra2015-11-092-0/+4
* Configury changes for obstack optimizationAlan Modra2015-11-093-0/+64
* Silence obstack.c -Wc++compat warningAlan Modra2015-11-092-2/+9