summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze2017-07-041-2/+1
* If a single page references the same non-existent manual more thanIngo Schwarze2017-07-021-1/+5
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-3/+5
* When checking cross references with -Tlint, ultimately fall back toIngo Schwarze2017-07-011-2/+11
* When checking the validity of cross references with -Tlint,Ingo Schwarze2017-07-011-6/+12
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-0/+33
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-25/+42
* enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze2017-06-031-1/+1
* Delete the -T xhtml command line option.Ingo Schwarze2017-05-171-2/+0
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-161-10/+13
* Now that global -i is gone, pass -i through to the apropos(1)Ingo Schwarze2017-04-181-2/+6
* Delete the undocumented and unimplemented man(1) -i (interactiveIngo Schwarze2017-04-181-4/+0
* simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze2017-03-271-9/+7
* Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze2017-03-201-15/+7
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-0/+6
* Since SQLite is gone, we no longer need the "flock" pledge.Ingo Schwarze2017-02-221-2/+2
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-1/+1
* Fix rev. 1.280: -O syntax is different in default apropos(1) outputIngo Schwarze2017-02-161-17/+22
* In -Ttree output mode, show the BROKEN node flag andIngo Schwarze2017-02-101-2/+4
* warn about invalid output optionsIngo Schwarze2017-01-271-3/+9
* Use stdout rather than stdin for controlling the terminalIngo Schwarze2017-01-091-5/+5
* Warnings and errors that occur during mdoc_validate()Ingo Schwarze2017-01-091-1/+2
* We cannot use fputs(3) in passthrough() because the stdout streamIngo Schwarze2016-09-181-4/+14
* Make sure an output device is allocated before calling terminal_sepline(),Ingo Schwarze2016-09-181-27/+34
* fix printf("%s", NULL);Ingo Schwarze2016-08-091-1/+2
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-24/+3
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-6/+0
* To remove the const qualifier from a pointer to an object - eitherIngo Schwarze2016-07-151-1/+1
* Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze2016-07-151-3/+2
* add missing prototypes, no code change;Ingo Schwarze2016-07-151-0/+3
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-121-0/+8
* On OpenBSD, more(1) is actually less(1) with a small number ofIngo Schwarze2016-07-101-2/+2
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-081-1/+1
* Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS.Ingo Schwarze2016-05-181-2/+2
* Fix a process group race.Ingo Schwarze2016-04-141-2/+8
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-8/+10
* unbreak reading from stdin after recent parse() restructuring;Ingo Schwarze2016-01-161-1/+1
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-8/+4
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-1/+3
* pledge(2) style:Ingo Schwarze2015-12-151-5/+10
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-201-18/+41
* Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze2015-11-141-4/+34
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-23/+19
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-0/+2
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-061-0/+20
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-15/+18
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-0/+1
* If no output device was allocated because no file wanted to produce output,Ingo Schwarze2015-10-221-15/+17
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-0/+1
* Simplify, no functional change:Ingo Schwarze2015-10-191-35/+51