]> git.cameronkatri.com Git - mandoc.git/history - manpath.c
Sevan Janiyan resigned from the NetBSD project and pkgsrc in 2020.
[mandoc.git] / manpath.c
2020-08-27 Ingo SchwarzeFix a regression caused by the insertion of two new...
2020-07-21 Ingo Schwarzeundocumented options -O outfilename and -O tagfilename
2020-02-10 Ingo SchwarzeFinally delete support for the "_whatdb" configuration...
2019-07-10 Ingo SchwarzeSome time ago, i simplified mandoc_msg() such that...
2019-05-03 Ingo Schwarzeavoid duplicate "bad argument" error message, also...
2019-05-03 Ingo Schwarzewhen processing unknown output options, prevent passing...
2018-11-22 Ingo SchwarzeIn -T locale (the default), -T ascii, and -T utf8 mode...
2018-10-02 Ingo SchwarzeAdd an option -T html -O toc to add a brief table of...
2017-07-01 Ingo SchwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-13 Ingo SchwarzeDelete the arbitrary range restriction for -Owidth.
2017-02-10 Ingo SchwarzeIn -Ttree output mode, show the BROKEN node flag and
2017-01-27 Ingo Schwarzewarn about invalid output options
2016-07-19 Ingo SchwarzeNow that our man.conf(5) format is mature and extremely...
2016-05-28 Ingo SchwarzeTrim trailing whitespace from man.conf lines; patch...
2015-11-07 Ingo SchwarzeModernization, no functional change intended:
2015-11-07 Ingo SchwarzeWithout HAVE_ERR, don't try to include <err.h>, it...
2015-10-11 Ingo SchwarzeFinally use __progname, err(3) and warn(3).
2015-06-10 Ingo SchwarzeAvoid warning "defined but not used" when compiling...
2015-05-07 Ingo SchwarzeDo not let the -m option or MANPATH with leading, trail...
2015-04-28 Ingo SchwarzeFix the HAVE_MANPATH case, got broken in rev. 1.23.
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-26 Ingo SchwarzeAdd a new directive "manpath path"
2015-03-22 Ingo Schwarzemake MANPATH_DEFAULT compile-time configurable
2015-03-21 Ingo Schwarzewhen there is no -m, no -M, no MANPATH and no /etc...
2014-11-27 Ingo Schwarzefix build when HAVE_MANPATH is set; patch from <bapt...
2014-11-18 Ingo SchwarzeIgnore invalid directories in man.conf(5) and MANPATH...
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2013-11-21 Ingo SchwarzeMy audit of mandoc revealed one missing (unsigned char...
2013-06-05 Ingo SchwarzeSome places used PATH_MAX from <limits.h>, some MAXPATH...
2013-05-29 Ingo SchwarzeSync to OpenBSD:
2012-06-08 Kristaps DzonsonsUse size_t in manpath instead of int.
2011-12-24 Kristaps DzonsonsSupport leading, trailing and double colons in MANPATH...
2011-12-13 Kristaps DzonsonsRemove stray warnx() left in the manpath.c code.
2011-12-13 Kristaps DzonsonsHave manpath.c properly use manpath(1), that is, using...
2011-12-12 Ingo Schwarzeimplement -C (alternative config file) for apropos...
2011-11-26 Ingo SchwarzeSync to OpenBSD, mostly gratuitous and whitespace diffe...
2011-11-24 Kristaps DzonsonsAllow man.conf file to be assignable.
2011-11-24 Kristaps DzonsonsExport the manpath_manconf() function, slightly reorder...
2011-11-23 Kristaps DzonsonsSupport for Open/NetBSD's /etc/man.conf and others...