summaryrefslogtreecommitdiff
path: root/src/check_mandirs.c
Commit message (Expand)AuthorAge
* * src/check_mandirs.c (test_manfile): Fix comment typos andColin Watson2007-09-03
* * src/man.c (lang_dir): Move to ...Colin Watson2007-09-02
* merge from trunkColin Watson2007-08-31
|\
| * * lib/pipeline.h (struct command): Add support for commands thatColin Watson2007-08-28
| * Suppress warnings in --quiet mode (thanks, Martin Dorey; Debian bugsColin Watson2007-08-26
* | * src/check_mandirs.c (make_database_directory): New function.Colin Watson2007-06-12
|/
* Eliminate variable and function shadowing.Colin Watson2007-03-04
* * libdb/db_btree.c (test_insert): Use debug function.Colin Watson2007-02-14
* * 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
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.15.Colin Watson2006-12-26
* * docs/COPYING, docs/COPYING.LIB: Update from www.gnu.org to pick upColin Watson2005-07-31
* * src/check_mandirs.c (testmandirs): Always scan directory if lastColin Watson2004-07-22
* Purge database entries corresponding to removed stray cat pages.Colin Watson2003-09-16
* * src/check_mandirs.c (purge_missing): Call MYDBM_REORG() afterColin Watson2003-09-06
* * src/check_mandirs.c (test_manfile): file is const.Colin Watson2003-08-15
* * include/manconfig.h.in: Remove incorrect prototype of basename()Colin Watson2003-08-15
* * src/ult_src.c (ult_hardlink): Return a newly allocated stringColin Watson2003-08-14
* Add -W for gcc, and update all code it objects to.Colin Watson2003-05-01
* Remove all assumptions that string literals have type 'char *' rather thanColin Watson2003-05-01
* * src/catman.c (main): Don't guard xstrdup() from NULL input, as itColin Watson2003-04-28
* * lib/hashtable.c (hash_lookup): Return the definition rather thanColin Watson2003-04-27
* Revert accidentally committed files.Colin Watson2003-04-22
* * src/globbing.c (parse_layout, look_for_file): Add a BSD layout inColin Watson2003-04-22
* Remove all database updating code from man. Instead, make it call mandbColin Watson2003-02-21
* * src/check_mandirs.c, src/check_mandirs.h: Move page_descriptionColin Watson2002-12-29
* * src/check_mandirs.c (test_manfile): Initialize the mandata structColin Watson2002-12-22
* * src/check_mandirs.c (count_glob_matches): Exclude file names whichColin Watson2002-12-21
* * src/check_mandirs.c (count_glob_matches): New function,Colin Watson2002-12-21
* * src/check_mandirs.c (purge_missing): Match database entriesColin Watson2002-12-20
* Rebuild the database if it contains broken multi keys such as thoseColin Watson2002-12-20
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* A much-needed complete rewrite of splitline(). The previous versionColin Watson2002-10-12
* Separate the whatis and dblookup hashtables, removing the need for a typeColin Watson2002-08-10
* Check for pointer underflow when trimming leading spaces from whatisColin Watson2002-07-22
* Fix segfault when a page doesn't have a compression extension.Colin Watson2002-06-21
* Some more database fixups to cope with pathological situations involvingColin Watson2002-05-20
* Include the subdirectory name in the "Updating index cache" message.Colin Watson2002-05-01
* Make case-(in)sensitivity work properly in database lookups by extendingColin Watson2002-04-30
* Pass through much of the code adding 'const' where appropriate. This shouldColin Watson2002-04-28
* Add a new name element to the database so that we can supportColin Watson2002-04-26
* Initial support for case-insensitive lookups.Colin Watson2002-04-21
* Rename package from man_db to man-db, as the underscore was awkward.Colin Watson2002-04-03
* Fix some nasty segfaults due to freed pointer reuse in some cases of pagesColin Watson2002-03-20
* lexgrog: Minor optimization.Colin Watson2002-01-12
* Include other manpage.example formats in the tarball.Colin Watson2001-09-06
* Compile with -Wall by default. Some fixes as a result of this.Colin Watson2001-08-19
* Fix handling of multiple whatis blocks (again). mandb can now purge mostColin Watson2001-07-01
* Teach mandb how to purge old entries from the database. Other minor fixesColin Watson2001-06-28
* Segfault-hunting in apropos/whatis. lexgrog improvements. Add SECTIONSColin Watson2001-06-26