aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
Commit message (Expand)AuthorAgeFilesLines
* typos; found and fixed by sobrado@Ingo Schwarze2015-09-241-7/+7
* Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze2015-08-291-2/+8
* Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze2015-08-291-2/+4
* Implement the roff(7) `r' (register exists) conditional.Ingo Schwarze2015-05-311-4/+7
* Replace the kludge for the \z escape sequence by an actualIngo Schwarze2015-04-291-6/+3
* Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze2015-02-171-6/+11
* Radical cleanup of COMPATIBILITY sections:Ingo Schwarze2015-01-291-32/+48
* While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze2015-01-231-5/+5
* Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze2015-01-231-2/+10
* improve wording; patch from jmc@Ingo Schwarze2015-01-221-3/+3
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-211-6/+7
* typo fixes from jmc@Ingo Schwarze2015-01-201-4/+4
* Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze2015-01-201-54/+724
* change spelling of centre to center: consistent with other man pagesIngo Schwarze2015-01-201-3/+3
* Reduce memory and time consumption on certain malformed input filesIngo Schwarze2014-12-251-4/+6
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-4/+6
* Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze2014-11-191-3/+5
* Parse and ignore the .pl (page length) request;Ingo Schwarze2014-09-071-2/+7
* remove double word; from jmc@Ingo Schwarze2014-08-141-3/+3
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-131-5/+11
* implement .dei and .amiIngo Schwarze2014-07-071-14/+15
* Fully implement the \B (validate numerical expression) andIngo Schwarze2014-04-081-8/+17
* Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze2014-04-071-18/+81
* Implement the roff(7) .rr (remove register) request.Ingo Schwarze2014-04-051-8/+12
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-2/+4
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-2/+17
* sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro,Ingo Schwarze2014-03-171-2/+30
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-081-41/+72
* document .as and .ceIngo Schwarze2014-02-141-3/+15
* 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