aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
...
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-30115-134/+592
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-086-1/+83
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-076-1/+106
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-053-1/+6
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-054-2/+33
* Parser reorg:Ingo Schwarze2017-05-0413-26/+26
* When trying to expand some columns in a table where the sum of theIngo Schwarze2017-05-013-1/+39
* Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze2017-04-2810-4/+114
* adjust tests to recent .Lk improvementsIngo Schwarze2017-04-176-8/+20
* test infinite recursion in eqn(7) "define" statementsIngo Schwarze2017-03-114-2/+51
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-114-8/+8
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-0925-24/+7
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-0846-56/+47
* According to the CommonMark specification, backslash escapesIngo Schwarze2017-03-085-5/+5
* .Bl -column never gets blank lines between rowsIngo Schwarze2017-03-083-1/+94
* 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
* prevent infinite recursion while expanding the argumentsIngo Schwarze2017-03-083-1/+8
* If a user-defined macro is aborted because it exceeds the stackIngo Schwarze2017-03-074-2/+31
* Escape blanks at the end of markdown linesIngo Schwarze2017-03-071-1/+1
* fix completely empty .Eo: no blank line wantedIngo Schwarze2017-03-072-1/+36
* fix spacing after empty .FlIngo Schwarze2017-03-072-2/+2
* implement .An -split and -nosplitIngo Schwarze2017-03-074-1/+65
* Fix .In formatting in the SYNOPSIS:Ingo Schwarze2017-03-075-2/+79
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-0/+2
* URIs need different escaping; reported by reyk@Ingo Schwarze2017-03-061-2/+2
* first batch of -T markdown testsIngo Schwarze2017-03-05231-8/+3706
* Infrastructure for -T markdown tests.Ingo Schwarze2017-03-052-8/+40
* Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze2017-02-175-0/+64
* Many people have been complaining for a long time that ``...'' looksIngo Schwarze2017-02-1710-15/+14
* more tests for .IP/.nf interaction that i forgot to commitIngo Schwarze2017-02-172-2/+69
* Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze2017-02-161-1/+1
* Fix block scoping error if an explicit block is broken by twoIngo Schwarze2017-02-163-10/+26
* Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze2017-02-127-7/+34
* new regression tests for mdoc_macro.c revs. 1.211-1.215Ingo Schwarze2017-02-1113-12/+85
* Disable three UTF-8 tests that expose bugs in wcwidth(3) in theIngo Schwarze2017-02-111-1/+1
* Escape literal braces in a regular expression.Ingo Schwarze2017-02-091-2/+2
* On some systems (e.g. Solaris 11) diff(1) does not support -a.Ingo Schwarze2017-02-081-6/+10
* remove some instances of MdocdateIngo Schwarze2017-02-083-3/+3
* disable some tests that expose wcwidth(3) differences among systemsIngo Schwarze2017-02-081-1/+4
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081244-0/+23823
* Move the regression suite to the attic.Ingo Schwarze2014-03-0386-1432/+0
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-043-0/+48
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-0/+15
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-123-1/+67
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-0/+28
* Fix adding some minimal intelligence to conditional parser. See roff.7Kristaps Dzonsons2010-06-101-0/+30
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-076-124/+14
* Have regress.sh bail out if $MANDOC isn't found.Kristaps Dzonsons2010-06-061-0/+6
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-064-0/+99