| Commit message (Expand) | Author | Age | Files | Lines |
* | typos; found and fixed by sobrado@ | Ingo Schwarze | 2015-09-24 | 1 | -5/+5 |
* | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze | 2015-08-29 | 1 | -1/+7 |
* | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze | 2015-08-29 | 1 | -0/+2 |
* | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze | 2015-05-31 | 1 | -2/+5 |
* | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze | 2015-04-29 | 1 | -4/+1 |
* | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze | 2015-02-17 | 1 | -4/+9 |
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 1 | -30/+46 |
* | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze | 2015-01-23 | 1 | -4/+4 |
* | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze | 2015-01-23 | 1 | -0/+8 |
* | improve wording; patch from jmc@ | Ingo Schwarze | 2015-01-22 | 1 | -1/+1 |
* | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze | 2015-01-21 | 1 | -4/+5 |
* | typo fixes from jmc@ | Ingo Schwarze | 2015-01-20 | 1 | -3/+3 |
* | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze | 2015-01-20 | 1 | -53/+723 |
* | change spelling of centre to center: consistent with other man pages | Ingo Schwarze | 2015-01-20 | 1 | -1/+1 |
* | Reduce memory and time consumption on certain malformed input files | Ingo Schwarze | 2014-12-25 | 1 | -2/+4 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -2/+4 |
* | Support the ".if v" conditional operator (vroff mode, always false) | Ingo Schwarze | 2014-11-19 | 1 | -1/+3 |
* | Parse and ignore the .pl (page length) request; | Ingo Schwarze | 2014-09-07 | 1 | -0/+5 |
* | remove double word; from jmc@ | Ingo Schwarze | 2014-08-14 | 1 | -1/+1 |
* | Begin cleaning up scaling units. | Kristaps Dzonsons | 2014-08-13 | 1 | -3/+9 |
* | implement .dei and .ami | Ingo Schwarze | 2014-07-07 | 1 | -12/+13 |
* | Fully implement the \B (validate numerical expression) and | Ingo Schwarze | 2014-04-08 | 1 | -6/+15 |
* | Almost complete implementation of roff(7) numerical expressions. | Ingo Schwarze | 2014-04-07 | 1 | -16/+79 |
* | Implement the roff(7) .rr (remove register) request. | Ingo Schwarze | 2014-04-05 | 1 | -6/+10 |
* | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | 2014-03-30 | 1 | -1/+3 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+15 |
* | sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro, | Ingo Schwarze | 2014-03-17 | 1 | -0/+28 |
* | Improve .if/.ie condition handling. | Ingo Schwarze | 2014-03-08 | 1 | -39/+70 |
* | document .as and .ce | Ingo Schwarze | 2014-02-14 | 1 | -1/+13 |
* | The roff language really has two groups of basic building blocks: | Ingo Schwarze | 2013-12-26 | 1 | -7/+253 |
* | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | 2013-12-15 | 1 | -4/+7 |
* | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo Schwarze | 2013-10-22 | 1 | -0/+3 |
* | Parse and ignore the .fam (font family) request. | Ingo Schwarze | 2013-10-14 | 1 | -0/+6 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 1 | -2/+9 |
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 1 | -4/+2 |
* | - (mdoc.7) fix Xr to self | Ingo Schwarze | 2013-04-28 | 1 | -1/+1 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 1 | -0/+12 |
* | Fix typo (back-space -> backslash). | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+1 |
* | Explain where .so paths are rooted, and why, and discourage its use; | Ingo Schwarze | 2011-12-11 | 1 | -0/+16 |
* | typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com> | Ingo Schwarze | 2011-11-23 | 1 | -2/+2 |
* | Update historical record to be historical and not made-up. Data from | Kristaps Dzonsons | 2011-11-21 | 1 | -7/+15 |
* | Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks! | Kristaps Dzonsons | 2011-11-06 | 1 | -0/+2 |
* | Reorganize part of the content: | Ingo Schwarze | 2011-09-26 | 1 | -27/+291 |
* | Fix typos and spelling errors found by demandoc -w | spell -b. | Kristaps Dzonsons | 2011-09-02 | 1 | -3/+3 |
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 1 | -3/+5 |
* | An implementation of `tr'. This routes allocations of TEXT nodes | Kristaps Dzonsons | 2011-07-28 | 1 | -4/+15 |
* | Have conditional closure for both text and macro lines call through to | Kristaps Dzonsons | 2011-05-24 | 1 | -7/+12 |
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+23 |
* | Ignore .ns (no-space mode), .ps (change point size), .ta (tab control) | Ingo Schwarze | 2011-01-25 | 1 | -0/+14 |