| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up the validation of .Pp, .PP, .sp, and .br. Make sure all | Ingo Schwarze | 2018-12-04 | 8 | -4/+19 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -2/+2 |
* | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze | 2018-11-26 | 3 | -4/+30 |
* | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze | 2018-10-02 | 2 | -4/+4 |
* | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze | 2018-08-25 | 7 | -2/+61 |
* | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze | 2018-08-25 | 2 | -3/+29 |
* | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze | 2018-08-24 | 16 | -2/+182 |
* | Implement the roff(7) .shift and .return requests, | Ingo Schwarze | 2018-08-23 | 14 | -8/+184 |
* | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze | 2018-08-21 | 16 | -90/+86 |
* | Fix some issues found looking at groff_char(7): | Ingo Schwarze | 2018-08-21 | 8 | -12/+12 |
* | Disable one test for now that is broken after the addition of \). | Ingo Schwarze | 2018-08-19 | 2 | -4/+3 |
* | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze | 2018-08-16 | 6 | -1/+90 |
* | support tail arguments on the .ME and .UE macros, | Ingo Schwarze | 2018-08-14 | 6 | -16/+33 |
* | Two new low-level roff(7) features: | Ingo Schwarze | 2018-04-10 | 3 | -1/+50 |
* | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze | 2018-04-09 | 3 | -1/+46 |
* | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze | 2018-04-09 | 4 | -2/+110 |
* | fix wrong date | Ingo Schwarze | 2018-02-07 | 2 | -2/+2 |
* | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze | 2018-02-06 | 9 | -15/+0 |
* | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze | 2018-01-13 | 1 | -3/+2 |
* | eliminate white space after opening and before closing punctuation | Ingo Schwarze | 2017-08-23 | 3 | -4/+4 |
* | Suppress spacing before certain kinds of lists. | Ingo Schwarze | 2017-08-23 | 1 | -1/+1 |
* | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze | 2017-08-23 | 2 | -6/+6 |
* | catch up with ASCII renderings in chars.c rev. 1.72 | Ingo Schwarze | 2017-08-23 | 21 | -113/+118 |
* | 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 |
* | Avoid cross reference to mandoc(1) because it may cause a message | Ingo Schwarze | 2017-07-20 | 6 | -12/+12 |
* | Run the regression tests iteratively rather than recursively. | Ingo Schwarze | 2017-07-18 | 2 | -232/+236 |
* | test -diag -width and -inset -width | Ingo Schwarze | 2017-07-16 | 9 | -12/+20 |
* | print the right character for mathematical overbar; from bentley@ | Ingo Schwarze | 2017-07-15 | 4 | -4/+4 |
* | print HTML character references as 4+ digits hexadecimal, like Unicode; | Ingo Schwarze | 2017-07-14 | 11 | -331/+331 |
* | add parentheses to the output where required for disambiguation | Ingo Schwarze | 2017-07-07 | 9 | -10/+10 |
* | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze | 2017-07-06 | 17 | -68/+68 |
* | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze | 2017-07-06 | 20 | -25/+78 |
* | Fix handling of \} on roff request lines. | Ingo Schwarze | 2017-07-04 | 2 | -3/+12 |
* | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze | 2017-07-04 | 4 | -3/+48 |
* | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | 2017-07-04 | 1244 | -2724/+2681 |
* | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze | 2017-06-29 | 7 | -8/+74 |
* | test inter-column spacing | Ingo Schwarze | 2017-06-27 | 3 | -1/+33 |
* | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze | 2017-06-27 | 4 | -4/+21 |
* | catch up with the recent eqn(7) improvements | Ingo Schwarze | 2017-06-26 | 42 | -37/+229 |
* | 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 |
* | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze | 2017-06-18 | 12 | -6/+100 |
* | 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 | 109 | -2/+109 |
* | if .in is used inside the .TP head, it's always relative | Ingo Schwarze | 2017-06-17 | 3 | -1/+35 |
* | tables leak tab settings to subsequent text | Ingo Schwarze | 2017-06-17 | 11 | -0/+41 |