summaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
Commit message (Expand)AuthorAgeFilesLines
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* cplus-dem.c (ada_demangle): Add comments.Tristan Gingold2010-09-221-63/+137
* demangle.h (ada_demangle): Add prototype.Tristan Gingold2010-01-111-108/+169
* cplus-dem.c (ada_demangle): Ensure demangled is freed.Matthew Gingell2009-09-231-1/+4
* cplus-dem.c (malloc, realloc): Use void * instead of char * as return type.Seongbae Park2008-03-131-2/+2
* cplus-dem.c (demangle_function_name): Changed to return value indicating if a...Thiago Jung Bauermann2008-01-231-12/+20
* cplus-dem.c (demangle_fund_type): Ensure buf is large enough to hold "int%u_t".Anton Blanchard2006-05-121-1/+1
* libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis2005-05-241-39/+29
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
* Convert libiberty to use ISO C prototype style 3/n.Gabriel Dos Reis2005-03-271-333/+156
* re PR other/18623 (4 * libiberty local variables set but never used)Ian Lance Taylor2004-11-241-7/+1
* cp-demangle.c (d_encoding): When DMGL_PARAMS is not set...Ian Lance Taylor2004-01-021-2/+21
* cplus-dem.c (demangle_template): Register a new Btype only when needed.J. Brobecker2003-10-201-4/+4
* cplus-dem.c (demangle_integral_value): Correction to reflect patch of 2002-01...Carlo Wood2003-03-111-23/+26
* * cplus-dem.c: Add license exception to copyright notice.Mark Mitchell2003-03-041-0/+9
* * cplus_dem.c: Fix typo: intializes -> initializes.jmc2003-02-201-1/+1
* re PR c++/7612 (Memory leaks in cplus-dem.c)Daniel Jacobowitz2003-02-131-15/+16
* cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasi...Andreas Jaeger2002-10-061-10/+8
* cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin2002-09-201-2/+2
* Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg2002-09-111-334/+0
* * cplus-dem.c (PREPEND_BLANK): Remove.Neil Booth2002-07-291-2/+0
* demangle-expected: Add test case for infinite loop in demangler.Scott Snyder2002-02-191-2/+9
* re PR other/5390 ([3.3 only?] Libiberty fails to demangle multi-digit templat...Carlo Wood2002-02-181-5/+16
* demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill2002-02-051-7/+4
* cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.H.J. Lu2002-02-021-1/+5
* gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi2002-01-021-1/+1
* cplus-dem.c (mystrstr): Delete.Kaveh R. Ghazi2002-01-021-27/+8
* re PR other/2719 (demangler crash)Craig Rodrigues2001-12-121-0/+3
* demangle.h (no_demangling): New.Richard Henderson2001-12-061-0/+10
* argv.c, [...]: Improve manual formatting.DJ Delorie2001-10-171-1/+1
* demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi2001-10-071-7/+7
* * cplus-dem.c (main): Skip initial $.Jason Merrill2001-03-201-1/+1
* * cplus-dem.c (main): Cast enum style to int.John David Anglin2001-03-051-1/+1
* cplus-dem.c (main): Initialize style.Loren J. Rittle2001-02-161-1/+1
* Add support for Java demangling under the v3 ABI:Bryce McKinlay2001-02-021-9/+11
* safe-ctype.h: New file.Zack Weinberg2000-12-081-32/+33
* cp-demangle.c: s/new_abi/v3/.Jason Merrill2000-12-041-12/+17
* * cplus-dem.c (main): Handle gnat_demangling.H.J. Lu2000-11-221-0/+1
* cplus-dem.c (cplus_demangle): Fix formatting.Hans-Peter Nilsson2000-11-211-31/+33
* cplus-dem.c (grow_vect): Prototype.Kaveh R. Ghazi2000-11-191-4/+8
* cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'.Hans-Peter Nilsson2000-11-161-1/+1
* cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC.Kenneth Block2000-11-151-8/+8
* cplus_dem.c: Add gnat demangler.Kenneth Block2000-11-151-0/+148
* demangle-expected: Add two tests for anonymous namespaces.Hans-Peter Nilsson2000-09-131-0/+19
* demangle-expected: Add four tests for type_info mangling.Hans-Peter Nilsson2000-09-101-1/+1
* In include:Alex Samuel2000-09-051-1/+1
* cplus-dem.c (cplus_demangle_opname, [...]): Use ARRAY_SIZE.Greg McGary2000-08-241-13/+12
* cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to if (AUTO_DEMA...Daniel Berlin2000-08-111-31/+243
* cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, and print it wi...Joseph Myers2000-07-201-2/+2