summaryrefslogtreecommitdiff
path: root/include/dyn-string.h
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2009-06-011-1/+14
|
* Update the address and phone number of the FSF organizationNick Clifton2005-05-101-2/+2
|
* merge from gccDJ Delorie2005-03-281-21/+18
|
* merge from gccDJ Delorie2004-02-251-1/+1
|
* merge from gccDJ Delorie2004-02-241-29/+0
|
* merge from gccDJ Delorie2002-04-011-3/+3
|
* merge from gccDJ Delorie2001-08-231-4/+4
|
* Synchronise with copyright dates on FSF GCC versions of these filesNick Clifton2001-03-141-1/+1
|
* Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton2001-03-141-1/+1
|
* * dyn-string.h: Adjust formatting.Christopher Faylor2000-09-081-4/+4
| | | | (dyn_string_insert_char): New macro. New declaration.
* merge with gccJason Merrill2000-07-201-11/+39
|
* 2000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-151-0/+64
* 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.