summaryrefslogtreecommitdiff
path: root/include/hashtab.h
Commit message (Expand)AuthorAgeFilesLines
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+1
* [multiple changes]Daniel Berlin2005-06-301-0/+9
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-1/+1
* hashtab.h, [...]: Don't use the PTR macro.Kaveh R. Ghazi2005-04-191-15/+14
* md5.h: Remove definition and uses of __P.Gabriel Dos Reis2005-03-271-46/+44
* * hashtab.h (struct htab): Add size_prime_index.Richard Henderson2004-04-221-4/+8
* hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law2004-04-131-0/+1
* * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.Zack Weinberg2004-03-301-2/+2
* s/burtle/iterativeJason Merrill2003-05-071-2/+2
* hashtab.c (burtle_hash): New fn.Jason Merrill2003-05-071-0/+5
* ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka2003-03-171-0/+1
* hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz2003-01-261-2/+23
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra2002-06-251-2/+2
* hashtab.h (htab): Rearrange new members for backward compatibility.DJ Delorie2002-06-061-8/+4
* Index: include/ChangeLogGeoffrey Keating2002-06-061-1/+5
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-13/+26
* * hashtab.h (htab_hash_string): Declare.Richard Henderson2001-08-161-0/+3
* hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson2000-11-041-0/+10
* * hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson2000-11-031-5/+5
* hashtab.h (hash_pointer): Declare.Mark Mitchell2000-04-241-0/+6
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-181-5/+10
* hashtab.h (hashval_t): New type.Mark Mitchell2000-03-311-4/+7
* Some cleanups/additions for hashtablesBernd Schmidt2000-03-141-4/+12
* hashtab.h (struct htab): Add del_f.Zack Weinberg2000-03-101-3/+11
* hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg2000-03-081-41/+44
* hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, chang...Zack Weinberg1999-10-231-2/+8
* * hashtab.h: New file.Vladimir Makarov1999-10-151-0/+103