summaryrefslogtreecommitdiff
path: root/lib/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/hash.c (hash_initialize): Detect calloc failure.Jim Meyering2007-09-091-1/+3
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+2
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2004-08-071-6/+8
* Include "xalloc.h" for use of xalloc_oversized.Jim Meyering2003-10-311-0/+1
* Simplify the code by using new xalloc.h features.Paul Eggert2003-10-301-2/+2
* Fix several address-calculation bugs in the hash modules,Paul Eggert2003-10-261-101/+113
* Remove K&R cruft.Paul Eggert2003-09-091-17/+1
* in lib:Paul Eggert2003-05-291-3/+1
* Include <stdbool.h> unconditionally.Paul Eggert2003-03-131-6/+6
* (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,Paul Eggert2002-11-281-5/+5
* Avoid use of <assert.h>, as the GNU Coding Standards hint that onePaul Eggert2002-11-231-12/+18
* (struct hash_table): Define it here instead.Jim Meyering2001-11-231-0/+34
* (hash_clear): Fix a bug that could lead to an infloop orJim Meyering2001-11-031-3/+6
* (hash_print) [TESTING]: Clean up.Jim Meyering2001-11-011-2/+3
* Remove '2001' from copyright notice.Jim Meyering2001-08-311-1/+1
* whoops. revert last changeJim Meyering2001-01-201-1/+1
* Fix typo: s/false/0/.Jim Meyering2001-01-201-2/+2
* add omitted semicolonJim Meyering2000-12-251-1/+1
* (is_prime): Return explicit boolean values.Jim Meyering2000-12-241-1/+2
* (hash_get_next): Fix a thinko: when ENTRY is theJim Meyering2000-11-041-2/+2
* (hash_rehash): Fix a nasty bug: copy the free entry listJim Meyering2000-05-181-2/+4
* use double quotes, not single quotes around syntax-error-evoking stringJim Meyering2000-02-271-2/+2
* Arrange for cpp to fail if the configure-timeJim Meyering2000-02-271-1/+8
* (hash_initialize): Fix typo in comment.Jim Meyering2000-01-111-13/+12
* (is_prime): Return bool rather than int.Jim Meyering1999-03-171-1/+1
* tweak commentsJim Meyering1999-03-151-67/+70
* Revamp to allow fine-tuning to control when and by howJim Meyering1999-03-151-100/+231
* (hash_insert): Remove last parameter and change semantics.Jim Meyering1999-03-151-30/+23
* (is_prime): Ansideclify.Jim Meyering1998-05-161-5/+5
* split a couple long linesJim Meyering1998-04-111-4/+6
* Add curly braces around statements in if/else/while/do/etc. thatJim Meyering1998-04-111-117/+151
* Lots of minor spec and name changes, and new comments.Jim Meyering1998-04-061-586/+649
* (hash_free_0): Remove prototype.Jim Meyering1997-09-211-49/+47
* (ZALLOC): Take Ht parameter instead of relying on one being in scope.Jim Meyering1997-09-201-14/+4
* *** empty log message ***Jim Meyering1997-09-201-4/+1
* *** empty log message ***Jim Meyering1997-09-201-9/+9
* *** empty log message ***Jim Meyering1997-09-201-1/+1
* use malloc, not xmalloc in obstack #defineJim Meyering1997-09-171-4/+38
* from ti/hdlsvJim Meyering1997-09-171-0/+755