| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add two EXAMPLES; triggered by a question from jmc@. | Ingo Schwarze | 2017-08-11 | 1 | -0/+10 |
* | Explain how to transform markup for the terminal when not using a | Ingo Schwarze | 2017-08-09 | 1 | -10/+16 |
* | release 1.14.3VERSION.1.14.3 | Ingo Schwarze | 2017-08-05 | 2 | -1/+16 |
* | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze | 2017-08-02 | 2 | -23/+51 |
* | Ignore explicitly specified negative column widths rather than | Ingo Schwarze | 2017-07-31 | 2 | -1/+7 |
* | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze | 2017-07-31 | 2 | -3/+3 |
* | final tweaks for the 1.14.2 releaseVERSION.1.14.2 | Ingo Schwarze | 2017-07-28 | 2 | -13/+19 |
* | When the mparse_alloc() prototype changed in read.c 1.179, updating | Ingo Schwarze | 2017-07-28 | 1 | -1/+1 |
* | fix typo in TERMP_MULTICOL flag test; | Ingo Schwarze | 2017-07-28 | 1 | -1/+1 |
* | disable .Xr -Tlint test for now, | Ingo Schwarze | 2017-07-28 | 1 | -0/+3 |
* | Do not test .Xr here. It is not what this directory should focus on, | Ingo Schwarze | 2017-07-28 | 6 | -28/+20 |
* | Fix a typo that caused a non-constant string | Ingo Schwarze | 2017-07-26 | 1 | -2/+1 |
* | Cast the return value of chdir(2) to void. We already have a comment | Ingo Schwarze | 2017-07-26 | 1 | -1/+1 |
* | two more entries from the mdoclint TODO, clerified by wiz@ | Ingo Schwarze | 2017-07-24 | 1 | -1/+10 |
* | migrate the mdoclint(1) TODO list here, from pkgsrc | Ingo Schwarze | 2017-07-22 | 1 | -0/+13 |
* | Avoid cross reference to mandoc(1) because it may cause a message | Ingo Schwarze | 2017-07-20 | 6 | -12/+12 |
* | more renaming from mdocml to mandoc | Ingo Schwarze | 2017-07-20 | 3 | -13/+13 |
* | mention -Tlint to stdout | Ingo Schwarze | 2017-07-20 | 1 | -0/+2 |
* | MAP_PRIVATE is pointless without PROT_WRITE | Ingo Schwarze | 2017-07-20 | 1 | -5/+0 |
* | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze | 2017-07-20 | 3 | -16/+12 |
* | Do not call err(3) from the parser. Call mandoc_vmsg() and | Ingo Schwarze | 2017-07-20 | 1 | -9/+15 |
* | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze | 2017-07-20 | 2 | -5/+15 |
* | three ideas found in a different TODO file | Ingo Schwarze | 2017-07-20 | 1 | -0/+8 |
* | * clean catman.o which was missing | Ingo Schwarze | 2017-07-20 | 1 | -13/+5 |
* | sync | Ingo Schwarze | 2017-07-20 | 1 | -2/+2 |
* | Fix incorrectly swapped labels of left/right arrows; from bentley@. | Ingo Schwarze | 2017-07-20 | 1 | -1/+1 |
* | delete some entries that have been taken care of | Ingo Schwarze | 2017-07-19 | 1 | -47/+0 |
* | more bits for 1.14.2 | Ingo Schwarze | 2017-07-19 | 1 | -5/+9 |
* | Prefer arch-dependent over arch-independent pages if the name priority, | Ingo Schwarze | 2017-07-19 | 1 | -3/+19 |
* | Run the regression tests iteratively rather than recursively. | Ingo Schwarze | 2017-07-18 | 2 | -232/+236 |
* | The only elements using floats are dt.It-tag, | Ingo Schwarze | 2017-07-16 | 1 | -2/+3 |
* | test -diag -width and -inset -width | Ingo Schwarze | 2017-07-16 | 9 | -12/+20 |
* | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze | 2017-07-15 | 3 | -20/+27 |
* | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze | 2017-07-15 | 2 | -2/+2 |
* | If -column, -diag, -inset, -item, or -ohang lists have a -width, | Ingo Schwarze | 2017-07-15 | 1 | -4/+5 |
* | correct left margins for different classes of definition lists | Ingo Schwarze | 2017-07-15 | 1 | -5/+5 |
* | print the right character for mathematical overbar; from bentley@ | Ingo Schwarze | 2017-07-15 | 5 | -5/+5 |
* | Improve rev. 1.250 further: | Ingo Schwarze | 2017-07-15 | 1 | -1/+1 |
* | first draft of the 1.14.2 release notes | Ingo Schwarze | 2017-07-15 | 1 | -0/+74 |
* | always give commas their own <mo> element, | Ingo Schwarze | 2017-07-14 | 1 | -1/+1 |
* | The .Dd and .TH macros must interrupt .ce, too; | Ingo Schwarze | 2017-07-14 | 1 | -1/+2 |
* | Explicitly initialize a variable where the compiler is (understandably) | Ingo Schwarze | 2017-07-14 | 1 | -5/+6 |
* | Fix an assertion failure triggered by print_otag("sw+-l", NULL). | Ingo Schwarze | 2017-07-14 | 1 | -1/+6 |
* | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze | 2017-07-14 | 4 | -49/+26 |
* | print HTML character references as 4+ digits hexadecimal, like Unicode; | Ingo Schwarze | 2017-07-14 | 12 | -334/+334 |
* | do not print <math class="eqn"><mrow></mrow></math> for empty .EQ; | Ingo Schwarze | 2017-07-14 | 1 | -0/+3 |
* | eqn(7) nits from bentley@ | Ingo Schwarze | 2017-07-14 | 1 | -0/+9 |
* | eqn(7) .EQ has to break man(7) next-line scope, or tree corruption | Ingo Schwarze | 2017-07-13 | 1 | -0/+2 |
* | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze | 2017-07-08 | 8 | -93/+58 |
* | fix an assertion failure triggered by .ce in next-line scope; | Ingo Schwarze | 2017-07-08 | 1 | -1/+2 |