summaryrefslogtreecommitdiff
path: root/include/hashtab.h
Commit message (Expand)AuthorAgeFilesLines
* 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