| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clarify that .Ta as a line macro is a portability problem, | Ingo Schwarze | 2017-06-29 | 1 | -3/+3 |
* | fix incomplete handling of roff(7) nodes in man(7) block next-line scope; | Ingo Schwarze | 2017-06-28 | 1 | -3/+6 |
* | Rewrite half of this, i was completely unaware how bad it was. | Ingo Schwarze | 2017-06-28 | 1 | -185/+251 |
* | test inter-column spacing | Ingo Schwarze | 2017-06-27 | 3 | -1/+33 |
* | Implement spacing of columns as defined in the table layout; | Ingo Schwarze | 2017-06-27 | 4 | -22/+39 |
* | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze | 2017-06-27 | 6 | -7/+29 |
* | catch up with the recent eqn(7) improvements | Ingo Schwarze | 2017-06-26 | 42 | -37/+229 |
* | Complete rewrite of the lexer in a single function with four operation | Ingo Schwarze | 2017-06-26 | 2 | -242/+163 |
* | when splitting a composite word, | Ingo Schwarze | 2017-06-26 | 1 | -7/+10 |
* | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze | 2017-06-25 | 4 | -1/+69 |
* | test new MT macro | Ingo Schwarze | 2017-06-25 | 8 | -1/+100 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 16 | -18/+20 |