aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-07-07cplus-dem.c (main): fflush() after emitting last char before waiting for input.Andrew Haley1-0/+1
2000-06-05In include,Alex Samuel1-0/+27
2000-05-04demangle.h (demangler_engine): Constify.Kaveh R. Ghazi1-4/+5
2000-04-28* libiberty/cplus-dem.cKenneth Block1-29/+121
2000-04-16* cplus-dem.c (cplus_demangle_opname): Changed to use islower.Dave Pitts1-4/+4
1999-10-25cplus-dem.c: Move declarations of standard_symbol_characters and hp_symbol_ch...Jim Kingdon1-6/+6
1999-10-19cplus-dem.c (INTBUF_SIZE): New macro.Mark Mitchell1-107/+146
1999-10-11cplus-dem.c (do_type): Handle pointer to member types whose enclosing classes...Mark Mitchell1-1/+14
1999-10-02cplus-dem.c (fancy_abort, [...]): Add prototype.Kaveh R. Ghazi1-8/+30
1999-08-25Warning fixes:Kaveh R. Ghazi1-5/+5
1999-05-16cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance the *mangled ...Stu Grossman1-6/+8
1999-05-12cplus-dem.c (standard_symbol_characters): Renamed from standard_symbol_alphabet.Marc Espie1-26/+15
1999-05-11cplus-dem.c (main): Use table lookup to distinguish identifier characters fro...Jim Blandy1-5/+80
1999-04-20Fix from Dale Hawkins:Jim Blandy1-1/+10
1999-04-12Fix from Marcus Daniels:Jim Blandy1-1/+1
1999-04-11cplus-dem.c (demangle_template_value_parm): Handle pointers-to-members.Mark Mitchell1-31/+45
1999-04-09cplus-dem.c: Attempt to handle overflows in counts with some semblance of grace.Jim Blandy1-42/+116
1999-04-06Changes from official libiberty sources.Jeff Law1-14/+37
1999-03-30cplus-dem.c (consume_count): If `count' wraps, return 0 and don't advance inp...Tom Tromey1-2/+12
1999-01-14(mop_up): Set work->previous_argument to NULL after freeing it.Ulrich Drepper1-116/+116
1998-12-22Warning fixes:Kaveh R. Ghazi1-17/+13
1998-12-18cplus-dem.c (demangle_fund_type): Process CV and u codes before bumping the p...Andrew MacLeod1-3/+4
1998-12-07* HP aCC demangling support.David Taylor1-42/+455
1998-11-27choose-temp.c: Always include libiberty.h.Kaveh R. Ghazi1-9/+8
1998-11-23cplus-dem.c (demangle_fund_type): Add demangling for C9x types.Benjamin Kosnik1-0/+24
1998-11-13cplus-dem.c (demangle_prefix): Use the last __ in the mangled name when looki...Andrew MacLeod1-1/+9
1998-11-08cplus-dem.c (type_kind_t): Add tk_reference.Mark Mitchell1-3/+5
1998-11-08cplus-dem.c (demangle_template_value_parm): Use cplus_demangle, not internal_...Mark Mitchell1-1/+6
1998-10-25cplus-dem.c (gnu_special): Fix handling of virtual tables in anonymous namesp...Mark Mitchell1-1/+1
1998-10-23cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1-55/+135
1998-10-20cplus-dem.c (demangle_qualified): Fix off-by-one when checking range of 'K' i...Andreas Schwab1-2/+2
1998-10-15Warning fixes:Kaveh R. Ghazi1-32/+35