log lib/hash.c @ 11505:a051fb724013

age author description
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sun, 09 Sep 2007 14:48:10 +0000 Jim Meyering * lib/hash.c (hash_initialize): Detect calloc failure.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Sat, 07 Aug 2004 00:09:38 +0000 Paul Eggert Merge from coreutils.
Fri, 31 Oct 2003 14:06:36 +0000 Jim Meyering Include "xalloc.h" for use of xalloc_oversized.
Thu, 30 Oct 2003 00:36:03 +0000 Paul Eggert Simplify the code by using new xalloc.h features.
Sun, 26 Oct 2003 00:14:40 +0000 Paul Eggert Fix several address-calculation bugs in the hash modules,
Tue, 09 Sep 2003 19:37:26 +0000 Paul Eggert Remove K&R cruft.
Thu, 29 May 2003 07:21:59 +0000 Paul Eggert in lib:
Thu, 13 Mar 2003 19:44:25 +0000 Paul Eggert Include <stdbool.h> unconditionally.
Thu, 28 Nov 2002 00:34:24 +0000 Paul Eggert (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
Sat, 23 Nov 2002 07:02:40 +0000 Paul Eggert Avoid use of <assert.h>, as the GNU Coding Standards hint that one
Fri, 23 Nov 2001 08:09:14 +0000 Jim Meyering (struct hash_table): Define it here instead.
Sat, 03 Nov 2001 08:23:54 +0000 Jim Meyering (hash_clear): Fix a bug that could lead to an infloop or
Thu, 01 Nov 2001 15:55:53 +0000 Jim Meyering (hash_print) [TESTING]: Clean up.
Fri, 31 Aug 2001 07:49:39 +0000 Jim Meyering Remove '2001' from copyright notice.
Sat, 20 Jan 2001 09:36:19 +0000 Jim Meyering whoops. revert last change
Sat, 20 Jan 2001 09:34:20 +0000 Jim Meyering Fix typo: s/false/0/.
Mon, 25 Dec 2000 18:51:58 +0000 Jim Meyering add omitted semicolon
Sun, 24 Dec 2000 07:12:21 +0000 Jim Meyering (is_prime): Return explicit boolean values.
Sat, 04 Nov 2000 21:38:55 +0000 Jim Meyering (hash_get_next): Fix a thinko: when ENTRY is the
Thu, 18 May 2000 11:06:39 +0000 Jim Meyering (hash_rehash): Fix a nasty bug: copy the free entry list
Sun, 27 Feb 2000 17:54:25 +0000 Jim Meyering use double quotes, not single quotes around syntax-error-evoking string
Sun, 27 Feb 2000 17:40:53 +0000 Jim Meyering Arrange for cpp to fail if the configure-time
Tue, 11 Jan 2000 07:48:23 +0000 Jim Meyering (hash_initialize): Fix typo in comment.
Wed, 17 Mar 1999 14:07:34 +0000 Jim Meyering (is_prime): Return bool rather than int.
Mon, 15 Mar 1999 16:52:22 +0000 Jim Meyering tweak comments
Mon, 15 Mar 1999 15:50:31 +0000 Jim Meyering Revamp to allow fine-tuning to control when and by how
Mon, 15 Mar 1999 15:33:01 +0000 Jim Meyering (hash_insert): Remove last parameter and change semantics.
Sat, 16 May 1998 04:39:24 +0000 Jim Meyering (is_prime): Ansideclify.
Sat, 11 Apr 1998 15:37:35 +0000 Jim Meyering split a couple long lines
Sat, 11 Apr 1998 15:35:06 +0000 Jim Meyering Add curly braces around statements in if/else/while/do/etc. that
Mon, 06 Apr 1998 08:09:11 +0000 Jim Meyering Lots of minor spec and name changes, and new comments.
Sun, 21 Sep 1997 04:41:19 +0000 Jim Meyering (hash_free_0): Remove prototype.
Sat, 20 Sep 1997 19:38:29 +0000 Jim Meyering (ZALLOC): Take Ht parameter instead of relying on one being in scope.
Sat, 20 Sep 1997 19:33:46 +0000 Jim Meyering *** empty log message ***
Sat, 20 Sep 1997 19:33:05 +0000 Jim Meyering *** empty log message ***
Sat, 20 Sep 1997 18:32:40 +0000 Jim Meyering *** empty log message ***
Wed, 17 Sep 1997 17:06:26 +0000 Jim Meyering use malloc, not xmalloc in obstack #define
Wed, 17 Sep 1997 16:03:32 +0000 Jim Meyering from ti/hdlsv