Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-08-15 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-08-15 | 1 | -9/+7 |
| | | | | | | | | | | | * 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. | ||||
* | (LCLHDRS): Add priv.h. | Michael I. Bushnell | 1996-04-11 | 1 | -2/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-06 | 1 | -0/+32 |