aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Parser reorg:Ingo Schwarze2017-05-0428-92/+182
* A few days ago, a patch from <G dot Branden dot Robinson at gmail dot com>Ingo Schwarze2017-05-011-2/+16
* When trying to expand some columns in a table where the sum of theIngo Schwarze2017-05-014-4/+45
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-2915-575/+379
* Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze2017-04-2811-5/+118
* ASCII characters that are special to roffIngo Schwarze2017-04-271-1/+8
* Delete the manpage(1) utility.Ingo Schwarze2017-04-243-206/+1
* Continue parser unification:Ingo Schwarze2017-04-2425-721/+766
* More thoroughly reject direct access to unintended files, such thatIngo Schwarze2017-04-191-2/+3
* 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
* The apropos(1) manual still documents the unary -i operator forIngo Schwarze2017-04-181-1/+6
* Fix previous: i forgot explicit NUL termination;Ingo Schwarze2017-04-181-0/+2
* Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order.Ingo Schwarze2017-04-172-26/+57
* adjust tests to recent .Lk improvementsIngo Schwarze2017-04-176-8/+20
* implement display of long .Lk URIs to match -TasciiIngo Schwarze2017-04-171-5/+58
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-175-25/+60
* Show long .Lk URIs in like an indented display, similar to groff.Ingo Schwarze2017-04-141-1/+11
* Do not make the colon after the .Lk link text italic.Ingo Schwarze2017-04-142-4/+4
* delete documentation of some stuff that no longer exists,Ingo Schwarze2017-03-302-123/+15
* simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze2017-03-274-24/+16
* For some options that are rarely needed in mandoc(1),Ingo Schwarze2017-03-271-15/+5
* Simplify: mention at one place that -fkl override each other,Ingo Schwarze2017-03-273-48/+17
* For some options that are rarely needed in apropos(1) and man(1),Ingo Schwarze2017-03-252-95/+14
* simplify description of -S and -w, point from EXIT STATUSIngo Schwarze2017-03-221-13/+8
* simplify .Nd; to display manuals, use man(1) instead;Ingo Schwarze2017-03-211-3/+3
* delete documentation of a hack that was removed years agoIngo Schwarze2017-03-211-9/+3
* Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze2017-03-202-77/+39
* minor issues found with mandoc -TlintIngo Schwarze2017-03-183-10/+10
* Correct description of MANPATH, and a few more improvementsIngo Schwarze2017-03-184-34/+81
* Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze2017-03-183-19/+14
* Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze2017-03-181-2/+3
* Document man(1) section selection priority,Ingo Schwarze2017-03-172-7/+32
* Update HISTORY and AUTHORS: we no longer use SQLite.Ingo Schwarze2017-03-171-8/+9
* Fix regression in mdoc_html.c 1.275, man_html 1.134:Ingo Schwarze2017-03-172-6/+10
* In URIs in apropos(1) result tables,Ingo Schwarze2017-03-151-4/+7
* Mention the manual page name and section in the HTML page <title>.Ingo Schwarze2017-03-152-37/+57
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-155-41/+82
* It's annoying that people keep writing URIs including redundant partsIngo Schwarze2017-03-152-6/+46
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-142-3/+6
* Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze2017-03-132-12/+87
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-133-51/+63
* test infinite recursion in eqn(7) "define" statementsIngo Schwarze2017-03-114-2/+51
* Improve detection of recursive eqn(7) "define" statements:Ingo Schwarze2017-03-111-3/+8
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-115-30/+57
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-0925-24/+7
* Fix blunder in previous: we must keep the line parse bufferIngo Schwarze2017-03-091-1/+3
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-0846-56/+47
* Document that -T markdown produces ASCII output, and the impliedIngo Schwarze2017-03-081-2/+12
* The CommonMark specification wants that opening parenthesesIngo Schwarze2017-03-081-10/+3