| Commit message (Expand) | Author | Age | Files | Lines |
* | cp-demangle.c (d_encoding): Exit early on error. | Geoffrey Keating | 2007-03-16 | 1 | -0/+4 |
* | Makefile.in: Add install-pdf target as copied from automake v1.10 rules. | Brooks Moses | 2007-03-01 | 1 | -1/+2 |
* | cp-demangle.h: Add comment explaining what to do to avoid overrunning string. | Geoffrey Keating | 2006-12-21 | 2 | -4/+74 |
* | --(top level)-------------------------------------------- | Brooks Moses | 2006-10-10 | 1 | -1/+1 |
* | re PR other/29176 (Seg fault in demangler) | Ian Lance Taylor | 2006-09-22 | 1 | -0/+5 |
* | re PR other/28797 (Problems with demangling (__cxa_demangle())) | Ian Lance Taylor | 2006-08-27 | 1 | -0/+6 |
* | Makefile.in: Add install-html, install-html-am, and install-html-recursive ta... | Carlos O'Donell | 2006-04-06 | 1 | -2/+2 |
* | Makefile.in: Add test-expandargv test. | Carlos O'Donell | 2006-01-20 | 2 | -1/+307 |
* | Fixes java/PR9861 | Terry Laurenzo | 2005-12-11 | 2 | -1/+31 |
* | strverscmp.c: Update FSF address. | Kelley Cook | 2005-08-17 | 3 | -4/+4 |
* | re PR other/22268 (libiberty demanger crashes on (invalid) mangled name) | Ian Lance Taylor | 2005-07-01 | 1 | -0/+6 |
* | demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. | Richard Henderson | 2005-05-25 | 1 | -0/+4 |
* | test-pexecute.c (TEST_PEX_RUN): Move variable declaration before statement. | Ian Lance Taylor | 2005-04-04 | 1 | -2/+3 |
* | pex-common.c: New file. | Ian Lance Taylor | 2005-03-29 | 2 | -0/+532 |
* | * testsuite/demangle-expected: Add test case. | Ian Lance Taylor | 2004-06-28 | 1 | -0/+5 |
* | test-demangle.c: Include <string.h> and <stdlib.h> for prototypes. | Andreas Jaeger | 2004-03-07 | 1 | -1/+7 |
* | cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED... | Ian Lance Taylor | 2004-02-25 | 1 | -4/+4 |
* | cp-demangle.c (d_print_comp): Don't emit extra parentheses around a cast. | Ian Lance Taylor | 2004-02-25 | 1 | -2/+2 |
* | cp-demangle.c (d_print_comp): Don't push more than one of the same CV-qualifi... | Ian Lance Taylor | 2004-02-24 | 1 | -0/+18 |
* | cp-demangle.c (d_encoding): When DMGL_PARAMS is not set... | Ian Lance Taylor | 2004-01-02 | 2 | -758/+1648 |
* | cp-demangle.c (d_identifier): In Java mode, skip an optional '$' after the id... | Ian Lance Taylor | 2003-12-20 | 1 | -0/+4 |
* | re PR c++/13447 (Another demangler problem with method cv-qualifiers) | Ian Lance Taylor | 2003-12-19 | 1 | -0/+21 |
* | cp-demangle.c (d_print_function_type): Print the function parameters with no ... | Ian Lance Taylor | 2003-12-15 | 1 | -0/+5 |
* | Fix handling of constructor/destructor of standard substitution: | Ian Lance Taylor | 2003-12-15 | 1 | -1/+11 |
* | re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <") | Ian Lance Taylor | 2003-12-04 | 1 | -0/+18 |
* | demangle-expected: Revert one part of 2003-06-26 patch to restore expected re... | Ian Lance Taylor | 2003-12-01 | 1 | -2/+13 |
* | cp-demangle.c (struct d_print_mod): Add templates field. | Ian Lance Taylor | 2003-11-26 | 1 | -0/+8 |
* | cp-demangle.c (has_return_type): Skip qualifiers when checking whether we hav... | Ian Lance Taylor | 2003-11-21 | 1 | -0/+21 |
* | demangle-expected: Minor changes to match output of new demangler... | Ian Lance Taylor | 2003-11-21 | 1 | -5/+5 |
* | test-demangle.c (main): Don't pass DMGL_VERBOSE to cplus_demangle. | Ian Lance Taylor | 2003-11-18 | 1 | -1/+1 |
* | * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a. | Ian Lance Taylor | 2003-11-18 | 1 | -1/+1 |
* | cplus-dem.c (demangle_template): Register a new Btype only when needed. | J. Brobecker | 2003-10-20 | 1 | -0/+6 |
* | demangle-expected: Update the expected output of _GLOBAL__I__Z2fnv. | H.J. Lu | 2003-10-16 | 1 | -1/+1 |
* | demangle-expected: Add more GNU V3 testcases. | H.J. Lu | 2003-06-26 | 1 | -1/+261 |
* | re PR other/10810 (gcc-3.3 fails make check: buffer overrun in test_demangle.c) | John David Anglin | 2003-06-05 | 1 | -1/+1 |
* | Makefile.in: Remove all references to s-under and underscore.c. | Zack Weinberg | 2002-09-11 | 4 | -60/+199 |
* | cp-demangle.c (demangle_identifier): Support extended Unicode characters. | Jason Merrill | 2002-07-09 | 1 | -0/+4 |
* | demangle-expected: Add test case for infinite loop in demangler. | Scott Snyder | 2002-02-19 | 1 | -0/+6 |
* | re PR other/5390 ([3.3 only?] Libiberty fails to demangle multi-digit templat... | Carlo Wood | 2002-02-18 | 1 | -6/+6 |
* | cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. | H.J. Lu | 2002-02-02 | 1 | -1/+1 |
* | cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. | Phil Edwards | 2002-01-31 | 1 | -0/+4 |
* | re PR other/2719 (demangler crash) | Craig Rodrigues | 2001-12-12 | 1 | -0/+4 |
* | Add support for Java demangling under the v3 ABI: | Bryce McKinlay | 2001-02-02 | 1 | -0/+20 |
* | demangle-expected: Add two tests for anonymous namespaces. | Hans-Peter Nilsson | 2000-09-13 | 1 | -0/+8 |
* | demangle-expected: Add four tests for type_info mangling. | Hans-Peter Nilsson | 2000-09-10 | 1 | -0/+16 |
* | Add testcases and missing changelogs: | Hans-Peter Nilsson | 2000-08-31 | 1 | -0/+56 |
* | regress-demangle (failed test): Show result and expected output. | Hans-Peter Nilsson | 2000-07-17 | 1 | -0/+2 |
* | cplus-dem.c (INTBUF_SIZE): New macro. | Mark Mitchell | 1999-10-19 | 1 | -0/+12 |
* | cplus-dem.c (do_type): Handle pointer to member types whose enclosing classes... | Mark Mitchell | 1999-10-11 | 1 | -0/+4 |
* | cplus-dem.c (demangle_template_value_parm): Handle pointers-to-members. | Mark Mitchell | 1999-04-11 | 1 | -0/+4 |