aboutsummaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
AgeCommit message (Expand)Author
2006-07-27 PR rtl-optimization/28071Jan Hubicka
2005-06-302005-06-29 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2005-05-24include/Gabriel Dos Reis
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-27include/Gabriel Dos Reis
2005-03-01 * hashtab.c (htab_find_slot_with_hash): Make functionBen Elliston
2004-04-22 * hashtab.c: Include limits.h, stdint.h, ansidecl.h.Richard Henderson
2004-04-13 * hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law
2004-04-01 * hashtab.c (htab_size): Move to top of file; mark inline.Richard Henderson
2003-10-30 * hashtab.c (htab_find_slot_with_hash): Decrease n_deletedJosef Zlomek
2003-06-19* configure.in: Add check for malloc.h needed byDara Hazeghi
2003-05-07s/burtle/iterativeJason Merrill
2003-05-07libiberty/Jason Merrill
2003-04-15 * argv.c: Fix comments.Kaveh Ghazi
2003-03-17 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka
2003-03-12 * hashtab.c (htab_expand): Fix warning.Jan Hubicka
2003-03-12 * hashtab.c (htab_expand): Compute the size of hashtable basedJan Hubicka
2003-01-26include/Daniel Jacobowitz
2003-01-20 * hashtab.c (htab_expand): Fix allocation of new entries.Josef Zlomek
2002-06-06Index: include/ChangeLogGeoffrey Keating
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-04-10 * hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson
2001-10-07include:Kaveh Ghazi
2001-08-17Add commentary.Richard Henderson
2001-08-17 * hashtab.c (htab_hash_string): New.Richard Henderson
2001-03-15fix typoMichael Meissner
2001-03-15Silence warningMichael Meissner
2001-03-15Silence warningMichael Meissner
2000-11-27 * hashtab.c (higher_prime_number): Use a table, rather than aMark Mitchell
2000-11-04 * hashtab.c (htab_expand): Change to return int. Use calloc orHans-Peter Nilsson
2000-11-03 (htab_create, htab_expand): Correct formatting of comment beforeHans-Peter Nilsson
2000-05-29 * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.hZack Weinberg
2000-05-16 * hashtab.c (hash_pointer): Delete low-order bits which areHorst von Brand
2000-04-27 * hashtab.c (htab_expand): Add prototype.Jan Hubicka
2000-04-24 * hashtab.c (hash_pointer, eq_pointer): Make definition static toKaveh Ghazi
2000-04-24 * hashtab.h (hash_pointer): Declare.Mark Mitchell
2000-04-18 * gcc/conflict.c (conflict_graph_add): Pass enum type toRichard Kenner
2000-03-31 * hashtab.h (hashval_t): New type.Mark Mitchell
2000-03-29 * hashtab.c (htab_find_with_hash): Avoid calculating hash2Zack Weinberg
2000-03-14Some cleanups/additions for hashtablesBernd Schmidt
2000-03-10 * hashtab.h (struct htab): Add del_f.Zack Weinberg
2000-03-08 * hashtab.c: Remove debugging variables (all_searches,Zack Weinberg
1999-11-28 * hashtab.c (sys/types.h): File included.Philippe De Muyter
1999-11-10 * hashtab.c: Include stdio.h.Jeffrey A Law
1999-11-08 * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.Jeffrey A Law
1999-10-231999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>Zack Weinberg
1999-10-15 * Makefile.in (CFILES): Add hashtab.cVladimir Makarov