summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/roff
AgeCommit message (Expand)Author
2014-11-19Escape sequences terminate high-level macro names, and when doing so,Ingo Schwarze
2014-11-10more tests found in my treeIngo Schwarze
2014-11-10adapt to the changed rendering of \(buIngo Schwarze
2014-10-28some new and/or updated regression tests for -Tascii, -Tutf8Ingo Schwarze
2014-08-26inevitable churn caused by the section title changeIngo Schwarze
2014-08-14fix date that got changed by MdocdateIngo Schwarze
2014-08-14new regression tests collected during recent workIngo Schwarze
2014-08-14add missing NOPTS argumentsIngo Schwarze
2014-08-11start catching up with recent code changes, but no new files yetIngo Schwarze
2014-07-07Clean up ERROR messages related to document structure and macros:Ingo Schwarze
2014-07-07implement .dei and .amiIngo Schwarze
2014-07-06Clean up messages related to plain text and to escape sequences.Ingo Schwarze
2014-07-05Cleanup with respect to bad macro arguments.Ingo Schwarze
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-01Add a test to catch .el\{ breakage; roff.c rev. 1.88Ingo Schwarze
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Major roff_getname() cleanup.Ingo Schwarze
2014-06-20Infrastructure for regression tests of mandoc messages.Ingo Schwarze
2014-04-08Fully implement the \B (validate numerical expression) andIngo Schwarze
2014-04-07We already supported (outer) user-defined strings containing referencesIngo Schwarze
2014-04-07Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze
2014-04-05Implement the roff(7) .rr (remove register) request.Ingo Schwarze
2014-03-30Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
2014-03-30make -Tascii explicit, to be safe when -Tlocale becomes the defaultIngo Schwarze
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
2014-03-07In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze
2014-03-07Even on macro lines, \} must not cause whitespace.Ingo Schwarze
2014-03-07Three bugfixes related to the closing of conditional blocks:Ingo Schwarze
2014-02-14Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze
2014-02-14Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze
2013-12-15In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze
2013-12-15The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze
2013-10-04Test numerical conditions; related to roff.c rev. 1.56.Ingo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
2012-07-18enable more tests, some were forgotten along the wayIngo Schwarze
2012-07-13In -man -Tascii, support .sp with negative argument.Ingo Schwarze
2012-07-07Support the .cc request; code by kristaps@, tests by me.Ingo Schwarze
2012-06-02In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze
2012-05-31Fix blank line handling in .if.Ingo Schwarze
2012-05-28While i already got my fingers dirty on mandoc_escape(),Ingo Schwarze
2012-05-28Make recursive parsing of roff(7) escapes actually work in the general case,Ingo Schwarze
2012-05-28Implement the roff \z escape sequence, intended to output the nextIngo Schwarze
2012-05-27Make sure a nasty bug reported by naddy@ on July 3, 2011Ingo Schwarze
2012-02-26Remove OpenBSD release numbers from these tests,Ingo Schwarze
2011-12-02After unifying volume titles in the page headers for man(7) and mdoc(7),Ingo Schwarze