| Commit message (Expand) | Author | Age | Files | Lines |
| * | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| * | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| * | hash: remove deprecated hash_insert0 function | Giuseppe Scrivano | 2015-04-03 | 1 | -8/+0 |
| * | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
| * | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
| * | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
| * | In commentary, do not use ` to quote. | Paul Eggert | 2012-01-05 | 1 | -11/+11 |
| * | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| * | hash: mark a few floating point constants with "f" suffix | Jim Meyering | 2011-11-30 | 1 | -4/+4 |
| * | hash: mark compute_bucket_size with the pure attribute | Jim Meyering | 2011-11-29 | 1 | -1/+1 |
| * | mark functions with const and pure attributes | Jim Meyering | 2011-11-28 | 1 | -2/+2 |
| * | hash: Don't refer to deprecated interfaces. | Simon Josefsson | 2011-11-19 | 1 | -3/+3 |
| * | hash: deprecate poorly-named hash_insert0: use hash_insert_if_absent | Jim Meyering | 2011-11-18 | 1 | -2/+13 |
| * | hash, mgetgroups: drop xalloc dependency | Eric Blake | 2011-04-28 | 1 | -1/+1 |
| * | Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE" | Jim Meyering | 2011-04-25 | 1 | -18/+10 |
| * | use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE | Jim Meyering | 2011-04-25 | 1 | -10/+18 |
| * | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
| * | hash: fix safe_hasher const typo | Paul Eggert | 2010-09-02 | 1 | -1/+1 |
| * | hash: factor, and guard against misbehaving hasher function | Eric Blake | 2010-08-31 | 1 | -23/+16 |
| * | hash: silence spurious clang warning | Bruno Haible | 2010-08-31 | 1 | -3/+8 |
| * | hash: once again explicitly disallow insertion of NULL | Jim Meyering | 2010-07-04 | 1 | -1/+8 |
| * | hash: extend module to deal with non-pointer keys | Jim Meyering | 2010-07-01 | 1 | -18/+41 |
| * | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| * | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -2/+1 |
| * | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -245/+245 |
| * | hash: allow C89 compilation | Eric Blake | 2009-10-05 | 1 | -1/+2 |
| * | hash: reverse order of src/dst parameters in an internal interface | Jim Meyering | 2009-06-19 | 1 | -4/+4 |
| * | hash: avoid memory leak on allocation failure | Eric Blake | 2009-06-19 | 1 | -62/+153 |
| * | hash: reduce memory pressure in hash_rehash no-op case | Eric Blake | 2009-06-19 | 1 | -29/+41 |
| * | hash: make rotation more obvious | Eric Blake | 2009-06-18 | 1 | -11/+5 |
| * | hash: fix memory leak in last patch | Eric Blake | 2009-06-18 | 1 | -1/+5 |
| * | hash: avoid no-op rehashing | Eric Blake | 2009-06-18 | 1 | -0/+2 |
| * | hash: provide default callback functions | Eric Blake | 2009-06-18 | 1 | -4/+28 |
| * | hash: minor optimization | Eric Blake | 2009-06-18 | 1 | -10/+10 |
| * | hash: check for resize before insertion | Eric Blake | 2009-06-18 | 1 | -25/+29 |
| * | hash: minor cleanups | Eric Blake | 2009-06-17 | 1 | -9/+23 |
| * | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
| * | * lib/hash.c (hash_initialize): Detect calloc failure. | Jim Meyering | 2007-09-09 | 1 | -1/+3 |
| * | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -4/+2 |
| * | Use a consistent style for including <config.h>. | Paul Eggert | 2005-09-19 | 1 | -1/+1 |
| * | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
| * | Merge from coreutils. | Paul Eggert | 2004-08-07 | 1 | -6/+8 |
| * | Include "xalloc.h" for use of xalloc_oversized. | Jim Meyering | 2003-10-31 | 1 | -0/+1 |
| * | Simplify the code by using new xalloc.h features. | Paul Eggert | 2003-10-30 | 1 | -2/+2 |
| * | Fix several address-calculation bugs in the hash modules, | Paul Eggert | 2003-10-26 | 1 | -101/+113 |
| * | Remove K&R cruft. | Paul Eggert | 2003-09-09 | 1 | -17/+1 |
| * | in lib: | Paul Eggert | 2003-05-29 | 1 | -3/+1 |
| * | Include <stdbool.h> unconditionally. | Paul Eggert | 2003-03-13 | 1 | -6/+6 |
| * | (hash_lookup, hash_get_first, hash_get_next, hash_find_entry, | Paul Eggert | 2002-11-28 | 1 | -5/+5 |
| * | Avoid use of <assert.h>, as the GNU Coding Standards hint that one | Paul Eggert | 2002-11-23 | 1 | -12/+18 |