summaryrefslogtreecommitdiff
path: root/libihash
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-07-11 10:40:39 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-07-11 10:40:39 +0200
commitf91f5eb5b1fcdb0124dfd469dab5be2ab6078c62 (patch)
treee84b4b9bcf37a2012d7d425dde89cb0359cf0da5 /libihash
parent2772f5c6a6a51cf946fd95bf6ffe254273157a21 (diff)
Switch to the new ChangeLog style.
* ChangeLog: Wipe out content, and add instructions about how to get it back. * auth/ChangeLog: Remove file. * benchmarks/ChangeLog: Likewise. * boot/ChangeLog: Likewise. * bsdfsck/ChangeLog: Likewise. * config/ChangeLog: Likewise. * console-client/ChangeLog: Likewise. * console/ChangeLog: Likewise. * daemons/ChangeLog: Likewise. * defpager/ChangeLog: Likewise. * doc/ChangeLog: Likewise. * exec/ChangeLog: Likewise. * ext2fs/ChangeLog: Likewise. * fatfs/ChangeLog: Likewise. * fstests/ChangeLog: Likewise. * ftpfs/ChangeLog: Likewise. * hostmux/ChangeLog: Likewise. * hurd/ChangeLog: Likewise. * include/ChangeLog: Likewise. * init/ChangeLog: Likewise. * isofs/ChangeLog: Likewise. * libcons/ChangeLog: Likewise. * libdirmgt/ChangeLog: Likewise. * libdiskfs/ChangeLog: Likewise. * libfshelp/ChangeLog: Likewise. * libftpconn/ChangeLog: Likewise. * libhurdbugaddr/ChangeLog: Likewise. * libihash/ChangeLog: Likewise. * libiohelp/ChangeLog: Likewise. * libnetfs/ChangeLog: Likewise. * libpager/ChangeLog: Likewise. * libpipe/ChangeLog: Likewise. * libports/ChangeLog: Likewise. * libps/ChangeLog: Likewise. * libshouldbeinlibc/ChangeLog: Likewise. * libstore/ChangeLog: Likewise. * libthreads/ChangeLog: Likewise. * libtrivfs/ChangeLog: Likewise. * login/ChangeLog: Likewise. * mach-defpager/ChangeLog: Likewise. * nfs/ChangeLog: Likewise. * nfsd/ChangeLog: Likewise. * pfinet/ChangeLog: Likewise. * pflocal/ChangeLog: Likewise. * proc/ChangeLog: Likewise. * release/ChangeLog: Likewise. * serverboot/ChangeLog: Likewise. * storeio/ChangeLog: Likewise. * sutils/ChangeLog: Likewise. * term/ChangeLog: Likewise. * tmpfs/ChangeLog: Likewise. * trans/ChangeLog: Likewise. * ufs-fsck/ChangeLog: Likewise. * ufs-utils/ChangeLog: Likewise. * ufs/ChangeLog: Likewise. * usermux/ChangeLog: Likewise. * utils/ChangeLog: Likewise.
Diffstat (limited to 'libihash')
-rw-r--r--libihash/ChangeLog82
1 files changed, 0 insertions, 82 deletions
diff --git a/libihash/ChangeLog b/libihash/ChangeLog
deleted file mode 100644
index 22e40def..00000000
--- a/libihash/ChangeLog
+++ /dev/null
@@ -1,82 +0,0 @@
-2006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
-
- * ihash.c (add_one): Cast VALUE with (hurd_ihash_locp_t *) instead of
- (hurd_ihash_locp_t).
-
-2004-04-21 Marcus Brinkmann <marcus@gnu.org>
-
- * ihash.h (HURD_IHASH_ITERATE): Don't use increment operator in
- assignment, but just add one. Reported by Ognyan Kulev.
-
-2004-04-01 Marco Gerards <metgerards@student.han.nl>
-
- * ihash.c (hurd_ihash_remove): Don't look for the index when the
- hashtable is empty.
-
- * ihash.h (HURD_IHASH_ITERATE): Doc fix.
-
-2004-03-07 Marcus Brinkmann <marcus@gnu.org>
-
- * ihash.h (HURD_IHASH_NO_LOCP): Change to INTPTR_MIN.
- (struct hurd_ihash): Change type of locp_offset from off_t to
- intptr_t.
- (hurd_ihash_init): Likewise in prototype.
- (hurd_ihash_create): Likewise in prototype.
- * ihash.c (hurd_ihash_init): Likewise in definition.
- (hurd_ihash_create): Likewise in definition.
-
-2003-08-17 Marcus Brinkmann <marcus@gnu.org>
-
- * ihash.c: Rewritten.
- * ihash.h: Rewritten.
- * Makefile (SRCS): Remove sizes.c.
- (LCLHDRS): Remove priv.h.
- * primes.c, sizes.c, priv.h: Files removed.
-
-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.
-
-Fri Mar 5 17:13:04 1999 Thomas Bushnell, BSG <tb@mit.edu>
-
- * primes.c (_ihash_nextprime): Use a dynamically-sized array for
- `seive' instead of alloca, so that if we are looping we won't
- allocate more stack than necessary. Suggested by wesommer@mit.edu
- (Bill Sommerfeld).
-
-1997-06-20 Miles Bader <miles@gnu.ai.mit.edu>
-
- * ihash.c (ihash_create): Initialize CLEANUP & CLEANUP_ARG fields.
-
-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.