summaryrefslogtreecommitdiff
path: root/src/straycats.c
Commit message (Expand)AuthorAge
* * src/straycats.c (check_for_stray): Pass mandir_base as baseColin Watson2011-06-06
* * src/straycats.c (check_for_stray): When invoking col, try toColin Watson2011-06-04
* If mandb sees that A is a symlink to B, it should never store aColin Watson2011-01-10
* * lib/pipeline.c, lib/pipeline.h: Rename command to pipecmd,Colin Watson2010-10-29
* Move security to libman.Colin Watson2010-09-27
* * src/encodings.c (struct manconv_codes, manconv_stdin,Colin Watson2010-09-26
* * configure.ac: Stop checking for memory.h (not used) and limits.hColin Watson2008-01-07
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* explicitly import gnulib dirname module; use base_name and dir_name throughoutColin Watson2007-10-15
* use recommended gnulib #include style for canonicalize.h and fnmatch.hColin Watson2007-10-15
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* import gnulib canonicalize module; replace remaining realpath calls with cano...Colin Watson2007-10-14
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* Add more intelligent guessing of manual page encodings. Thanks toColin Watson2007-09-16
* * src/man.c (lang_dir): Move to ...Colin Watson2007-09-02
* merge from trunkColin Watson2007-09-02
|\
| * * lib/decompress.c (decompress_open, decompress_fdopen): Don't startColin Watson2007-09-02
* | merge from trunkColin Watson2007-08-31
|\|
| * * src/lexgrog.l (find_name): Split handling once we have aColin Watson2007-08-28
| * * lib/pipeline.h (struct command): Add support for commands thatColin Watson2007-08-28
| * * src/straycats.c (check_for_stray): Drop privileges while openingColin Watson2007-08-28
| * * src/straycats.c (straycats): Regain privileges on the error pathColin Watson2007-08-28
* | * src/mandb.c (process_manpath): New function, split out from main.Colin Watson2007-06-11
|/
* * lib/debug.c: New file for debugging functions.Colin Watson2007-02-12
* * 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
* Roll out the new pipeline library in most programs.Colin Watson2004-03-09
* * src/compression.c (comp_info): If the new want_stem argument isColin Watson2004-03-08
* * src/straycats.c (check_for_stray): Add missing open brace toColin Watson2003-11-16
* * include/manconfig.h.in: Remove incorrect prototype of basename()Colin Watson2003-08-15
* Fix vulnerability due to over-permissiveness of DEFINE directive.Colin Watson2003-08-01
* * 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
* 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
* straycats: Initialize info.name and info.filter.Colin Watson2002-08-17
* Make case-(in)sensitivity work properly in database lookups by extendingColin Watson2002-04-30
* Include other manpage.example formats in the tarball.Colin Watson2001-09-06
* Replace tempnam()-based temporary file creation with code based onColin Watson2001-08-01
* Make sure that configuration in ~/.manpath is not trusted.Colin Watson2001-07-04
* Fix accidentally reversed test in straycats.Colin Watson2001-06-16
* Debian release 2.3.18-7. Treat EROFS like EACCES for read-write databaseColin Watson2001-06-10
* Fix date format in English man pages; use 'col -bx' rather than 'col-bx' inColin Watson2001-06-02
* Massive global style cleanup in src/*, and a couple of small documentationColin Watson2001-05-28
* Merge Wilf's 2.3b12 release. Not yet functional due to several excitingColin Watson2001-05-02
* Close the database and set dbf to NULL if dbver_rd() fails.Colin Watson2001-04-27
* Initial revisionColin Watson2001-04-26