| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 89 | -169/+253 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 110 | -183/+258 |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 1 | -0/+5 |
* | add support for the MT and ME mailto macros, used for example in wg(8); | Ingo Schwarze | 2017-06-25 | 7 | -5/+38 |
* | delete useless .Ns macro that jmc@ found with mdoclint(1) | Ingo Schwarze | 2017-06-24 | 1 | -1/+1 |
* | document message "unknown architecture" | Ingo Schwarze | 2017-06-24 | 1 | -0/+6 |
* | operating system dependent message about unknown architecture; | Ingo Schwarze | 2017-06-24 | 3 | -0/+41 |
* | delete old, undocumented, obsolete section names that nobody uses | Ingo Schwarze | 2017-06-24 | 1 | -6/+0 |
* | in the base system, suggest leaving .Os blank; inspired by mdoclint | Ingo Schwarze | 2017-06-24 | 4 | -0/+15 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 21 | -119/+222 |
* | Delete .St -p1003.1-2013. | Ingo Schwarze | 2017-06-24 | 2 | -6/+0 |
* | Consistently treat character escape sequences as operators, | Ingo Schwarze | 2017-06-23 | 1 | -8/+14 |
* | eqn(1) output operator translation | Ingo Schwarze | 2017-06-23 | 1 | -0/+7 |
* | splitting a text box sometimes requires wrapping it in a list | Ingo Schwarze | 2017-06-23 | 1 | -1/+19 |
* | Stop using "mdocml" as an official name. | Ingo Schwarze | 2017-06-23 | 3 | -15/+17 |
* | Write text boxes as <mi>, <mn>, or <mo> as appropriate, | Ingo Schwarze | 2017-06-23 | 3 | -3/+51 |
* | Simplify font handling: | Ingo Schwarze | 2017-06-23 | 1 | -36/+40 |
* | Fix font selection for text boxes in the terminal formatter. | Ingo Schwarze | 2017-06-22 | 1 | -8/+22 |
* | Outside explicit font context, give every letter its own box. | Ingo Schwarze | 2017-06-21 | 1 | -14/+45 |
* | quoted words are not parsed for defined keys | Ingo Schwarze | 2017-06-21 | 1 | -11/+10 |
* | Recognize well-known functions names (the same that Heirloom recognizes, | Ingo Schwarze | 2017-06-21 | 1 | -16/+37 |