| Commit message (Expand) | Author | Age | Files | Lines |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -1/+3 |
* | Because mandoc_aux.h and mandoc.h use __attribute__, all files that | Ingo Schwarze | 2020-06-22 | 1 | -0/+2 |
* | Remove some stray argument names from function prototypes, | Ingo Schwarze | 2020-04-03 | 1 | -5/+7 |
* | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze | 2020-02-27 | 1 | -12/+24 |
* | bugfix: .Tg must be ignored completely in these output modes | Ingo Schwarze | 2020-02-20 | 1 | -1/+1 |
* | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -0/+1 |
* | delete trailing whitespace and space-tab sequences; no code change; | Ingo Schwarze | 2019-07-01 | 1 | -1/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -9/+9 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 1 | -0/+3 |
* | In the validators, translate obsolete macro aliases (Lp, Ot, LP, P) | Ingo Schwarze | 2018-12-03 | 1 | -2/+10 |
* | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze | 2018-10-25 | 1 | -0/+1 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 1 | -8/+15 |
* | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze | 2018-08-16 | 1 | -1/+4 |
* | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze | 2018-04-11 | 1 | -1/+1 |
* | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze | 2017-06-14 | 1 | -1/+12 |
* | fix formatting of intermediate punctuation in .Lk | Ingo Schwarze | 2017-05-30 | 1 | -6/+12 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -1/+3 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -5/+1 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 1 | -1/+4 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -6/+12 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -3/+3 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 1 | -3/+14 |
* | In markdown, autolinks are dangerous. Different compilers disagree | Ingo Schwarze | 2017-03-11 | 1 | -21/+48 |
* | The CommonMark specification wants that opening parentheses | Ingo Schwarze | 2017-03-08 | 1 | -9/+2 |
* | According to the CommonMark specification, backslash escapes | Ingo Schwarze | 2017-03-08 | 1 | -0/+4 |
* | The CommonMark specification allows list markers fo the form "number) " | Ingo Schwarze | 2017-03-08 | 1 | -1/+1 |
* | Do not increment .Bl -enum list markers beyond two digits. | Ingo Schwarze | 2017-03-08 | 1 | -1/+3 |
* | .Bl -column never gets blank lines between rows | Ingo Schwarze | 2017-03-08 | 1 | -1/+5 |
* | Add a blank after ">" when quoting. | Ingo Schwarze | 2017-03-08 | 1 | -1/+7 |
* | Escape blanks at the end of markdown lines | Ingo Schwarze | 2017-03-07 | 1 | -11/+22 |
* | fix completely empty .Eo: no blank line wanted | Ingo Schwarze | 2017-03-07 | 1 | -8/+4 |
* | fix spacing after empty .Fl | Ingo Schwarze | 2017-03-07 | 1 | -1/+11 |
* | implement .An -split and -nosplit | Ingo Schwarze | 2017-03-07 | 1 | -1/+30 |
* | Fix .In formatting in the SYNOPSIS: | Ingo Schwarze | 2017-03-07 | 1 | -9/+6 |
* | URIs need different escaping; reported by reyk@ | Ingo Schwarze | 2017-03-06 | 1 | -3/+12 |
* | Remove a redundant condition in .%T handling, no functional change. | Ingo Schwarze | 2017-03-04 | 1 | -4/+2 |
* | new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; | Ingo Schwarze | 2017-03-03 | 1 | -0/+1448 |