aboutsummaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi1-4/+4
2001-08-17Add commentary.Richard Henderson1-1/+24
2001-08-16* hashtab.c (htab_hash_string): New.Richard Henderson1-0/+16
2001-03-15fix typoMichael Meissner1-1/+1
2001-03-15Silence warningMichael Meissner1-39/+32
2001-03-15Silence warningMichael Meissner1-32/+40
2000-11-27hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...Mark Mitchell1-22/+56
2000-11-04hashtab.c (htab_expand): Change to return int.Hans-Peter Nilsson1-8/+58
2000-11-03(htab_create, htab_expand): Correct formatting of comment beforeHans-Peter Nilsson1-36/+36
2000-05-29hashtab.c, [...]: Include string.h if HAVE_STRING_H.Zack Weinberg1-0/+4
2000-05-16hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also...Horst von Brand1-1/+1
2000-04-27hashtab.c (htab_expand): Add prototype.Jan Hubicka1-0/+2
2000-04-24hashtab.c (hash_pointer, eq_pointer): Make definition static to match prototype.Kaveh R. Ghazi1-3/+3
2000-04-24hashtab.h (hash_pointer): Declare.Mark Mitchell1-0/+27
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-47/+53
2000-03-31hashtab.h (hashval_t): New type.Mark Mitchell1-7/+9
2000-03-29hashtab.c (htab_find_with_hash): Avoid calculating hash2 unless it will be used.Zack Weinberg1-8/+16
2000-03-14Some cleanups/additions for hashtablesBernd Schmidt1-8/+60
2000-03-10hashtab.h (struct htab): Add del_f.Zack Weinberg1-1/+26
2000-03-08hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg1-166/+188
1999-11-28* hashtab.c (sys/types.h): File included.Philippe De Muyter1-0/+2
1999-11-10* hashtab.c: Include stdio.h.Jeffrey A Law1-0/+2
1999-11-08* hashtab.c (traverse_hash_table): Protect prototype with PARAMS.Jeffrey A Law1-1/+1
1999-10-23hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, chang...Zack Weinberg1-1/+36
1999-10-15Makefile.in (CFILES): Add hashtab.cVladimir Makarov1-0/+291