aboutsummaryrefslogtreecommitdiff
path: root/include/hashtab.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-06libiberty: add htab_eq_stringTom Tromey1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-02-05libiberty/hashtab: More const parametersAndrew Burgess1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-14Update copyright year in includeH.J. Lu1-2/+1
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders1-7/+3
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+4
2009-09-03update copyright datesAlan Modra1-1/+2
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2005-06-30[multiple changes]Daniel Berlin1-0/+9
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-1/+1
2005-04-19hashtab.h, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-15/+14
2005-03-27md5.h: Remove definition and uses of __P.Gabriel Dos Reis1-46/+44
2004-04-22* hashtab.h (struct htab): Add size_prime_index.Richard Henderson1-4/+8
2004-04-13hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law1-0/+1
2004-03-30* hashtab.h, splay-tree.h: Use new shorter form of GTY markers.Zack Weinberg1-2/+2
2003-05-07s/burtle/iterativeJason Merrill1-2/+2
2003-05-07hashtab.c (burtle_hash): New fn.Jason Merrill1-0/+5
2003-03-17ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka1-0/+1
2003-01-26hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz1-2/+23
2002-06-25demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra1-2/+2
2002-06-06hashtab.h (htab): Rearrange new members for backward compatibility.DJ Delorie1-8/+4
2002-06-06Index: include/ChangeLogGeoffrey Keating1-1/+5
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-13/+26
2001-08-16* hashtab.h (htab_hash_string): Declare.Richard Henderson1-0/+3
2000-11-04hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson1-0/+10
2000-11-03* hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson1-5/+5
2000-04-24hashtab.h (hash_pointer): Declare.Mark Mitchell1-0/+6
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-5/+10
2000-03-31hashtab.h (hashval_t): New type.Mark Mitchell1-4/+7
2000-03-14Some cleanups/additions for hashtablesBernd Schmidt1-4/+12
2000-03-10hashtab.h (struct htab): Add del_f.Zack Weinberg1-3/+11
2000-03-08hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg1-41/+44
1999-10-23hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, chang...Zack Weinberg1-2/+8
1999-10-15* hashtab.h: New file.Vladimir Makarov1-0/+103