Age | Commit message (Expand) | Author |
2016-10-18 | adjust after the ordering was made well-defined in mandocdb.c rev. 1.180 | Ingo Schwarze |
2016-10-17 | test .Bl -tag without -width; | Ingo Schwarze |
2016-09-23 | Add dependencies to build the required test tools for mandoc on | Alexander Bluhm |
2016-09-04 | Mandoc db dump regress depends on objects existing in usr.bin/mandoc. | Alexander Bluhm |
2016-09-04 | define the targets the parent level forwards with _SUBDIRUSE | Ingo Schwarze |
2016-09-01 | Make this work both with and without "make obj" in src/usr.bin/mandoc; | Ingo Schwarze |
2016-08-30 | Test handling of invalid pointers in the pages table. | Ingo Schwarze |
2016-08-20 | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze |
2016-08-20 | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze |
2016-08-20 | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze |
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze |
2016-08-10 | regression tests for mdoc_validate.c revisions 1.219 and 1.220 | Ingo Schwarze |
2016-08-05 | enable the mandoc.db(5) regression suite, code is stable enough now | Ingo Schwarze |
2016-08-05 | adjust expected output after the NAME_HEAD fix in mandocdb.c rev. 1.175 | Ingo Schwarze |
2016-08-04 | adjust database file name and version number to what was committed | Ingo Schwarze |
2016-07-30 | test suite for the new mandoc.db(5) format; | Ingo Schwarze |
2015-12-02 | Fix the mandoc test suite after afresh1@ changed wcwidth(3) in libc | Ingo Schwarze |
2015-12-01 | Cope with the changed order of warning and error messages caused by the | Ingo Schwarze |
2015-11-06 | The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@ | Ingo Schwarze |
2015-10-30 | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze |
2015-10-16 | test mixing of tabs with Ta | Ingo Schwarze |
2015-10-13 | Reject the escape sequences \[uD800] to \[uDFFF] in the parser. | Ingo Schwarze |
2015-10-12 | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-09-14 | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze |
2015-09-08 | Apparently, some recent update of Unicode data in the base system | Ingo Schwarze |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-08-29 | add regression test for \n(.$ and \\$* | Ingo Schwarze |
2015-07-18 | now that groff handles \(bu properly, | Ingo Schwarze |
2015-06-27 | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-04-19 | More than one data field may follow T} on the same input line. | Ingo Schwarze |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-04-06 | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze |
2015-04-06 | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze |
2015-04-06 | Use the default width for .RS without arguments. | Ingo Schwarze |
2015-04-05 | If a partial explicit block extending to the next input line follows | Ingo Schwarze |
2015-04-05 | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze |
2015-04-04 | Give man(7) section and subsection headers heanging indentation. | Ingo Schwarze |
2015-04-04 | Fix a quirk with respect to empty .HP. | Ingo Schwarze |
2015-03-20 | more tests regarding empty header lines | Ingo Schwarze |
2015-03-20 | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze |
2015-03-09 | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze |
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze |
2015-02-21 | Escape quotes when expanding macro arguments. | Ingo Schwarze |
2015-02-17 | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze |
2015-02-17 | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze |
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze |