| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (struct hash_table): Define it here instead. | Jim Meyering | 2001-11-23 | 1 | -0/+34 |
* | (hash_clear): Fix a bug that could lead to an infloop or | Jim Meyering | 2001-11-03 | 1 | -3/+6 |
* | (hash_print) [TESTING]: Clean up. | Jim Meyering | 2001-11-01 | 1 | -2/+3 |
* | Remove '2001' from copyright notice. | Jim Meyering | 2001-08-31 | 1 | -1/+1 |
* | whoops. revert last change | Jim Meyering | 2001-01-20 | 1 | -1/+1 |
* | Fix typo: s/false/0/. | Jim Meyering | 2001-01-20 | 1 | -2/+2 |
* | add omitted semicolon | Jim Meyering | 2000-12-25 | 1 | -1/+1 |
* | (is_prime): Return explicit boolean values. | Jim Meyering | 2000-12-24 | 1 | -1/+2 |
* | (hash_get_next): Fix a thinko: when ENTRY is the | Jim Meyering | 2000-11-04 | 1 | -2/+2 |
* | (hash_rehash): Fix a nasty bug: copy the free entry list | Jim Meyering | 2000-05-18 | 1 | -2/+4 |
* | use double quotes, not single quotes around syntax-error-evoking string | Jim Meyering | 2000-02-27 | 1 | -2/+2 |
* | Arrange for cpp to fail if the configure-time | Jim Meyering | 2000-02-27 | 1 | -1/+8 |
* | (hash_initialize): Fix typo in comment. | Jim Meyering | 2000-01-11 | 1 | -13/+12 |
* | (is_prime): Return bool rather than int. | Jim Meyering | 1999-03-17 | 1 | -1/+1 |
* | tweak comments | Jim Meyering | 1999-03-15 | 1 | -67/+70 |
* | Revamp to allow fine-tuning to control when and by how | Jim Meyering | 1999-03-15 | 1 | -100/+231 |
* | (hash_insert): Remove last parameter and change semantics. | Jim Meyering | 1999-03-15 | 1 | -30/+23 |
* | (is_prime): Ansideclify. | Jim Meyering | 1998-05-16 | 1 | -5/+5 |
* | split a couple long lines | Jim Meyering | 1998-04-11 | 1 | -4/+6 |
* | Add curly braces around statements in if/else/while/do/etc. that | Jim Meyering | 1998-04-11 | 1 | -117/+151 |
* | Lots of minor spec and name changes, and new comments. | Jim Meyering | 1998-04-06 | 1 | -586/+649 |
* | (hash_free_0): Remove prototype. | Jim Meyering | 1997-09-21 | 1 | -49/+47 |