summaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu
2019-07-18demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.Eduard-Mihai Burtescu
2019-01-01Update copyright years.Jakub Jelinek
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill
2018-12-07Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton
2018-07-30cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0.Tom Tromey
2018-01-03Update copyright years.Jakub Jelinek
2017-04-27PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely
2017-01-04Update copyright years.Jakub Jelinek
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay
2016-11-15libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard
2016-11-04libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard
2016-11-01libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard
2016-08-04re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme
2016-07-13re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme
2016-05-18cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov
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-31cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev
2014-09-23demangle.h (DMGL_DLANG): New macro.Iain Buclaw
2014-06-11Delete temporary string within demangler even in failure cases.Andrew Burgess
2014-05-14cplus-dmem.c (internal_cplus_demangle): Free any resources allocated by possi...Andrew Burgess
2011-04-20remove useless if-before-free testsJim Meyering
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-09-22cplus-dem.c (ada_demangle): Add comments.Tristan Gingold
2010-01-11demangle.h (ada_demangle): Add prototype.Tristan Gingold
2009-09-23cplus-dem.c (ada_demangle): Ensure demangled is freed.Matthew Gingell
2008-03-13cplus-dem.c (malloc, realloc): Use void * instead of char * as return type.Seongbae Park
2008-01-23cplus-dem.c (demangle_function_name): Changed to return value indicating if a...Thiago Jung Bauermann
2006-05-12cplus-dem.c (demangle_fund_type): Ensure buf is large enough to hold "int%u_t".Anton Blanchard
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-27Convert libiberty to use ISO C prototype style 3/n.Gabriel Dos Reis
2004-11-24re PR other/18623 (4 * libiberty local variables set but never used)Ian Lance Taylor
2004-01-02cp-demangle.c (d_encoding): When DMGL_PARAMS is not set...Ian Lance Taylor
2003-10-20cplus-dem.c (demangle_template): Register a new Btype only when needed.J. Brobecker
2003-03-11cplus-dem.c (demangle_integral_value): Correction to reflect patch of 2002-01...Carlo Wood
2003-03-04* cplus-dem.c: Add license exception to copyright notice.Mark Mitchell
2003-02-20* cplus_dem.c: Fix typo: intializes -> initializes.jmc
2003-02-13re PR c++/7612 (Memory leaks in cplus-dem.c)Daniel Jacobowitz
2002-10-06cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasi...Andreas Jaeger
2002-09-20cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin
2002-09-11Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg
2002-07-29* cplus-dem.c (PREPEND_BLANK): Remove.Neil Booth
2002-02-19demangle-expected: Add test case for infinite loop in demangler.Scott Snyder
2002-02-18re PR other/5390 ([3.3 only?] Libiberty fails to demangle multi-digit templat...Carlo Wood
2002-02-05demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill
2002-02-02cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.H.J. Lu
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi