aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
Commit message (Expand)AuthorAgeFilesLines
...
* The roff language really has two groups of basic building blocks:Ingo Schwarze2013-12-261-9/+255
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-151-6/+9
* Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze2013-10-221-2/+5
* Parse and ignore the .fam (font family) request.Ingo Schwarze2013-10-141-2/+8
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-4/+11
* For citing the names and email addresses of authors,Ingo Schwarze2013-07-131-6/+4
* - (mdoc.7) fix Xr to selfIngo Schwarze2013-04-281-3/+3
* Add `cc' support.Kristaps Dzonsons2012-06-121-1/+13
* Fix typo (back-space -> backslash).Kristaps Dzonsons2012-06-121-3/+3
* Explain where .so paths are rooted, and why, and discourage its use;Ingo Schwarze2011-12-111-2/+18
* typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com>Ingo Schwarze2011-11-231-4/+4
* Update historical record to be historical and not made-up. Data fromKristaps Dzonsons2011-11-211-9/+17
* Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks!Kristaps Dzonsons2011-11-061-2/+4
* Reorganize part of the content:Ingo Schwarze2011-09-261-29/+293
* Fix typos and spelling errors found by demandoc -w | spell -b.Kristaps Dzonsons2011-09-021-5/+5
* Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.Kristaps Dzonsons2011-08-181-5/+7
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-281-6/+17
* Have conditional closure for both text and macro lines call through toKristaps Dzonsons2011-05-241-9/+14
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-301-3/+3
* Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issueKristaps Dzonsons2011-02-091-2/+25
* Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze2011-01-251-1/+15
* As noticed by deraadt@, it goes without saying that text filesIngo Schwarze2011-01-251-6/+2
* Better explain roff(7) macro argument quoting;Ingo Schwarze2011-01-241-8/+37
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-041-203/+6
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-1/+6
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-23/+50
* Switch on the `TS' documentation in roff.7. As per off-line discussion,Kristaps Dzonsons2011-01-031-128/+176
* Update (still-commented) manual bits for tbl.Kristaps Dzonsons2010-12-291-1/+87
* Initial documentation for TBL, which for the time being is commented-out.Kristaps Dzonsons2010-12-291-2/+48
* Sync to the installed version in OpenBSD, excluding .ft documentation:Ingo Schwarze2010-12-181-90/+140
* Abort endless loops during roff macro and string expansion.Ingo Schwarze2010-12-101-2/+8
* Import changes by schwarze@ and Jason McIntyre into manuals. These areKristaps Dzonsons2010-12-061-84/+272
* Fix `ds' handling. This was stripping characters from "val", when theKristaps Dzonsons2010-07-271-2/+11
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-7/+16
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-2/+3
* Allow registers to be unset. Implement and document the `.nr nS val'.Kristaps Dzonsons2010-06-271-4/+7
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-2/+36
* Fix adding some minimal intelligence to conditional parser. See roff.7Kristaps Dzonsons2010-06-101-4/+15
* Noted that \} collapses into a zero-width space on the front-end.Kristaps Dzonsons2010-06-011-3/+5
* recognize ".if n" as true;Ingo Schwarze2010-05-241-3/+11
* provide stubs to ignore .ds, .rm and .tr,Ingo Schwarze2010-05-241-2/+20
* Documented ie/el.Kristaps Dzonsons2010-05-171-1/+25
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-171-1/+6
* libroff now intelligently throws away `am', `ami', `am1', `de', `dei',Kristaps Dzonsons2010-05-171-5/+53
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-161-6/+66
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-161-0/+128