aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-042-0/+37
* Documented `In' in full.Kristaps Dzonsons2010-06-041-0/+24
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-041-0/+22
* Regression made old-groff-friendly.Kristaps Dzonsons2010-06-011-2/+0
* Fixed condition of `\}' closing a conditional at the start of the line.Kristaps Dzonsons2010-06-011-0/+95
* Macro lines now infer an `It' if they immediately follow a `Bl -column'Kristaps Dzonsons2010-05-313-0/+43
* Strengthened constraint for passing into `It'.Kristaps Dzonsons2010-05-311-0/+17
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-313-0/+39
* Add some regression tests.Kristaps Dzonsons2010-05-312-0/+36
* Tweak regression so it doesn't puke on the groff behaviour (allowingKristaps Dzonsons2010-05-301-1/+1
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-304-0/+54
* First in several iterative patches in getting complex -column listsKristaps Dzonsons2010-05-302-0/+30
* Added a final regression for `Ar' (won't work on old groff).Kristaps Dzonsons2010-05-291-0/+10
* Adding `Ar' regression for empty-prior-closing-punctuation checkin.Kristaps Dzonsons2010-05-291-0/+17
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-294-6/+73
* Documented `Ud'.Kristaps Dzonsons2010-05-262-0/+22
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-264-0/+74
* Forgot to add regression tests.Kristaps Dzonsons2010-05-252-0/+35
* Test .SH with only empty paragraph. Don't test .IP without body.Joerg Sonnenberger2010-05-221-0/+3
* Multiple empty .PPs don't add a vspace eitherJoerg Sonnenberger2010-05-171-0/+3
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-1713-0/+67
* Tests for sane and insane handling of lines before and after .SH/.SSJoerg Sonnenberger2010-05-172-0/+23
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-1723-29/+210
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-172-0/+33
* Add a test case for nesting of .RS/.REJoerg Sonnenberger2010-05-161-0/+16
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-168-0/+97
* Add a basic regression test for .Bl -bullet and the various interactionsJoerg Sonnenberger2010-05-161-0/+64
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-168-0/+98
* Fully skip first and last line for the purpose of cmp.Joerg Sonnenberger2010-05-161-3/+6
* Skip first line when comparing output.Joerg Sonnenberger2010-05-161-1/+3
* mandoc should be a variable.Kristaps Dzonsons2010-05-161-2/+2
* Remove temp files on success.Joerg Sonnenberger2010-05-161-0/+1
* Add a basic regression testing script.Joerg Sonnenberger2010-05-161-0/+39
* Deprecated old regression tests.Kristaps Dzonsons2009-03-1669-611/+0
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-2/+2
* Added another regression test.Kristaps Dzonsons2009-03-051-0/+8
* Added argv regression tests.Kristaps Dzonsons2009-03-052-0/+15
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-022-0/+49
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-0/+11
* Added more character-escape regressions.Kristaps Dzonsons2009-02-273-0/+68
* Added character-encoding checks.Kristaps Dzonsons2009-02-245-0/+91
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-246-2/+102