summaryrefslogtreecommitdiff
path: root/include/hashtab.h
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2010-06-101-1/+4
|
* update copyright datesAlan Modra2009-09-031-1/+2
|
* merge from gccDJ Delorie2009-09-021-2/+1
|
* update copyright datesAlan Modra2009-09-021-1/+2
|
* merge from gccDJ Delorie2009-04-221-2/+1
|
* merge from gccDJ Delorie2005-06-301-0/+9
|
* Update the address and phone number of the FSF organizationNick Clifton2005-05-101-1/+1
|
* merge from gccDJ Delorie2005-04-191-15/+14
|
* merge from gccDJ Delorie2005-03-281-46/+44
|
* merge from gccDJ Delorie2004-04-221-4/+8
|
* merge from gccDJ Delorie2004-04-131-0/+1
|
* merge from gccDJ Delorie2004-03-301-2/+2
|
* s/burtle/iterativeJason Merrill2003-05-071-2/+2
|
* libiberty/Jason Merrill2003-05-071-0/+5
| | | | | | | | | | * hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro.
* merge from gccDJ Delorie2003-03-171-0/+1
|
* include/Daniel Jacobowitz2003-01-261-2/+23
| | | | | | | | | | | * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f. (htab_create_alloc_ex): New prototype. (htab_set_functions_ex): New prototype. libiberty/ * hashtab.c (htab_create_alloc_ex): New function. (hatab_set_functions_ex): New function. (htab_delete, htab_expand): Support alternate allocation functions.
* merge from gccDJ Delorie2002-06-251-2/+2
|
* merge from gccDJ Delorie2002-06-061-12/+25
|
* merge from gccDJ Delorie2001-08-171-0/+3
|
* 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
|
* * hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson2000-11-041-0/+10
| | | | | (htab_try_create): New prototype. Mention which functions may return NULL when this is used.
* * hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson2000-11-031-5/+5
|
* 2000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-151-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* merge from gccJason Merrill2000-03-241-45/+64
|
* Initial revisionIan Lance Taylor2000-02-221-0/+109