summaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2017-01-041-2/+1
* libiberty: Add Rust symbol demangling.mark2016-11-161-2/+45
* libiberty: Fix some demangler crashes caused by reading past end of input.mark2016-11-151-4/+10
* libiberty: Fix -Wimplicit-fallthrough warnings.mark2016-11-041-3/+2
* libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.mark2016-11-011-1/+2
* 2016-08-04 Marcel Böhme <boehme.marcel@gmail.com>law2016-08-041-6/+74
* PR c++/70926law2016-07-131-4/+6
* * cplus-dem.c (enum type_kind_t): Add tk_rvalue_referencelaw2016-05-181-2/+11
* Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)bernds2016-04-081-0/+15
* Handle an overflow case (PR70498, patch by Marcel Böhme).bernds2016-04-081-0/+5
* * cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeinglaw2016-03-311-0/+2
* include/:ian2014-09-231-0/+13
* Delete temporary string within demangler even in failure cases.palves2014-06-111-1/+4
* libiberty/gary2014-05-141-0/+7
* remove useless if-before-free testsmeyering2011-04-201-2/+1
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* 2010-09-22 Tristan Gingold <gingold@adacore.com>gingold2010-09-221-63/+137
* include/gingold2010-01-111-108/+169
* 2009-09-23 Matthew Gingell <gingell@adacore.com>gingold2009-09-231-1/+4
* 2008-03-12 Seongbae Park <seongbae.park@gmail.com>spark2008-03-131-2/+2
* 2008-01-23 Thiago Jung Bauermann <bauerman@br.ibm.com>bje2008-01-231-12/+20
* * cplus-dem.c (demangle_fund_type): Ensure buf is large enough todj2006-05-121-1/+1
* include/gdr2005-05-241-39/+29
* Update the address and phone number of the FSF organization.nickc2005-05-101-2/+2
* Convert libiberty to use ISO C prototype style 3/n.gdr2005-03-271-333/+156
* PR other/18623ian2004-11-241-7/+1
* * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, stripian2004-01-021-2/+21
* * cplus-dem.c (demangle_template): Register a new Btype onlybrobecke2003-10-201-4/+4
* * cplus-dem.c (demangle_integral_value): Correction to reflectdj2003-03-111-23/+26
* * cplus-dem.c: Add license exception to copyright notice.mmitchel2003-03-041-0/+9
* * cplus_dem.c: Fix typo: intializes -> initializes.dj2003-02-201-1/+1
* Fix PR c++/7612.drow2003-02-131-15/+16
* * libiberty/cplus-dem.c (ada_demangle): Get rid of unneededaj2002-10-061-10/+8
* * cp-demangle.c (demangling_new): Cast 0 to enum.danglin2002-09-201-2/+2
* gcc:zack2002-09-111-334/+0
* * cplus-dem.c (PREPEND_BLANK): Remove.neil2002-07-291-2/+0
* * testsuite/demangle-expected: Add test case for infinite loop indj2002-02-191-2/+9
* 2002-02-18 Carlo Wood <carlo@gnu.org>rodrigc2002-02-181-5/+16
* * demangle.h (cplus_demangle_v3): Add "options" parm.jason2002-02-051-7/+4
* 2002-02-02 H.J. Lu (hjl@gnu.org)hjl2002-02-031-1/+5
* * gcc.c (default_compilers): Const-ify.ghazi2002-01-021-1/+1
* * cplus-dem.c (mystrstr): Delete. All callers changed to useghazi2002-01-021-27/+8
* 2001-12-12 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2001-12-121-0/+3
* * demangle.h (no_demangling): New.rth2001-12-061-0/+10
* * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,dj2001-10-171-1/+1
* include:ghazi2001-10-071-7/+7
* * cplus-dem.c (main): Skip initial $.jason2001-03-201-1/+1
* * cplus-dem.c (main): Cast enum style to int.danglin2001-03-051-1/+1
* 2001-02-16 Loren J. Rittle <ljrittle@acm.org>bryce2001-02-161-1/+1
* Add support for Java demangling under the v3 ABI:bryce2001-02-021-9/+11