Age | Commit message (Expand) | Author |
2021-11-05 | Make sure that the configuration file is always read, even when | Ingo Schwarze |
2020-08-27 | Fix a regression caused by the insertion of two new tokens, | Ingo Schwarze |
2020-07-21 | undocumented options -O outfilename and -O tagfilename | Ingo Schwarze |
2020-02-10 | Finally delete support for the "_whatdb" configuration directive, | Ingo Schwarze |
2019-07-10 | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze |
2019-05-03 | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze |
2019-05-03 | When processing unknown output options, prevent passing NULL to printf. | anton |
2018-11-22 | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze |
2018-10-02 | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze |
2017-07-01 | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze |
2017-06-13 | Delete the arbitrary range restriction for -Owidth. | Ingo Schwarze |
2017-02-10 | In -Ttree output mode, show the BROKEN node flag and | Ingo Schwarze |
2017-01-27 | warn about invalid output options | Ingo Schwarze |
2016-05-23 | Trim trailing whitespace from man.conf lines. OK schwarze@. | Todd C. Miller |
2015-11-07 | Modernization, no functional change intended: | Ingo Schwarze |
2015-10-11 | Finally use __progname, err(3) and warn(3). | Ingo Schwarze |
2015-05-07 | Do not let the -m option or MANPATH with leading, trailing, or double | Ingo Schwarze |
2015-03-27 | Parse the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-03-26 | Add a new directive "manpath path" | Ingo Schwarze |
2015-03-21 | when there is no -m, no -M, no MANPATH and no /etc/man.conf, | Ingo Schwarze |
2014-11-18 | Ignore invalid directories in man.conf(5) and MANPATH, even if their | Ingo Schwarze |
2014-04-23 | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2013-11-21 | My audit of mandoc revealed two missing (unsigned char) casts | Ingo Schwarze |
2013-05-29 | Trivial sync to bsd.lv: | Ingo Schwarze |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2011-12-24 | Support leading, trailing and double colons in MANPATH | Ingo Schwarze |
2011-12-19 | Improvements from kristaps@: | Ingo Schwarze |
2011-12-12 | implement -C (alternative config file) for apropos(1) and mandocdb(8); | Ingo Schwarze |
2011-11-26 | Resync to bsd.lv, most code from kristaps@. | Ingo Schwarze |