summaryrefslogtreecommitdiff
path: root/src/manp.c
Commit message (Expand)AuthorAge
* Tidy up override directory support slightlyColin Watson2014-01-23
* Add support for override directory in search pathPeter Schiffer2014-01-23
* * docs/HACKING: Mention that xasprintf may be more readable thanColin Watson2013-06-27
* * lib/encodings.c (get_locale_charset): Free saved_locale.Peter Schiffer2013-06-27
* * src/manp.c (add_nls_manpaths): Duplicate manpathlist in the caseColin Watson2013-06-27
* * src/manp.c (def_path): Expand wildcards in MANDATORY_MANPATH.Colin Watson2013-06-23
* * src/manp.c (guess_manpath): Honour MAN_TEST_DISABLE_PATHColin Watson2013-06-23
* Add support for wildcards in MANPATH (Fedora bug #677669).Peter Schiffer2013-05-30
* * src/manp.c (add_to_dirlist): Increase key length to handle buriedWill2013-01-29
* update copyright yearsColin Watson2012-02-05
* Fix some errors spotted by the clang static analyser. Some justColin Watson2012-02-02
* * src/manp.c (add_to_dirlist): Read lines from configuration fileColin Watson2011-10-09
* * src/manp.c (read_config_file): Read a user-specified configurationColin Watson2011-04-10
* Remove the need for our patched version of xstrdup.Colin Watson2011-03-20
* * src/manp.c (add_sections): Put user entries in a separate list.Colin Watson2011-03-15
* * src/man.c (make_roff_command): Use running_setuid.Colin Watson2011-01-07
* * src/manp.c (get_manpath_from_path): Return an empty string ratherColin Watson2011-01-03
* * src/catman.c (parse_for_sec): Format ARG_MAX - arg_size using %zd.Colin Watson2010-12-02
* Improve .so searching (Debian bug #503472).Colin Watson2010-12-01
* * src/encodings.c (struct manconv_codes, manconv_stdin,Colin Watson2010-09-26
* * src/manp.c (mkcatdirs): Move to ...Colin Watson2010-09-26
* * src/manp.c (get_catpath): Fix handling of non-translated catColin Watson2010-02-16
* * src/manp.c (get_catpath): Handle man -> cat substitution correctlyColin Watson2010-02-08
* Do what the user probably means when the full path to an executableColin Watson2009-11-14
* * configure.ac: Add -Wredundant-decls to CFLAGS.Colin Watson2009-07-14
* Don't create unnecessary database directories (Debian bug #472919).Colin Watson2009-06-28
* * src/manp.c (get_nls_manpath): Close mandir, fixing a memory leak.Colin Watson2009-06-28
* * man/Makefile.am (EXTRA_DIST): Distribute check-man.Colin Watson2009-03-14
* Partially rewrite building of manpath according to locale. TheColin Watson2009-02-20
* * src/manp.c (add_to_manpath): Remove; this just called pathappendColin Watson2009-02-19
* Update manual page search order to permit FHS-compliant installationColin Watson2009-01-15
* Make handling of terminal widths for cat pages configurable (DebianColin Watson2008-12-07
* * src/manp.c (add_nls_manpath): Check that modifiers match if setChusslove Illich2008-11-16
* * src/manp.c (create_pathlist): Eliminate duplicates due toColin Watson2008-10-26
* * src/manp.c (add_nls_manpath): Copy manpathlist to omanpathlistColin Watson2008-07-31
* * src/manp.c (def_path): Fix brace indentation.Colin Watson2008-02-17
* * libdb/db_btree.c, libdb/db_storage.h, libdb/mydbm.h, src/catman.c,Colin Watson2008-01-07
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.17.Colin Watson2007-12-13
* Bruno Haible notes inColin Watson2007-10-22
* * lib/pathsearch.c, src/man.c, src/mandb.c, src/manp.c: IncludeColin Watson2007-10-18
* * src/manp.c (cat_manpath): Whitespace adjustments.Colin Watson2007-10-18
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* import gnulib xgetcwd module; replace getcwd_allocated with xgetcwdColin Watson2007-10-14
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* * lib/popen.c (popen), src/descriptions.c (parse_descriptions),Colin Watson2007-10-08
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* * src/manp.c (add_nls_manpath): Handle the POSIX locale the same wayColin Watson2007-09-03
* Back out the last two non-merge revisions on this branch. Instead:Colin Watson2007-09-02
* * src/manp.c (check_and_add): New function.Colin Watson2007-08-31