| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze | 2017-06-20 | 3 | -82/+82 |
* | Fix a regression in the previous revision: | Ingo Schwarze | 2017-06-19 | 1 | -2/+6 |
* | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze | 2017-06-18 | 13 | -141/+285 |
* | style message about duplicate RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 4 | -1/+12 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 42 | -19/+45 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 85 | -4/+85 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 116 | -3/+184 |
* | if .in is used inside the .TP head, it's always relative | Ingo Schwarze | 2017-06-17 | 5 | -4/+55 |
* | tables leak tab settings to subsequent text | Ingo Schwarze | 2017-06-17 | 14 | -0/+68 |
* | correct handling of blank lines after \c | Ingo Schwarze | 2017-06-17 | 7 | -14/+77 |
* | properly set the default indentation | Ingo Schwarze | 2017-06-17 | 1 | -4/+4 |
* | Multiple tbl(7) improvements: | Ingo Schwarze | 2017-06-16 | 7 | -115/+12306 |
* | round default width of tbl(7) text blocks in the same way as groff | Ingo Schwarze | 2017-06-15 | 4 | -2/+168 |
* | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze | 2017-06-14 | 5 | -4/+15 |
* | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze | 2017-06-14 | 11 | -8/+84 |
* | add the \(ru (0.5m baseline ruler) character escape sequence, | Ingo Schwarze | 2017-06-14 | 6 | -4/+6 |
* | simple implementation of the roff(7) .als (macro alias) request, | Ingo Schwarze | 2017-06-14 | 2 | -5/+35 |
* | let \l use the right fill character | Ingo Schwarze | 2017-06-14 | 6 | -10/+48 |
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 23 | -47/+66 |
* | harmless, but weird typo; found with afterstep_faq(1) | Ingo Schwarze | 2017-06-14 | 1 | -1/+1 |
* | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze | 2017-06-14 | 5 | -8/+70 |