summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* In man(1) mode, i.e. when asking for a single manual page by name,Ingo Schwarze2019-04-301-0/+2
* autoconfiguration test whether less(1) supports the -T option;Ingo Schwarze2019-03-061-0/+4
* For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>Ingo Schwarze2019-03-041-1/+1
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-041-1/+5
* Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze2019-03-031-0/+2
* Improve error reporting when a file given on the command lineIngo Schwarze2019-01-111-1/+1
* Initializers for file-scope static variables should be compile-timeIngo Schwarze2019-01-101-1/+2
* Support taking the -O tag value from apropos(1) key=value search terms;Ingo Schwarze2019-01-011-7/+16
* Cleanup, no functional change:Ingo Schwarze2018-12-301-19/+16
* Move the full responsibility for reporting open(2) errors fromIngo Schwarze2018-12-201-3/+5
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-5/+4
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-73/+37
* Cleanup, no functional change:Ingo Schwarze2018-12-131-0/+1
* In apropos(1) output, stop sorting .Nm search results by nameIngo Schwarze2018-11-221-2/+0
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze2018-11-221-4/+16
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-7/+1
* If somebody asks "man 3 chmod",Ingo Schwarze2018-08-091-2/+8
* Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze2018-05-141-1/+2
* Compatibility with man-db:Ingo Schwarze2018-04-191-12/+56
* Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze2018-04-131-1/+13
* Invalidate the tag_files.tfd after fclose(3)ing the stram associatedIngo Schwarze2018-02-231-1/+1
* When the stdout stream gets broken, there is no point in readingIngo Schwarze2017-08-211-0/+11
* Cast the return value of chdir(2) to void. We already have a commentIngo Schwarze2017-07-261-1/+1
* For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze2017-07-201-6/+9
* 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