Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-11 | merge from gcc | DJ Delorie | 1 | -0/+2 | |
2012-10-10 | merge from gcc | DJ Delorie | 1 | -0/+3 | |
2012-01-07 | merge from gcc | Jason Merrill | 1 | -0/+5 | |
2011-11-08 | merge from gcc | DJ Delorie | 1 | -2/+11 | |
2011-09-23 | merge from gcc | DJ Delorie | 1 | -1/+3 | |
2011-06-13 | merge from gcc | DJ Delorie | 1 | -1/+7 | |
2011-01-03 | merge from gcc | DJ Delorie | 1 | -1/+1 | |
2010-02-03 | merge from gcc | DJ Delorie | 1 | -0/+5 | |
2010-01-11 | merge from gcc | DJ Delorie | 1 | -0/+3 | |
2009-10-02 | merge from gcc | DJ Delorie | 1 | -0/+14 | |
2009-09-03 | update copyright dates | Alan Modra | 1 | -1/+1 | |
2009-09-02 | merge from gcc | DJ Delorie | 1 | -1/+1 | |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 | |
2009-07-17 | merge from gcc | DJ Delorie | 1 | -0/+4 | |
2009-03-18 | merge from gcc | DJ Delorie | 1 | -2/+4 | |
2008-12-10 | merge from gcc | DJ Delorie | 1 | -0/+13 | |
2008-10-07 | merge from gcc | DJ Delorie | 1 | -1/+3 | |
2008-09-09 | merge from gcc | DJ Delorie | 1 | -1/+3 | |
2008-01-27 | include/ | David Daney | 1 | -1/+15 | |
2008-01-26 David Daney <ddaney@avtrex.com> * demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE, DEMANGLE_COMPONENT_COMPOUND_NAME, and DEMANGLE_COMPONENT_CHARACTER as new enum values. (demangle_component): Add struct s_character to union u. libiberty/ 2008-01-26 David Daney <ddaney@avtrex.com> * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, DEMANGLE_COMPONENT_COMPOUND_NAME, and DEMANGLE_COMPONENT_CHARACTER cases. (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and DEMANGLE_COMPONENT_JAVA_RESOURCE cases. (d_make_character): New function. (d_java_resource): Same. (d_special_name): Handle "Gr" case. (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, DEMANGLE_COMPONENT_COMPOUND_NAME, and DEMANGLE_COMPONENT_CHARACTER cases. * testsuite/demangle-expected: Add test for java resource name mangling. | |||||
2007-08-31 | merge from gcc | DJ Delorie | 1 | -0/+3 | |
2007-04-26 | merge from gcc | DJ Delorie | 1 | -14/+23 | |
2007-01-30 | merge from gcc | DJ Delorie | 1 | -5/+36 | |
2005-12-11 | merge from gcc | DJ Delorie | 1 | -0/+2 | |
2005-05-25 | include/ | Richard Henderson | 1 | -0/+3 | |
* demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. libiberty/ * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS. (d_make_comp, d_print_comp): Likewise. (d_special_name): Generate one. * testsuite/demangle-expected: Add a hidden alias test. | |||||
2005-05-10 | Update the address and phone number of the FSF organization | Nick Clifton | 1 | -2/+2 | |
2005-03-27 | merge from gcc | DJ Delorie | 1 | -36/+34 | |
2004-05-04 | merge from gcc | DJ Delorie | 1 | -1/+1 | |
2004-01-13 | * demangle.h: Instead of checking ANSI_PROTOTYPES, just include | Ian Lance Taylor | 1 | -6/+1 | |
"libiberty.h". | |||||
2004-01-13 | Merge from gcc. | Ian Lance Taylor | 1 | -0/+5 | |
2004-01-12 | merge from gcc | DJ Delorie | 1 | -2/+364 | |
2003-07-06 | 2003-07-06 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -0/+8 | |
* demangle.h: Support C++. | |||||
2002-06-25 | merge from gcc | DJ Delorie | 1 | -2/+2 | |
2002-02-05 | merge from gcc | DJ Delorie | 1 | -6/+3 | |
2002-02-03 | merge from gcc | DJ Delorie | 1 | -0/+5 | |
2001-12-06 | * demangle.h (no_demangling): New. | Richard Henderson | 1 | -0/+2 | |
(NO_DEMANGLING_STYLE_STRING): New. * cplus-dem.c (libiberty_demanglers): Add no_demangling case. (cplus_demangle): Support no_demangling. | |||||
2001-10-07 | merge from gcc | DJ Delorie | 1 | -5/+5 | |
2001-05-08 | merge from gcc | DJ Delorie | 1 | -2/+4 | |
2001-03-20 | * libiberty/cp-demangle.c (struct demangling_def): New fields: | Jim Blandy | 1 | -0/+26 | |
is_constructor and is_destructor. (demangling_new): Initialize them. (demangle_ctor_dtor_name): Set them, if we detect a constructor or destructor. (demangle_v3_with_details, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): New functions. * include/demangle.h (enum gnu_v3_constructor_kinds, is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds, is_gnu_v3_mangled_dtor): New declarations. | |||||
2001-03-14 | Fix typos in ChangeLogs; add coff/external.h; fix copyright dates | Nick Clifton | 1 | -1/+2 | |
2001-02-02 | merge from gcc | DJ Delorie | 1 | -1/+4 | |
2000-12-05 | * demangle.h: Change "new_abi" to "v3" everywhere. | DJ Delorie | 1 | -7/+7 | |
2000-11-15 | * demangle.h: Add gnat and java demangle styles. | Hans-Peter Nilsson | 1 | -2/+9 | |
2000-06-15 | 2000-06-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -20/+45 | |
* sort.h: New file. Impored from gcc. * hashtab.h: Updated from from gcc. 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * demangle.h (demangling_styles): Remove trailing comma in enum. * dyn-string.h (dyn_string_append_char): Change parameter from char to int. 2000-06-04 Alex Samuel <samuel@codesourcery.com> * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. * demangle.h (DMGL_GNU_NEW_ABI): New macro. (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. (current_demangling_style): Add gnu_new_abi_demangling. (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. (GNU_NEW_ABI_DEMANGLING): Likewise. (cplus_demangle_new_abi): New declaration. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+95 | |