summaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)Author
2017-01-18Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf
2017-01-18Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf
2017-01-04Update copyright years.Jakub Jelinek
2017-01-04Update configure deps, remove stray \xA0 in picflag.m4, regenerateAlan Modra
2016-12-13re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek
2016-12-12re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell
2016-12-06Oops, fix dateDJ Delorie
2016-12-06* argv.c (expandargv): Check for directories passed as @-files.DJ Delorie
2016-11-30libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498)David Malcolm
2016-11-29* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.Nathan Sidwell
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay
2016-11-15libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard
2016-11-15libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard
2016-11-15- Revert last commit, restore the regenerated files aclocal.m4 and configureMatthias Klose
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose
2016-11-14libiberty: Add -Wshadow=local to warning flags (if supported).Mark Wielaard
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-11-04libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill
2016-11-01libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard
2016-09-19Fix zero-length parameter bug in pex_run.Andrew Stubbs
2016-09-10Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-04re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme
2016-07-29libiberty.h (MAX_ALLOCA_SIZE): New macro.Aldy Hernandez
2016-07-18Demangle C++17 fold-expressions.Jason Merrill
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill
2016-07-13re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme
2016-07-11cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses
2016-05-31Don't needlessly clear xmemdup allocated memory.Alan Modra
2016-05-19Move ChangeLog entry to the right file.Jakub Jelinek
2016-05-19Remove libiberty/ path prefixes.Jakub Jelinek
2016-05-19re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek
2016-05-19Fix up 2 ChangeLog entries.Jakub Jelinek
2016-05-18cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov
2016-05-02Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme
2016-04-30config.guess: Remove SH5 support.Oleg Endo
2016-04-08Fix PR number in ChangeLogBernd Schmidt
2016-04-08Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)Marcel Böhme
2016-04-08Handle an overflow case (PR70498, patch by Marcel Böhme).Marcel Böhme
2016-03-31Add BZ markers to last commitJeff Law
2016-03-31cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev
2016-01-27d-demangle.c (dlang_call_convention): Handle extern Objective-C function call...Iain Buclaw
2016-01-27d-demangle.c (dlang_function_args): Append ',' for variadic functions only if...Iain Buclaw
2016-01-27d-demangle.c (dlang_type): Handle function types only in the context of seein...Iain Buclaw
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger
2015-12-28Tweak the documentation of libiberty's xcrc32 functionPatrick Palka
2015-12-21re PR other/66827 (left shifts of negative value warnings due to C++14 switch)Nick Clifton
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves