aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* According to the CommonMark specification, backslash escapesIngo Schwarze2017-03-086-6/+10
* The CommonMark specification allows list markers fo the form "number) "Ingo Schwarze2017-03-081-2/+2
* Do not increment .Bl -enum list markers beyond two digits.Ingo Schwarze2017-03-081-2/+4
* .Bl -column never gets blank lines between rowsIngo Schwarze2017-03-084-3/+100
* 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-2/+8
* prevent infinite recursion while expanding the argumentsIngo Schwarze2017-03-084-4/+24
* If a user-defined macro is aborted because it exceeds the stackIngo Schwarze2017-03-075-11/+44
* Escape blanks at the end of markdown linesIngo Schwarze2017-03-072-13/+24
* fix completely empty .Eo: no blank line wantedIngo Schwarze2017-03-073-10/+41
* fix spacing after empty .FlIngo Schwarze2017-03-073-4/+14
* implement .An -split and -nosplitIngo Schwarze2017-03-075-3/+96
* Fix .In formatting in the SYNOPSIS:Ingo Schwarze2017-03-076-12/+86
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-065-5/+21
* URIs need different escaping; reported by reyk@Ingo Schwarze2017-03-062-6/+15
* first batch of -T markdown testsIngo Schwarze2017-03-05231-8/+3706
* Infrastructure for -T markdown tests.Ingo Schwarze2017-03-052-8/+40
* Remove a redundant condition in .%T handling, no functional change.Ingo Schwarze2017-03-042-10/+6
* Make the description of -K autodetection easer to understand.Ingo Schwarze2017-03-041-13/+21
* Debian needs relative symlinks not only for manual pages,Ingo Schwarze2017-03-043-16/+26
* Markdown output mode helped us to find the first parser bug (as such,Ingo Schwarze2017-03-031-9/+10
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-036-15/+1496
* remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze2017-03-034-8/+8
* Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze2017-03-031-2/+2
* 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-2/+2
* Pledge man.cgi(8).Ingo Schwarze2017-02-221-1/+17
* Since SQLite is gone, we no longer need the "flock" pledge.Ingo Schwarze2017-02-221-3/+3
* Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze2017-02-221-1/+2
* Debian wants relative, not absolute symlinks for man pages;Ingo Schwarze2017-02-221-3/+2
* fix spelling error;Ingo Schwarze2017-02-211-3/+3
* release 1.14.1VERSION_1_14_1Ingo Schwarze2017-02-212-15/+23
* resolve trivial differences with OpenBSD:Ingo Schwarze2017-02-181-4/+2
* add some regress targetsIngo Schwarze2017-02-181-1/+29
* preconv_encode() can take a const input buffer;Ingo Schwarze2017-02-182-9/+9
* Provide an uninstall target, to help cleaning up after installingIngo Schwarze2017-02-181-8/+51
* proper test for O_DIRECTORYIngo Schwarze2017-02-186-15/+17
* double quotes were fixed, finallyIngo Schwarze2017-02-181-5/+2
* Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze2017-02-177-8/+72
* Many people have been complaining for a long time that ``...'' looksIngo Schwarze2017-02-1711-18/+17
* more tests for .IP/.nf interaction that i forgot to commitIngo Schwarze2017-02-172-2/+69
* No need to cast NULL when assigning it to a variable;Ingo Schwarze2017-02-171-2/+2