| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | As noticed by deraadt@, it goes without saying that text files | Ingo Schwarze | 2011-01-25 | 1 | -4/+0 |
* | Better explain roff(7) macro argument quoting; | Ingo Schwarze | 2011-01-24 | 1 | -6/+35 |
* | Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). | Kristaps Dzonsons | 2011-01-04 | 1 | -202/+5 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+5 |
* | Fix to make horizontal spanners in the layout be properly printed. | Kristaps Dzonsons | 2011-01-04 | 1 | -21/+48 |
* | Switch on the `TS' documentation in roff.7. As per off-line discussion, | Kristaps Dzonsons | 2011-01-03 | 1 | -126/+174 |
* | Update (still-commented) manual bits for tbl. | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+86 |
* | Initial documentation for TBL, which for the time being is commented-out. | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+46 |
* | Sync to the installed version in OpenBSD, excluding .ft documentation: | Ingo Schwarze | 2010-12-18 | 1 | -88/+138 |
* | Abort endless loops during roff macro and string expansion. | Ingo Schwarze | 2010-12-10 | 1 | -0/+6 |
* | Import changes by schwarze@ and Jason McIntyre into manuals. These are | Kristaps Dzonsons | 2010-12-06 | 1 | -82/+270 |
* | Fix `ds' handling. This was stripping characters from "val", when the | Kristaps Dzonsons | 2010-07-27 | 1 | -0/+9 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -5/+14 |
* | Assert my copyright, making it explicit that i'm granting the same license | Ingo Schwarze | 2010-07-04 | 1 | -0/+1 |
* | Allow registers to be unset. Implement and document the `.nr nS val'. | Kristaps Dzonsons | 2010-06-27 | 1 | -2/+5 |
* | First step of adding register support. This is inspired by a significant | Kristaps Dzonsons | 2010-06-26 | 1 | -0/+34 |
* | Fix adding some minimal intelligence to conditional parser. See roff.7 | Kristaps Dzonsons | 2010-06-10 | 1 | -2/+13 |
* | Noted that \} collapses into a zero-width space on the front-end. | Kristaps Dzonsons | 2010-06-01 | 1 | -1/+3 |
* | recognize ".if n" as true; | Ingo Schwarze | 2010-05-24 | 1 | -2/+10 |
* | provide stubs to ignore .ds, .rm and .tr, | Ingo Schwarze | 2010-05-24 | 1 | -0/+18 |
* | Documented ie/el. | Kristaps Dzonsons | 2010-05-17 | 1 | -0/+24 |
* | Full support for ie/el. This completes the initial roff support. | Kristaps Dzonsons | 2010-05-17 | 1 | -0/+5 |
* | libroff now intelligently throws away `am', `ami', `am1', `de', `dei', | Kristaps Dzonsons | 2010-05-17 | 1 | -3/+51 |
* | `ig' support in all its glory. Try | Kristaps Dzonsons | 2010-05-16 | 1 | -5/+65 |
* | Regression tests in place for `.if' in libroff. | Kristaps Dzonsons | 2010-05-16 | 1 | -0/+128 |