diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-15 09:29:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-15 09:29:37 +0000 |
commit | 57c69c8a23fb942f45bcb1fa063f320bc321f231 (patch) | |
tree | c651e461ffa96ec9eda26ea332a794b37a18cc22 /libihash | |
parent | 175fa7701ded3785c31e82581f74e2fd32db7330 (diff) |
.
Diffstat (limited to 'libihash')
-rw-r--r-- | libihash/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libihash/ChangeLog b/libihash/ChangeLog index 5137f6cf..093bfe06 100644 --- a/libihash/ChangeLog +++ b/libihash/ChangeLog @@ -1,3 +1,14 @@ +2001-08-15 Roland McGrath <roland@frob.com> + + * sizes.c: New file, a list of prime numbers useful for table sizes. + * priv.h (_ihash_sizes, _ihash_nsizes): Declare. + (_ihash_nextprime): Don't. + * ihash.c (ihash_add): Select sizes from the _ihash_sizes array + instead of using _ihash_nextprime. + * Makefile: Clean up whitespace, reorder all the variable definitions. + (SRCS): Remove primes.c, add sizes.c instead. + (OBJS): Define dynamically. + 1999-03-07 Roland McGrath <roland@baalperazim.frob.com> * primes.c: Fix last change. |