summaryrefslogtreecommitdiff
path: root/lib/hash.c
AgeCommit message (Expand)Author
2003-10-31Include "xalloc.h".Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-10-25Update from gnulib.Jim Meyering
2003-09-10(free, malloc): Remove decls.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-06-17Merge in changes from gnulib.Jim Meyering
2001-11-23(struct hash_table): Define it here instead.Jim Meyering
2001-11-03(hash_clear): Fix a bug that could lead to an infloop orJim Meyering
2001-11-01(hash_print) [TESTING]: Clean up.Jim Meyering
2001-08-31Remove '2001' from copyright notice.Jim Meyering
2001-01-20whoops. revert last changeJim Meyering
2001-01-20Fix typo: s/false/0/.Jim Meyering
2000-12-25add omitted semicolonJim Meyering
2000-12-24(is_prime): Return explicit boolean values.Jim Meyering
2000-11-04(hash_get_next): Fix a thinko: when ENTRY is theJim Meyering
2000-05-18(hash_rehash): Fix a nasty bug: copy the free entry listJim Meyering
2000-02-27use double quotes, not single quotes around syntax-error-evoking stringJim Meyering
2000-02-27Arrange for cpp to fail if the configure-timeJim Meyering
2000-01-11(hash_initialize): Fix typo in comment.Jim Meyering
1999-03-17(is_prime): Return bool rather than int.Jim Meyering
1999-03-15tweak commentsJim Meyering
1999-03-15Revamp to allow fine-tuning to control when and by howJim Meyering
1999-03-15(hash_insert): Remove last parameter and change semantics.Jim Meyering
1998-05-16(is_prime): Ansideclify.Jim Meyering
1998-04-11split a couple long linesJim Meyering
1998-04-11Add curly braces around statements in if/else/while/do/etc. thatJim Meyering
1998-04-06Lots of minor spec and name changes, and new comments.Jim Meyering
1997-09-21(hash_free_0): Remove prototype.Jim Meyering
1997-09-20(ZALLOC): Take Ht parameter instead of relying on one being in scope.Jim Meyering
1997-09-20*** empty log message ***Jim Meyering
1997-09-20*** empty log message ***Jim Meyering
1997-09-20*** empty log message ***Jim Meyering
1997-09-17use malloc, not xmalloc in obstack #defineJim Meyering
1997-09-17from ti/hdlsvJim Meyering