| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze | 2017-07-08 | 14 | -192/+111 |
* | Correctly handle horizontal spans at the beginning of rows, | Ingo Schwarze | 2017-07-08 | 1 | -8/+9 |
* | garbage collect unused enum member EQN_ROOT | Ingo Schwarze | 2017-07-07 | 2 | -4/+0 |
* | add parentheses to the output where required for disambiguation | Ingo Schwarze | 2017-07-07 | 10 | -15/+37 |
* | simplify the eqn_box_makebinary() function by removing the trivial pos | Ingo Schwarze | 2017-07-07 | 1 | -12/+10 |
* | Radically simplify the definitions what the message levels ERROR | Ingo Schwarze | 2017-07-07 | 1 | -25/+6 |
* | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze | 2017-07-06 | 20 | -140/+140 |
* | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze | 2017-07-06 | 22 | -44/+105 |
* | The EQN_LISTONE box type is pointless. | Ingo Schwarze | 2017-07-05 | 5 | -15/+22 |
* | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze | 2017-07-05 | 2 | -17/+17 |
* | various nits found with mandoc -Tlint | Ingo Schwarze | 2017-07-04 | 6 | -10/+16 |
* | Fix handling of \} on roff request lines. | Ingo Schwarze | 2017-07-04 | 3 | -18/+33 |
* | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze | 2017-07-04 | 5 | -54/+71 |
* | adjust to today's change of the OpenBSD groff port | Ingo Schwarze | 2017-07-04 | 1 | -1/+1 |
* | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | 2017-07-04 | 1244 | -2724/+2681 |
* | Printing "BASE:" in messages about violations of base system conventions | Ingo Schwarze | 2017-07-04 | 3 | -3/+8 |
* | report trailing delimiters after macros where they are usually a mistake; | Ingo Schwarze | 2017-07-03 | 4 | -55/+105 |
* | warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD> | Ingo Schwarze | 2017-07-03 | 4 | -2/+20 |
* | If a single page references the same non-existent manual more than | Ingo Schwarze | 2017-07-02 | 3 | -1/+8 |
* | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze | 2017-07-02 | 7 | -13/+52 |
* | When checking cross references with -Tlint, ultimately fall back to | Ingo Schwarze | 2017-07-01 | 1 | -2/+11 |
* | When checking the validity of cross references with -Tlint, | Ingo Schwarze | 2017-07-01 | 1 | -6/+12 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 15 | -19/+244 |
* | Skip whitespace at the beginning of eqn(7) nodes, | Ingo Schwarze | 2017-06-29 | 1 | -1/+1 |
* | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze | 2017-06-29 | 11 | -12/+114 |