aboutsummaryrefslogtreecommitdiff
path: root/include/hashtab.h
AgeCommit message (Expand)Author
2020-02-05libiberty/hashtab: More const parametersAndrew Burgess
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2015-07-14Update copyright year in includeH.J. Lu
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2009-09-03update copyright datesAlan Modra
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek
2005-06-30[multiple changes]Daniel Berlin
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-04-19hashtab.h, [...]: Don't use the PTR macro.Kaveh R. Ghazi
2005-03-27md5.h: Remove definition and uses of __P.Gabriel Dos Reis
2004-04-22* hashtab.h (struct htab): Add size_prime_index.Richard Henderson
2004-04-13hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law
2004-03-30* hashtab.h, splay-tree.h: Use new shorter form of GTY markers.Zack Weinberg
2003-05-07s/burtle/iterativeJason Merrill
2003-05-07hashtab.c (burtle_hash): New fn.Jason Merrill
2003-03-17ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka
2003-01-26hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz
2002-06-25demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra
2002-06-06hashtab.h (htab): Rearrange new members for backward compatibility.DJ Delorie
2002-06-06Index: include/ChangeLogGeoffrey Keating
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2001-08-16* hashtab.h (htab_hash_string): Declare.Richard Henderson
2000-11-04hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson
2000-11-03* hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson
2000-04-24hashtab.h (hash_pointer): Declare.Mark Mitchell
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner
2000-03-31hashtab.h (hashval_t): New type.Mark Mitchell
2000-03-14Some cleanups/additions for hashtablesBernd Schmidt
2000-03-10hashtab.h (struct htab): Add del_f.Zack Weinberg
2000-03-08hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg
1999-10-23hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, chang...Zack Weinberg
1999-10-15* hashtab.h: New file.Vladimir Makarov