summaryrefslogtreecommitdiff
path: root/gcc/cplus-dem.c
Commit message (Expand)AuthorAgeFilesLines
* cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.Hans-Peter Nilsson1998-05-211-1/+1
* * cplus-dem.c (do_type): Handle volatile qualification.Mark Mitchell1998-05-211-2/+4
* Warning fixes:Kaveh R. Ghazi1998-05-131-10/+13
* cplus-dem.c (demangle_qualified): Add a missing else which caused qualified...Andrew MacLeod1998-04-271-1/+1
* cplus-dem.c (gnu_special): Fix off-by-one bug when checking the length in the...Andreas Schwab1998-04-261-1/+1
* cplus-dem.c: Add code to enable demangling of names produced with the -fsquan...Andrew MacLeod1998-04-221-23/+296
* c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1998-04-011-0/+9
* cplus-dem.c (optable): Add sizeof.Mark Mitchell1998-03-241-200/+278
* m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1998-03-191-0/+1
* aManfred Hollstein1998-03-121-6/+5
* c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1998-03-121-3/+2
* Whitespace change for better readability.Jeff Law1998-02-071-0/+1
* dwarf2out.c: Add old_args_size.Jason Merrill1998-02-051-9/+135
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1998-01-271-2/+4
* Merge from gcc-2.8Jeff Law1997-12-061-1/+10
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-1/+1
* cplus-dem.c (demangle_signature): Don't look for return types on constructors.Mark Mitchell1997-10-141-3/+6
* cplus-dem.c (demangle_template): Add new parameter.Mark Mitchell1997-09-281-52/+245
* * cplus-dem.c: Add 'extern' to prepends_underscore.Jason Merrill1997-08-191-2/+2
* cplus-dem.c: Various changes to produce Java output when passed DMGL_JAVA.Per Bothner1997-07-301-24/+47
* cplus-dem.c (do_type): Handle `J'.Brendan Kehoe1997-05-201-0/+6
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-7/+7
* Add prototypes, remove unsed cplus_match, make mystrstr staticIan Lance Taylor1997-03-141-19/+16
* cplus-dem.c (gnu_special): Call demangled_fund_type for other __t* symbols.Brendan Kehoe1997-03-111-3/+2
* cplus-dem.c: Fix indenting; note that this file also lives in libiberty.Mike Stump1997-01-161-456/+476
* (demangle_template): Fix handling of address args.Jason Merrill1996-09-191-1/+25
* formatting tweaksMike Stump1996-07-031-39/+38
* (demangle_template): Fix for non-mangled pointerJason Merrill1996-03-201-2/+8
* (demangle_template): Fix for address-of-extern arguments.Jason Merrill1996-03-071-1/+9
* (demangle_template): Initialize is_bool.Jason Merrill1996-02-211-1/+5
* Add const where appropriateIan Lance Taylor1996-01-181-5/+5
* Fix spelling errors.Richard Kenner1995-08-281-1/+1
* Update FSF address.Richard Kenner1995-06-151-2/+2
* (strstr, strncmp, strlen): Remove declarations.Richard Kenner1995-05-241-5/+0
* (mystrstr): Replacement for strstr.Richard Kenner1995-05-221-7/+4
* (strstr): Define ifndef POSIX.Richard Kenner1995-05-191-0/+24
* Fix typos in comments.Richard Kenner1995-05-161-6/+5
* Make collect demangleJason Merrill1995-05-041-0/+2986