fix license quoting in files.yaml
[gnulib.git] / lib / hash.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-11-30 Jim Meyeringhash: mark a few floating point constants with "f"...
2011-11-29 Jim Meyeringhash: mark compute_bucket_size with the pure attribute
2011-11-28 Jim Meyeringmark functions with const and pure attributes
2011-11-19 Simon Josefssonhash: Don't refer to deprecated interfaces.
2011-11-18 Jim Meyeringhash: deprecate poorly-named hash_insert0: use hash_ins...
2011-06-10 Ian BeckwithMerge commit 'stable/20110609'
2011-05-18 Ian BeckwithMerge branch 'upstream' into stable
2011-04-28 Eric Blakehash, mgetgroups: drop xalloc dependency
2011-04-25 Jim MeyeringRevert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"
2011-04-25 Jim Meyeringuse _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-10-23 Ian BeckwithMerge branch 'stable'
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-09-02 Paul Eggerthash: fix safe_hasher const typo
2010-08-31 Eric Blakehash: factor, and guard against misbehaving hasher...
2010-08-31 Bruno Haiblehash: silence spurious clang warning
2010-08-30 Ian BeckwithMerge branch 'stable'
2010-08-29 Ian BeckwithMerge branch 'upstream' from 3f08220c1a263dfc45f6e0ce6d...
2010-07-04 Jim Meyeringhash: once again explicitly disallow insertion of NULL
2010-07-01 Jim Meyeringhash: extend module to deal with non-pointer keys
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-11-15 Ian BeckwithMerge branch 'stable'
2009-10-06 Eric Blakehash: allow C89 compilation
2009-06-19 Jim Meyeringhash: reverse order of src/dst parameters in an interna...
2009-06-19 Eric Blakehash: avoid memory leak on allocation failure
2009-06-19 Eric Blakehash: reduce memory pressure in hash_rehash no-op case
2009-06-19 Eric Blakehash: make rotation more obvious
2009-06-19 Eric Blakehash: fix memory leak in last patch
2009-06-18 Eric Blakehash: avoid no-op rehashing
2009-06-18 Eric Blakehash: provide default callback functions
2009-06-18 Eric Blakehash: minor optimization
2009-06-18 Eric Blakehash: check for resize before insertion
2009-06-18 Eric Blakehash: minor cleanups
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-09-09 Jim Meyering* lib/hash.c (hash_initialize): Detect calloc failure.
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-05-14 Paul Eggert*** empty log message ***
2004-08-07 Paul EggertMerge from coreutils.
2003-10-31 Jim MeyeringInclude "xalloc.h" for use of xalloc_oversized.
2003-10-30 Paul EggertSimplify the code by using new xalloc.h features.
2003-10-26 Paul EggertFix several address-calculation bugs in the hash modules,
2003-09-09 Paul EggertRemove K&R cruft.
2003-05-29 Paul Eggertin lib:
2003-03-13 Paul EggertInclude <stdbool.h> unconditionally.
2002-11-28 Paul Eggert(hash_lookup, hash_get_first, hash_get_next, hash_find_...
2002-11-23 Paul EggertAvoid use of <assert.h>, as the GNU Coding Standards...
2001-11-23 Jim Meyering(struct hash_table): Define it here instead.
2001-11-03 Jim Meyering(hash_clear): Fix a bug that could lead to an infloop or
2001-11-01 Jim Meyering(hash_print) [TESTING]: Clean up.
2001-08-31 Jim MeyeringRemove '2001' from copyright notice.
2001-01-20 Jim Meyeringwhoops. revert last change
2001-01-20 Jim MeyeringFix typo: s/false/0/.
2000-12-25 Jim Meyeringadd omitted semicolon
2000-12-24 Jim Meyering(is_prime): Return explicit boolean values.
2000-11-04 Jim Meyering(hash_get_next): Fix a thinko: when ENTRY is the
2000-05-18 Jim Meyering(hash_rehash): Fix a nasty bug: copy the free entry...
2000-02-27 Jim Meyeringuse double quotes, not single quotes around syntax...
2000-02-27 Jim MeyeringArrange for cpp to fail if the configure-time
2000-01-11 Jim Meyering(hash_initialize): Fix typo in comment.
1999-03-17 Jim Meyering(is_prime): Return bool rather than int.
1999-03-15 Jim Meyeringtweak comments
1999-03-15 Jim MeyeringRevamp to allow fine-tuning to control when and by how
1999-03-15 Jim Meyering(hash_insert): Remove last parameter and change semantics.
1998-05-16 Jim Meyering(is_prime): Ansideclify.
1998-04-11 Jim Meyeringsplit a couple long lines
1998-04-11 Jim MeyeringAdd curly braces around statements in if/else/while...
1998-04-06 Jim MeyeringLots of minor spec and name changes, and new comments.
1997-09-21 Jim Meyering(hash_free_0): Remove prototype.
1997-09-20 Jim Meyering(ZALLOC): Take Ht parameter instead of relying on one...
1997-09-20 Jim Meyering*** empty log message ***
1997-09-20 Jim Meyering*** empty log message ***
1997-09-20 Jim Meyering*** empty log message ***
1997-09-17 Jim Meyeringuse malloc, not xmalloc in obstack #define
1997-09-17 Jim Meyeringfrom ti/hdlsv