aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze2018-05-141-2/+3
* Compatibility with man-db:Ingo Schwarze2018-04-191-13/+57
* Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze2018-04-131-2/+14
* Invalidate the tag_files.tfd after fclose(3)ing the stram associatedIngo Schwarze2018-02-231-2/+2
* When the stdout stream gets broken, there is no point in readingIngo Schwarze2017-08-211-1/+12
* Cast the return value of chdir(2) to void. We already have a commentIngo Schwarze2017-07-261-2/+2
* For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze2017-07-201-7/+10
* Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze2017-07-041-3/+2
* If a single page references the same non-existent manual more thanIngo Schwarze2017-07-021-2/+6
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-021-4/+6
* When checking cross references with -Tlint, ultimately fall back toIngo Schwarze2017-07-011-3/+12
* When checking the validity of cross references with -Tlint,Ingo Schwarze2017-07-011-7/+13
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-1/+34
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-26/+43
* enable -Wstyle by default in -Tlint; OK jmc@Ingo Schwarze2017-06-031-2/+2
* Delete the -T xhtml command line option.Ingo Schwarze2017-05-171-3/+1
* Introduce a new mandoc(1) message level, -W style, below -W warning.Ingo Schwarze2017-05-161-11/+14
* Now that global -i is gone, pass -i through to the apropos(1)Ingo Schwarze2017-04-181-3/+7
* Delete the undocumented and unimplemented man(1) -i (interactiveIngo Schwarze2017-04-181-5/+1
* simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze2017-03-271-10/+8
* Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze2017-03-201-16/+8
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-1/+7
* Since SQLite is gone, we no longer need the "flock" pledge.Ingo Schwarze2017-02-221-3/+3
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-2/+2
* Fix rev. 1.280: -O syntax is different in default apropos(1) outputIngo Schwarze2017-02-161-18/+23
* In -Ttree output mode, show the BROKEN node flag andIngo Schwarze2017-02-101-3/+5
* warn about invalid output optionsIngo Schwarze2017-01-271-4/+10
* Use stdout rather than stdin for controlling the terminalIngo Schwarze2017-01-091-6/+6
* Warnings and errors that occur during mdoc_validate()Ingo Schwarze2017-01-091-2/+3
* We cannot use fputs(3) in passthrough() because the stdout streamIngo Schwarze2016-09-181-5/+15
* Make sure an output device is allocated before calling terminal_sepline(),Ingo Schwarze2016-09-181-28/+35
* fix printf("%s", NULL);Ingo Schwarze2016-08-091-2/+3
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-25/+4
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-7/+1
* To remove the const qualifier from a pointer to an object - eitherIngo Schwarze2016-07-151-2/+2
* Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze2016-07-151-4/+3
* add missing prototypes, no code change;Ingo Schwarze2016-07-151-1/+4
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-121-1/+9
* On OpenBSD, more(1) is actually less(1) with a small number ofIngo Schwarze2016-07-101-3/+3
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-081-2/+2
* Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS.Ingo Schwarze2016-05-181-3/+3
* Fix a process group race.Ingo Schwarze2016-04-141-3/+9
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-9/+11
* unbreak reading from stdin after recent parse() restructuring;Ingo Schwarze2016-01-161-2/+2
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-9/+5
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-2/+4
* pledge(2) style:Ingo Schwarze2015-12-151-6/+11
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-201-19/+42
* Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze2015-11-141-5/+35
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-24/+20