Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from gcc | DJ Delorie | 2003-03-11 | 1 | -23/+26 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-03-04 | 1 | -0/+9 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-13 | 1 | -15/+16 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-10-06 | 1 | -10/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-09-20 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-09-12 | 1 | -334/+0 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-07-29 | 1 | -2/+0 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-02-19 | 1 | -2/+9 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-02-18 | 1 | -5/+16 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-02-05 | 1 | -7/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-02-03 | 1 | -1/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-01-03 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-01-02 | 1 | -27/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-12-13 | 1 | -0/+3 |
| | |||||
* | * demangle.h (no_demangling): New. | Richard Henderson | 2001-12-06 | 1 | -0/+10 |
| | | | | | | | (NO_DEMANGLING_STYLE_STRING): New. * cplus-dem.c (libiberty_demanglers): Add no_demangling case. (cplus_demangle): Support no_demangling. | ||||
* | merge from gcc | DJ Delorie | 2001-10-17 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-10-07 | 1 | -7/+7 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-03-05 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-02-17 | 1 | -1/+1 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-02-02 | 1 | -9/+11 |
| | |||||
* | * safe-ctype.c: New file. | DJ Delorie | 2000-12-08 | 1 | -32/+33 |
| | | | | | | | | | | | * Makefile.in (CFILES): Add safe-ctype.c. (REQUIRED_OFILES): Add safe-ctype.o. * argv.c: Define ISBLANK and use it, not isspace. * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c) before calling TOLOWER(c)/TOUPPER(c). | ||||
* | * cp-demangle.c: s/new_abi/v3/. | DJ Delorie | 2000-12-05 | 1 | -12/+17 |
| | | | | | | | * cplus-dem.c: Likewise. (current_demangling_style): Now auto_demangling. (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING. (main): Use standard symbol chars for auto_demangling. | ||||
* | * cplus-dem.c (main): Handle gnat_demangling. | Hans-Peter Nilsson | 2000-11-23 | 1 | -0/+1 |
| | |||||
* | * cplus-dem.c (cplus_demangle): Fix formatting. | Hans-Peter Nilsson | 2000-11-21 | 1 | -32/+38 |
| | | | | | | | | | | | | (grow_vect): Ditto. (ada_demangle): Ditto. (internal_cplus_demangle): Ditto. (mop_up): Ditto. * cplus-dem.c (main): Handle java_demangling. * cplus-dem.c (grow_vect): Prototype. (ada_demangle): Cast the arg of ctype macros to unsigned char. | ||||
* | * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for | Hans-Peter Nilsson | 2000-11-16 | 1 | -1/+1 |
| | | | | | parameter `option'. Do s/cplus_dem.c/cplus-dem.c/g on ChangeLog. | ||||
* | [merge] | DJ Delorie | 2000-11-15 | 1 | -8/+8 |
| | | | | | * cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC. | ||||
* | * cplus_dem.c: Add gnat demangler. Add java to demangle style | Hans-Peter Nilsson | 2000-11-15 | 1 | -0/+148 |
| | | | | list. | ||||
* | merge from gcc repository | DJ Delorie | 2000-10-12 | 1 | -14/+13 |
| | |||||
* | * testsuite/demangle-expected: Add two tests for anonymous | Hans-Peter Nilsson | 2000-09-13 | 1 | -0/+19 |
| | | | | | namespaces. * cplus-dem.c (gnu_special): Handle anonymous namespaces. | ||||
* | * testsuite/demangle-expected: Add four tests for type_info | Hans-Peter Nilsson | 2000-09-10 | 1 | -1/+1 |
| | | | | | | | mangling. * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type, for a non-template non-qualified type_info function or node. | ||||
* | Demangling fixes | Daniel Berlin | 2000-07-24 | 1 | -31/+243 |
| | |||||
* | * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, | Jeff Law | 2000-07-20 | 1 | -2/+2 |
| | | | | and print it with %u. | ||||
* | 2000-07-07 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2000-07-07 | 1 | -0/+1 |
| | | | | | * cplus-dem.c (main): fflush() after emitting last char before waiting for input. | ||||
* | Synced with libiberty in the gcc repository. | H.J. Lu | 2000-06-15 | 1 | -33/+153 |
| | |||||
* | merge with libiberty from egcs 2000-02-22 | Ian Lance Taylor | 2000-02-22 | 1 | -182/+261 |
| | |||||
* | * cplus-dem.c (main): Use table lookup to distinguish identifier | Jim Blandy | 1999-05-11 | 1 | -5/+80 |
| | | | | | characters from non-identifier characters. (standard_symbol_alphabet, hp_symbol_alphabet): New functions. | ||||
* | 19990502 sourceware import | Richard Henderson | 1999-05-03 | 1 | -0/+4535 |