aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2017-06-07simple-object-xcoff.c (simple_object_xcoff_find_sections): Search symbol tabl...Tony Reix2-9/+128
2017-05-31configure.ac (strnlen): Add to AC_CHECK_DECLS.DJ Delorie4-1/+33
2017-05-27d-demangle.c (dlang_identifier): Prefix mangled init symbols with `initialize...Iain Buclaw3-2/+9
2017-05-27d-demangle.c (dlang_call_convention_p): Move declaration before dlang_type.Iain Buclaw3-24/+44
2017-05-27d-demangle.c (dlang_parse_real): Remove stack buffer, write the demangled hex...Iain Buclaw3-17/+18
2017-05-24waitpid.c (wait): Define as a macro that calls _cwait, so that this function ...Eli Zaretskii2-0/+10
2017-05-01d-demangle.c (dlang_hexdigit): New function.Iain Buclaw3-54/+86
2017-05-01d-demangle.c (strtol): Remove declaration.Iain Buclaw3-47/+185
2017-05-01d-demangle.c (dlang_parse_symbol): Remove function.Iain Buclaw3-98/+142
2017-05-01d-demangle.c (dlang_value): Add comment explaining why cases for digits are r...Iain Buclaw3-17/+27
2017-05-01d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols.Iain Buclaw3-1/+18
2017-05-01d-demangle.c (dlang_identifier): Handle template constraint symbols.Iain Buclaw3-9/+18
2017-05-01d-demangle.c (dlang_attributes): Handle scope attributes.Iain Buclaw3-0/+53
2017-04-27PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely4-9/+33
2017-04-21libiberty: Limit demangler maximum d_print_comp recursion call depth.Mark Wielaard2-3/+19
2017-04-21libiberty: Always return NULL if d_add_substitution fails.Mark Wielaard2-1/+7
2017-04-21libiberty: Don't update and remove did_subs field from demangler structs.Mark Wielaard3-12/+10
2017-03-27cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCEPedro Alves2-0/+6
2017-03-13libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.Mark Wielaard2-0/+12
2017-03-08Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard4-25/+83
2017-01-18Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf3-0/+16
2017-01-18Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf3-2/+42
2017-01-04Update copyright years.Jakub Jelinek93-120/+97
2017-01-04Update configure deps, remove stray \xA0 in picflag.m4, regenerateAlan Modra3-3/+10
2016-12-13re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek3-1/+14
2016-12-12re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell3-22/+82
2016-12-06Oops, fix dateDJ Delorie1-1/+1
2016-12-06* argv.c (expandargv): Check for directories passed as @-files.DJ Delorie2-0/+23
2016-11-30libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498)David Malcolm3-9/+11
2016-11-29* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.Nathan Sidwell2-1/+5
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay6-4/+585
2016-11-15libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard3-0/+19
2016-11-15libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard3-4/+41
2016-11-15- Revert last commit, restore the regenerated files aclocal.m4 and configureMatthias Klose2-23/+625
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-625/+23
2016-11-14libiberty: Add -Wshadow=local to warning flags (if supported).Mark Wielaard3-2/+9
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill3-68/+133
2016-11-04libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard4-15/+29
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill3-0/+20
2016-11-01libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard2-1/+7
2016-09-19Fix zero-length parameter bug in pex_run.Andrew Stubbs3-0/+23
2016-09-10Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard2-5/+10
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2-0/+7
2016-08-04re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme3-7/+97
2016-07-29libiberty.h (MAX_ALLOCA_SIZE): New macro.Aldy Hernandez2-3/+13
2016-07-18Demangle C++17 fold-expressions.Jason Merrill3-2/+107
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill3-5/+70
2016-07-13re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme3-4/+28
2016-07-11cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses2-2/+11
2016-05-31Don't needlessly clear xmemdup allocated memory.Alan Modra2-2/+8