summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze2017-03-183-16/+11
* Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze2017-03-181-1/+2
* Document man(1) section selection priority,Ingo Schwarze2017-03-172-3/+28
* Update HISTORY and AUTHORS: we no longer use SQLite.Ingo Schwarze2017-03-171-6/+7
* Fix regression in mdoc_html.c 1.275, man_html 1.134:Ingo Schwarze2017-03-172-4/+8
* In URIs in apropos(1) result tables,Ingo Schwarze2017-03-151-3/+6
* Mention the manual page name and section in the HTML page <title>.Ingo Schwarze2017-03-152-35/+55
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-155-35/+76
* It's annoying that people keep writing URIs including redundant partsIngo Schwarze2017-03-152-3/+43
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-142-1/+4
* Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze2017-03-132-10/+85
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-133-47/+59
* 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-2/+7
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-115-29/+56
* 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-0/+2
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-0846-55/+46
* Document that -T markdown produces ASCII output, and the impliedIngo Schwarze2017-03-081-0/+10
* The CommonMark specification wants that opening parenthesesIngo Schwarze2017-03-081-9/+2
* According to the CommonMark specification, backslash escapesIngo Schwarze2017-03-086-5/+9
* The CommonMark specification allows list markers fo the form "number) "Ingo Schwarze2017-03-081-1/+1
* Do not increment .Bl -enum list markers beyond two digits.Ingo Schwarze2017-03-081-1/+3
* .Bl -column never gets blank lines between rowsIngo Schwarze2017-03-084-2/+99
* add two result files that were forgottenIngo Schwarze2017-03-082-0/+63
* enable -T markdown tests of filled displays and tagged listsIngo Schwarze2017-03-0833-6/+1211
* Add a blank after ">" when quoting.Ingo Schwarze2017-03-081-1/+7
* prevent infinite recursion while expanding the argumentsIngo Schwarze2017-03-084-3/+23
* If a user-defined macro is aborted because it exceeds the stackIngo Schwarze2017-03-075-10/+43
* Escape blanks at the end of markdown linesIngo Schwarze2017-03-072-12/+23
* fix completely empty .Eo: no blank line wantedIngo Schwarze2017-03-073-9/+40
* fix spacing after empty .FlIngo Schwarze2017-03-073-3/+13
* implement .An -split and -nosplitIngo Schwarze2017-03-075-2/+95
* Fix .In formatting in the SYNOPSIS:Ingo Schwarze2017-03-076-11/+85
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-065-0/+16
* URIs need different escaping; reported by reyk@Ingo Schwarze2017-03-062-5/+14
* first batch of -T markdown testsIngo Schwarze2017-03-05231-8/+3706
* Infrastructure for -T markdown tests.Ingo Schwarze2017-03-052-5/+37
* Remove a redundant condition in .%T handling, no functional change.Ingo Schwarze2017-03-042-8/+4
* Make the description of -K autodetection easer to understand.Ingo Schwarze2017-03-041-11/+19
* Debian needs relative symlinks not only for manual pages,Ingo Schwarze2017-03-043-13/+23
* Markdown output mode helped us to find the first parser bug (as such,Ingo Schwarze2017-03-031-8/+9
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-036-9/+1490
* remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze2017-03-034-4/+4
* Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze2017-03-031-1/+1
* A missing initialization could randomly cause regular expressionIngo Schwarze2017-03-031-0/+1
* Fix previous: do not access the byte before the string if the stringIngo Schwarze2017-03-031-1/+1
* Pledge man.cgi(8).Ingo Schwarze2017-02-221-0/+16
* Since SQLite is gone, we no longer need the "flock" pledge.Ingo Schwarze2017-02-221-2/+2
* Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze2017-02-221-0/+1