summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi2001-10-071-4/+4
* Add commentary.Richard Henderson2001-08-171-1/+24
* * hashtab.c (htab_hash_string): New.Richard Henderson2001-08-161-0/+16
* fix typoMichael Meissner2001-03-151-1/+1
* Silence warningMichael Meissner2001-03-151-39/+32
* Silence warningMichael Meissner2001-03-151-32/+40
* hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...Mark Mitchell2000-11-271-22/+56
* hashtab.c (htab_expand): Change to return int.Hans-Peter Nilsson2000-11-041-8/+58
* (htab_create, htab_expand): Correct formatting of comment beforeHans-Peter Nilsson2000-11-031-36/+36
* hashtab.c, [...]: Include string.h if HAVE_STRING_H.Zack Weinberg2000-05-291-0/+4
* hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also...Horst von Brand2000-05-161-1/+1
* hashtab.c (htab_expand): Add prototype.Jan Hubicka2000-04-271-0/+2
* hashtab.c (hash_pointer, eq_pointer): Make definition static to match prototype.Kaveh R. Ghazi2000-04-241-3/+3
* hashtab.h (hash_pointer): Declare.Mark Mitchell2000-04-241-0/+27
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-181-47/+53
* hashtab.h (hashval_t): New type.Mark Mitchell2000-03-311-7/+9
* hashtab.c (htab_find_with_hash): Avoid calculating hash2 unless it will be used.Zack Weinberg2000-03-291-8/+16
* Some cleanups/additions for hashtablesBernd Schmidt2000-03-141-8/+60
* hashtab.h (struct htab): Add del_f.Zack Weinberg2000-03-101-1/+26
* hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg2000-03-081-166/+188
* * hashtab.c (sys/types.h): File included.Philippe De Muyter1999-11-281-0/+2
* * hashtab.c: Include stdio.h.Jeffrey A Law1999-11-101-0/+2
* * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.Jeffrey A Law1999-11-081-1/+1
* hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, chang...Zack Weinberg1999-10-231-1/+36
* Makefile.in (CFILES): Add hashtab.cVladimir Makarov1999-10-151-0/+291