diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-17 22:55:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-17 22:55:08 +0000 |
commit | 5b9e5e24f883db76aa783678b77698c47caecc30 (patch) | |
tree | 199fc2010d664be83723e838f8217dbb4c3eab82 /libihash | |
parent | b3657b27182f2c707cb940795cb982e4bb0f5660 (diff) |
Initial revision
Diffstat (limited to 'libihash')
-rw-r--r-- | libihash/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libihash/ChangeLog b/libihash/ChangeLog new file mode 100644 index 00000000..4fa8198d --- /dev/null +++ b/libihash/ChangeLog @@ -0,0 +1,21 @@ +Thu Apr 11 15:26:18 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> + + * ihash.c: Include "priv.h". + * primes.c: Likewise. + * priv.h: New file. + * Makefile (LCLHDRS): Add priv.h. + * primes.c (_ihash_nextprime): Renamed from nextprime.c. All + callers changed. + +Thu Mar 7 15:01:46 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> + + * primes.c: Include <spin_lock.h>. + (table_lock): New variable. + (nextprime): Lock table_lock around operation of routine. + +Sun Aug 6 15:23:13 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> + + * ihash.c (ihash_locp_remove): Get rid of the optimization to use + HASH_EMPTY instead of HASH_DEL when the next position on the chain + is empty -- different hash chains may share this cell, and have + different next positions. |