aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-09-22cplus-dem.c (ada_demangle): Add comments.Tristan Gingold1-63/+137
2010-01-11demangle.h (ada_demangle): Add prototype.Tristan Gingold1-108/+169
2009-09-23cplus-dem.c (ada_demangle): Ensure demangled is freed.Matthew Gingell1-1/+4
2008-03-13cplus-dem.c (malloc, realloc): Use void * instead of char * as return type.Seongbae Park1-2/+2
2008-01-23cplus-dem.c (demangle_function_name): Changed to return value indicating if a...Thiago Jung Bauermann1-12/+20
2006-05-12cplus-dem.c (demangle_fund_type): Ensure buf is large enough to hold "int%u_t".Anton Blanchard1-1/+1
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis1-39/+29
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-03-27Convert libiberty to use ISO C prototype style 3/n.Gabriel Dos Reis1-333/+156
2004-11-24re PR other/18623 (4 * libiberty local variables set but never used)Ian Lance Taylor1-7/+1
2004-01-02cp-demangle.c (d_encoding): When DMGL_PARAMS is not set...Ian Lance Taylor1-2/+21
2003-10-20cplus-dem.c (demangle_template): Register a new Btype only when needed.J. Brobecker1-4/+4
2003-03-11cplus-dem.c (demangle_integral_value): Correction to reflect patch of 2002-01...Carlo Wood1-23/+26
2003-03-04* cplus-dem.c: Add license exception to copyright notice.Mark Mitchell1-0/+9
2003-02-20* cplus_dem.c: Fix typo: intializes -> initializes.jmc1-1/+1
2003-02-13re PR c++/7612 (Memory leaks in cplus-dem.c)Daniel Jacobowitz1-15/+16
2002-10-06cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasi...Andreas Jaeger1-10/+8
2002-09-20cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin1-2/+2
2002-09-11Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg1-334/+0
2002-07-29* cplus-dem.c (PREPEND_BLANK): Remove.Neil Booth1-2/+0
2002-02-19demangle-expected: Add test case for infinite loop in demangler.Scott Snyder1-2/+9
2002-02-18re PR other/5390 ([3.3 only?] Libiberty fails to demangle multi-digit templat...Carlo Wood1-5/+16
2002-02-05demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill1-7/+4
2002-02-02cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2.H.J. Lu1-1/+5
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi1-1/+1
2002-01-02cplus-dem.c (mystrstr): Delete.Kaveh R. Ghazi1-27/+8
2001-12-12re PR other/2719 (demangler crash)Craig Rodrigues1-0/+3
2001-12-06demangle.h (no_demangling): New.Richard Henderson1-0/+10
2001-10-17argv.c, [...]: Improve manual formatting.DJ Delorie1-1/+1
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi1-7/+7
2001-03-20* cplus-dem.c (main): Skip initial $.Jason Merrill1-1/+1
2001-03-05* cplus-dem.c (main): Cast enum style to int.John David Anglin1-1/+1
2001-02-16cplus-dem.c (main): Initialize style.Loren J. Rittle1-1/+1
2001-02-02Add support for Java demangling under the v3 ABI:Bryce McKinlay1-9/+11
2000-12-08safe-ctype.h: New file.Zack Weinberg1-32/+33
2000-12-04cp-demangle.c: s/new_abi/v3/.Jason Merrill1-12/+17
2000-11-22* cplus-dem.c (main): Handle gnat_demangling.H.J. Lu1-0/+1
2000-11-21cplus-dem.c (cplus_demangle): Fix formatting.Hans-Peter Nilsson1-31/+33
2000-11-19cplus-dem.c (grow_vect): Prototype.Kaveh R. Ghazi1-4/+8
2000-11-16cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'.Hans-Peter Nilsson1-1/+1
2000-11-15cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC.Kenneth Block1-8/+8
2000-11-15cplus_dem.c: Add gnat demangler.Kenneth Block1-0/+148
2000-09-13demangle-expected: Add two tests for anonymous namespaces.Hans-Peter Nilsson1-0/+19
2000-09-10demangle-expected: Add four tests for type_info mangling.Hans-Peter Nilsson1-1/+1
2000-09-05In include:Alex Samuel1-1/+1
2000-08-24cplus-dem.c (cplus_demangle_opname, [...]): Use ARRAY_SIZE.Greg McGary1-13/+12
2000-08-11cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to if (AUTO_DEMA...Daniel Berlin1-31/+243
2000-07-20cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, and print it wi...Joseph Myers1-2/+2