aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* during prioritization for man(1), correctly extract the section nameIngo Schwarze2021-09-041-7/+12
* In the fallback code to look for manual pages without using mandoc.db(5),Ingo Schwarze2021-09-041-22/+66
* print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze2021-08-141-1/+4
* In -W style mode, check .Xr links along the full manpath becauseIngo Schwarze2021-06-021-20/+23
* Append .html suffix to temporary files enabling browsers to recognise it.Ingo Schwarze2021-03-301-1/+2
* add a forgotten "#if HAVE_PLEDGE";Ingo Schwarze2020-08-071-1/+3
* undocumented options -O outfilename and -O tagfilenameIngo Schwarze2020-07-211-11/+27
* Switch the default pager from "more -s" to "less".Ingo Schwarze2020-07-201-2/+2
* Support -T html -O tag by passing a file:// URI to the pager.Ingo Schwarze2020-06-151-17/+24
* Fix a regression in rev. 1.319 (2019/03/03):Ingo Schwarze2020-06-141-2/+2
* When the last file formatted yielded no tags, the tags file gotIngo Schwarze2020-04-021-26/+30
* Even though the HTML, man, markdown, PDF, PostScript, and tree formattersIngo Schwarze2020-03-281-13/+10
* The tag file always needs to be closed before starting the pager,Ingo Schwarze2020-03-191-2/+3
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-18/+19
* Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual.Ingo Schwarze2020-02-241-4/+26
* For compatibility with the man(1) implementations of the man-1.6Ingo Schwarze2020-02-101-3/+15
* Make sure that -l always causes -w to be ignored, as documentedIngo Schwarze2020-02-061-3/+14
* Make the code more readable by introducingIngo Schwarze2020-01-201-1/+2
* Simplification, no functional change:Ingo Schwarze2019-07-281-37/+30
* There is no point in pledge(2)ing literally the same list twice,Ingo Schwarze2019-07-281-17/+1
* In man(1) mode, do the search for each name independently, andIngo Schwarze2019-07-281-82/+80
* Improve structure, no functional change:Ingo Schwarze2019-07-281-81/+91
* Move two more output state variables into the new struct outstate.Ingo Schwarze2019-07-271-27/+22
* Cleanup, no functional change:Ingo Schwarze2019-07-261-60/+62
* Structural cleanup, no functional change:Ingo Schwarze2019-07-261-38/+44
* Structural cleanup, no functional change:Ingo Schwarze2019-07-261-55/+61
* If no tags were generated at all, unlink(2) the empty tags file asIngo Schwarze2019-07-191-2/+2
* don't print the final heads-up about messagesIngo Schwarze2019-07-151-2/+3
* If messages are shown and output is printed without a pager, displayIngo Schwarze2019-07-141-2/+4
* Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze2019-07-101-157/+142
* prevent mandoc from segfaulting if /tmp is not writable;Ingo Schwarze2019-07-061-3/+5
* avoid duplicate "bad argument" error message, also shortening the codeIngo Schwarze2019-05-031-6/+3
* In fs_lookup(), use stat(2) rather than access(2) to check file existence.Ingo Schwarze2019-05-031-7/+12
* In man(1) mode with a specific section requested,Ingo Schwarze2019-05-031-6/+17
* In man(1) mode, when the first argument starts with a digit,Ingo Schwarze2019-05-031-2/+2
* In man(1) mode, i.e. when asking for a single manual page by name,Ingo Schwarze2019-04-301-1/+3
* autoconfiguration test whether less(1) supports the -T option;Ingo Schwarze2019-03-061-1/+5
* For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>Ingo Schwarze2019-03-041-2/+2
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-041-2/+6
* Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze2019-03-031-1/+3
* Improve error reporting when a file given on the command lineIngo Schwarze2019-01-111-2/+2
* Initializers for file-scope static variables should be compile-timeIngo Schwarze2019-01-101-2/+3
* Support taking the -O tag value from apropos(1) key=value search terms;Ingo Schwarze2019-01-011-8/+17
* Cleanup, no functional change:Ingo Schwarze2018-12-301-20/+17
* Move the full responsibility for reporting open(2) errors fromIngo Schwarze2018-12-201-4/+6
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-6/+5
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-74/+38
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+2
* In apropos(1) output, stop sorting .Nm search results by nameIngo Schwarze2018-11-221-3/+1
* In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze2018-11-221-5/+17