summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/roff
AgeCommit message (Expand)Author
2015-02-06replace the last legacy generic message type, "argument count wrong",Ingo Schwarze
2015-02-06better diagnostics about excess arguments to .PD .ft .spIngo Schwarze
2015-02-06better error reporting for .br .fi .nf with argumentsIngo Schwarze
2015-02-03Make the mandoc test suite completely silent.Ingo Schwarze
2015-01-23Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze
2015-01-21Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze
2015-01-07Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze
2015-01-01Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze
2015-01-01The roff(7) language is Turing-complete, even the part implementedIngo Schwarze
2014-12-30Test the weird construct of a user-defined macro starting (but notIngo Schwarze
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-12-23Fix vertical scaling. Obviously, nobody ever had a serious look at this.Ingo Schwarze
2014-12-18Don't let the modulo operator divide by zero.Ingo Schwarze
2014-12-16When a numerical condition errors out after consuming at least oneIngo Schwarze
2014-12-15Empty conditions count as false.Ingo Schwarze
2014-12-04fix handling of roff requests having a default scale other than "n",Ingo Schwarze
2014-12-03test backslash handling because it was on my todo list;Ingo Schwarze
2014-12-02Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze
2014-11-21We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze
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