summaryrefslogtreecommitdiff
path: root/lib/hashtable.c
Commit message (Expand)AuthorAge
* Remove useless if-before-free testsColin Watson2018-05-29
* * lib/hashtable.c (hashtable_lookup_structure): Make return typeColin Watson2012-02-18
* * lib/hashtable.c (null_hashtable_free): Use ATTRIBUTE_UNUSED toColin Watson2011-10-09
* Remove obsolete NLS subdirectories of cat directories (Debian bugColin Watson2011-01-08
* Build libman and libmandb as shared libraries, reducing ourColin Watson2010-09-26
* Make whatis/apropos only display any given manual page, or pointersColin Watson2009-07-22
* * configure.ac: Stop checking for memory.h (not used) and limits.hColin Watson2008-01-07
* * lib/hashtable.c (hash_lookup_structure): New function; same asColin Watson2007-12-31
* * lib/hashtable.c (hash_install): Fix head comment to match realityColin Watson2007-12-31
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.17.Colin Watson2007-12-13
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* * lib/debug.c: New file for debugging functions.Colin Watson2007-02-12
* Fix a slew of memory leaks, including a nasty per-search leak inColin Watson2007-01-07
* * lib/hashtable.c (hash_free): Update function name in debugColin Watson2005-12-31
* * docs/COPYING, docs/COPYING.LIB: Update from www.gnu.org to pick upColin Watson2005-07-31
* * lib/hashtable.c (null_hash_free): No-op hash_free_ptr provider,Colin Watson2004-11-08
* Add -W for gcc, and update all code it objects to.Colin Watson2003-05-01
* * lib/hashtable.c (hash_lookup): Return the definition rather thanColin Watson2003-04-27
* Remove all database updating code from man. Instead, make it call mandbColin Watson2003-02-21
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* Separate the whatis and dblookup hashtables, removing the need for a typeColin Watson2002-08-10
* Split out the generic parts of src/hashtable.c into a hashtable library.Colin Watson2002-05-27