aboutsummaryrefslogtreecommitdiff
path: root/gcc/cplus-dem.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-28cplus-dem.c (type_kind_t): New type.Mark Mitchell1-97/+57
1998-07-21* cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.Jason Merrill1-13/+4
1998-07-19This fixes a problem when using KNR compilers.Kaveh R. Ghazi1-1/+1
1998-07-14tweak formattingJason Merrill1-2/+5
1998-07-13cplus-dem.c (SCOPE_STRING): Remove DMGL_JAVA stuff.Mark Mitchell1-30/+11
1998-07-11* cplus-dem.c (demangle_nested_args): Return a value.Jason Merrill1-0/+2
1998-07-11cplus-dem.c (string): Move definition before work_stuff.Mark Mitchell1-115/+245
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-3/+3
1998-05-21cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.Hans-Peter Nilsson1-1/+1
1998-05-21* cplus-dem.c (do_type): Handle volatile qualification.Mark Mitchell1-2/+4
1998-05-13Warning fixes:Kaveh R. Ghazi1-10/+13
1998-04-27cplus-dem.c (demangle_qualified): Add a missing else which caused qualified...Andrew MacLeod1-1/+1
1998-04-26cplus-dem.c (gnu_special): Fix off-by-one bug when checking the length in the...Andreas Schwab1-1/+1
1998-04-22cplus-dem.c: Add code to enable demangling of names produced with the -fsquan...Andrew MacLeod1-23/+296
1998-04-01c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1-0/+9
1998-03-24cplus-dem.c (optable): Add sizeof.Mark Mitchell1-200/+278
1998-03-19m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1-0/+1
1998-03-12aManfred Hollstein1-6/+5
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-3/+2
1998-02-07Whitespace change for better readability.Jeff Law1-0/+1
1998-02-05dwarf2out.c: Add old_args_size.Jason Merrill1-9/+135
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-2/+4
1997-12-06Merge from gcc-2.8Jeff Law1-1/+10
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+1
1997-10-14cplus-dem.c (demangle_signature): Don't look for return types on constructors.Mark Mitchell1-3/+6
1997-09-28cplus-dem.c (demangle_template): Add new parameter.Mark Mitchell1-52/+245
1997-08-19* cplus-dem.c: Add 'extern' to prepends_underscore.Jason Merrill1-2/+2
1997-07-30cplus-dem.c: Various changes to produce Java output when passed DMGL_JAVA.Per Bothner1-24/+47
1997-05-20cplus-dem.c (do_type): Handle `J'.Brendan Kehoe1-0/+6
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-7/+7
1997-03-14Add prototypes, remove unsed cplus_match, make mystrstr staticIan Lance Taylor1-19/+16
1997-03-11cplus-dem.c (gnu_special): Call demangled_fund_type for other __t* symbols.Brendan Kehoe1-3/+2
1997-01-16cplus-dem.c: Fix indenting; note that this file also lives in libiberty.Mike Stump1-456/+476
1996-09-19(demangle_template): Fix handling of address args.Jason Merrill1-1/+25
1996-07-03formatting tweaksMike Stump1-39/+38
1996-03-20(demangle_template): Fix for non-mangled pointerJason Merrill1-2/+8
1996-03-07(demangle_template): Fix for address-of-extern arguments.Jason Merrill1-1/+9
1996-02-21(demangle_template): Initialize is_bool.Jason Merrill1-1/+5
1996-01-18Add const where appropriateIan Lance Taylor1-5/+5
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-06-15Update FSF address.Richard Kenner1-2/+2
1995-05-24(strstr, strncmp, strlen): Remove declarations.Richard Kenner1-5/+0
1995-05-22(mystrstr): Replacement for strstr.Richard Kenner1-7/+4
1995-05-19(strstr): Define ifndef POSIX.Richard Kenner1-0/+24
1995-05-16Fix typos in comments.Richard Kenner1-6/+5
1995-05-04Make collect demangleJason Merrill1-0/+2986