summaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* cplus-dem.c (main): fflush() after emitting last char before waiting for input.Andrew Haley2000-07-071-0/+1
* In include,Alex Samuel2000-06-051-0/+27
* demangle.h (demangler_engine): Constify.Kaveh R. Ghazi2000-05-041-4/+5
* * libiberty/cplus-dem.cKenneth Block2000-04-281-29/+121
* * cplus-dem.c (cplus_demangle_opname): Changed to use islower.Dave Pitts2000-04-161-4/+4
* cplus-dem.c: Move declarations of standard_symbol_characters and hp_symbol_ch...Jim Kingdon1999-10-251-6/+6
* cplus-dem.c (INTBUF_SIZE): New macro.Mark Mitchell1999-10-191-107/+146
* cplus-dem.c (do_type): Handle pointer to member types whose enclosing classes...Mark Mitchell1999-10-111-1/+14
* cplus-dem.c (fancy_abort, [...]): Add prototype.Kaveh R. Ghazi1999-10-021-8/+30
* Warning fixes:Kaveh R. Ghazi1999-08-251-5/+5
* cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance the *mangled ...Stu Grossman1999-05-161-6/+8
* cplus-dem.c (standard_symbol_characters): Renamed from standard_symbol_alphabet.Marc Espie1999-05-121-26/+15
* cplus-dem.c (main): Use table lookup to distinguish identifier characters fro...Jim Blandy1999-05-111-5/+80
* Fix from Dale Hawkins:Jim Blandy1999-04-201-1/+10
* Fix from Marcus Daniels:Jim Blandy1999-04-121-1/+1
* cplus-dem.c (demangle_template_value_parm): Handle pointers-to-members.Mark Mitchell1999-04-111-31/+45
* cplus-dem.c: Attempt to handle overflows in counts with some semblance of grace.Jim Blandy1999-04-091-42/+116
* Changes from official libiberty sources.Jeff Law1999-04-061-14/+37
* cplus-dem.c (consume_count): If `count' wraps, return 0 and don't advance inp...Tom Tromey1999-03-301-2/+12
* (mop_up): Set work->previous_argument to NULL after freeing it.Ulrich Drepper1999-01-141-116/+116
* Warning fixes:Kaveh R. Ghazi1998-12-221-17/+13
* cplus-dem.c (demangle_fund_type): Process CV and u codes before bumping the p...Andrew MacLeod1998-12-181-3/+4
* * HP aCC demangling support.David Taylor1998-12-071-42/+455
* choose-temp.c: Always include libiberty.h.Kaveh R. Ghazi1998-11-271-9/+8
* cplus-dem.c (demangle_fund_type): Add demangling for C9x types.Benjamin Kosnik1998-11-231-0/+24
* cplus-dem.c (demangle_prefix): Use the last __ in the mangled name when looki...Andrew MacLeod1998-11-131-1/+9
* cplus-dem.c (type_kind_t): Add tk_reference.Mark Mitchell1998-11-081-3/+5
* cplus-dem.c (demangle_template_value_parm): Use cplus_demangle, not internal_...Mark Mitchell1998-11-081-1/+6
* cplus-dem.c (gnu_special): Fix handling of virtual tables in anonymous namesp...Mark Mitchell1998-10-251-1/+1
* cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1998-10-231-55/+135
* cplus-dem.c (demangle_qualified): Fix off-by-one when checking range of 'K' i...Andreas Schwab1998-10-201-2/+2
* Warning fixes:Kaveh R. Ghazi1998-10-151-32/+35
* * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.Martin v. Löwis1998-09-081-0/+8
* cplus-dem.c (work_stuff): Add dllimported.Mumit Khan1998-08-191-1/+18
* tweakJason Merrill1998-08-171-2/+4
* cplus-dem.c (do_type): Fix simple array handling.Jason Merrill1998-08-171-6/+11
* cplus-dem.c: Include config.h if it exists.Kaveh R. Ghazi1998-08-171-3/+7
* cplus-dem.c (type_kind_t): New type.Mark Mitchell1998-07-281-109/+60