Age | Commit message (Expand) | Author |
2015-09-23 | typos. | Igor Sobrado |
2015-08-29 | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze |
2015-08-29 | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-02-17 | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze |
2015-01-29 | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze |
2015-01-23 | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze |
2015-01-23 | zap trailing whitespace; | Jason McIntyre |
2015-01-23 | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze |
2015-01-21 | tweak previous; ok schwarze | Jason McIntyre |
2015-01-21 | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze |
2015-01-20 | tweak previous; ok schwarze | Jason McIntyre |
2015-01-20 | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze |
2015-01-20 | change spelling of centre to center. consistent with other man pages, | Ted Unangst |
2014-12-25 | Reduce memory and time consumption on certain malformed input files | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-11-19 | Support the ".if v" conditional operator (vroff mode, always false) | Ingo Schwarze |
2014-09-07 | Parse and ignore the .pl (page length) request; | Ingo Schwarze |
2014-08-14 | double word fix-o; | Jason McIntyre |
2014-08-13 | Begin cleanup of scaling units. | Ingo Schwarze |
2014-07-07 | implement .dei and .ami | Ingo Schwarze |
2014-04-08 | Fully implement the \B (validate numerical expression) and | Ingo Schwarze |
2014-04-07 | Almost complete implementation of roff(7) numerical expressions. | Ingo Schwarze |
2014-04-05 | Implement the roff(7) .rr (remove register) request. | Ingo Schwarze |
2014-03-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-08 | Improve .if/.ie condition handling. | Ingo Schwarze |
2014-02-14 | document .as and .ce | Ingo Schwarze |
2013-12-26 | The roff language really has two groups of basic building blocks: | Ingo Schwarze |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-10-22 | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo Schwarze |
2013-10-14 | Parse and ignore the .fam (font family) request. | Ingo Schwarze |
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze |
2013-07-13 | For citing the names and email addresses of authors, | Ingo Schwarze |
2013-04-27 | - (mdoc.7) fix Xr to self | Jason McIntyre |
2012-07-29 | Two improvements from kristaps@: | Ingo Schwarze |
2011-12-11 | Explain where .so paths are rooted, and why, and discourage its use; | Ingo Schwarze |
2011-11-23 | typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com> | Ingo Schwarze |
2011-11-21 | Correct several factual errors in the HISTORY section that crept in by | Ingo Schwarze |
2011-09-26 | Reorganize part of the content: | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to mandoc 1.11.5: | Ingo Schwarze |
2011-06-07 | bring in lots of improvements from kristaps@; | Ingo Schwarze |
2011-01-25 | Mention .ns, .ps, .ta; related to mandoc/roff.c rev. 1.31. | Ingo Schwarze |
2011-01-25 | As noticed by deraadt@, it goes without saying that text files | Ingo Schwarze |
2011-01-24 | Better explain roff(7) macro argument quoting; | Ingo Schwarze |
2011-01-09 | Add and install tbl(7); | Ingo Schwarze |
2010-12-09 | Abort endless loops during roff macro and string expansion. | Ingo Schwarze |
2010-12-09 | Roff only interpolates \* strings when the leading backslash is not escaped. | Ingo Schwarze |