2015-05-31 |
Ingo Schwarze | Implement the roff(7) `r' (register exists) conditional. |
blob | commitdiff | raw |
2015-04-29 |
Ingo Schwarze | Replace the kludge for the \z escape sequence by an... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Ingo Schwarze | Let .it accept numerical expressions, not just numerica... |
blob | commitdiff | raw | diff to current |
2015-01-29 |
Ingo Schwarze | Radical cleanup of COMPATIBILITY sections: |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Ingo Schwarze | While ignoring the .ta (set tab stops) and .ti (temp... |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Ingo Schwarze | Wonders of roff(7): Integer numbers in numerical expres... |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Ingo Schwarze | improve wording; patch from jmc@ |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Ingo Schwarze | Rudimentary implementation of the roff(7) \o escape... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Ingo Schwarze | typo fixes from jmc@ |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Ingo Schwarze | Split the -Werror message level into -Werror (broken... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Ingo Schwarze | change spelling of centre to center: consistent with... |
blob | commitdiff | raw | diff to current |
2014-12-25 |
Ingo Schwarze | Reduce memory and time consumption on certain malformed... |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Ingo Schwarze | Fix the implementation and documentation of \c (continu... |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Ingo Schwarze | Support the ".if v" conditional operator (vroff mode... |
blob | commitdiff | raw | diff to current |
2014-09-07 |
Ingo Schwarze | Parse and ignore the .pl (page length) request; |
blob | commitdiff | raw | diff to current |
2014-08-14 |
Ingo Schwarze | remove double word; from jmc@ |
blob | commitdiff | raw | diff to current |
2014-08-13 |
Kristaps Dzonsons | Begin cleaning up scaling units. |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | implement .dei and .ami |
blob | commitdiff | raw | diff to current |
2014-04-08 |
Ingo Schwarze | Fully implement the \B (validate numerical expression... |
blob | commitdiff | raw | diff to current |
2014-04-07 |
Ingo Schwarze | Almost complete implementation of roff(7) numerical... |
blob | commitdiff | raw | diff to current |
2014-04-05 |
Ingo Schwarze | Implement the roff(7) .rr (remove register) request. |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Support relative arguments to .ll (increase or decrease... |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
blob | commitdiff | raw | diff to current |
2014-03-17 |
Ingo Schwarze | sync to OpenBSD: .ft is a roff(7) request, not a man... |
blob | commitdiff | raw | diff to current |
2014-03-08 |
Ingo Schwarze | Improve .if/.ie condition handling. |
blob | commitdiff | raw | diff to current |
2014-02-14 |
Ingo Schwarze | document .as and .ce |
blob | commitdiff | raw | diff to current |
2013-12-26 |
Ingo Schwarze | The roff language really has two groups of basic buildi... |
blob | commitdiff | raw | diff to current |
2013-12-15 |
Ingo Schwarze | The "value" argument to the roff(7) .nr requests ends... |
blob | commitdiff | raw | diff to current |
2013-10-22 |
Ingo Schwarze | Parse and ignore .hw (hyphenation points in words)... |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Ingo Schwarze | Parse and ignore the .fam (font family) request. |
blob | commitdiff | raw | diff to current |
2013-08-08 |
Ingo Schwarze | Implement the roff(7) font-escape sequence \f(BI "bold... |
blob | commitdiff | raw | diff to current |
2013-07-13 |
Ingo Schwarze | For citing the names and email addresses of authors, |
blob | commitdiff | raw | diff to current |
2013-04-28 |
Ingo Schwarze | - (mdoc.7) fix Xr to self |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Kristaps Dzonsons | Add `cc' support. |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Kristaps Dzonsons | Fix typo (back-space -> backslash). |
blob | commitdiff | raw | diff to current |
2011-12-11 |
Ingo Schwarze | Explain where .so paths are rooted, and why, and discou... |
blob | commitdiff | raw | diff to current |
2011-11-23 |
Ingo Schwarze | typo reported by Steffen Daode Nurpmeso <sdaoden at... |
blob | commitdiff | raw | diff to current |
2011-11-21 |
Kristaps Dzonsons | Update historical record to be historical and not made... |
blob | commitdiff | raw | diff to current |
2011-11-06 |
Kristaps Dzonsons | Accomodate for \f(Cx formatting. Noted by Andreas... |
blob | commitdiff | raw | diff to current |
2011-09-26 |
Ingo Schwarze | Reorganize part of the content: |
blob | commitdiff | raw | diff to current |
2011-09-02 |
Kristaps Dzonsons | Fix typos and spelling errors found by demandoc -w... |
blob | commitdiff | raw | diff to current |
2011-08-18 |
Kristaps Dzonsons | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Kristaps Dzonsons | An implementation of `tr'. This routes allocations... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Have conditional closure for both text and macro lines... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | No code change: fixing spelling errors. From a patch... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Add stub for eqn.7 manual and flip it on. Also note... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | Ignore .ns (no-space mode), .ps (change point size... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | As noticed by deraadt@, it goes without saying that... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Ingo Schwarze | Better explain roff(7) macro argument quoting; |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Moved table stuff from roff.7 into the new tbl.7 (sugge... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Support `T{' and `T}' data blocks. When a standalone... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix to make horizontal spanners in the layout be proper... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Switch on the `TS' documentation in roff.7. As per... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Update (still-commented) manual bits for tbl. |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Initial documentation for TBL, which for the time being... |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Ingo Schwarze | Sync to the installed version in OpenBSD, excluding... |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Ingo Schwarze | Abort endless loops during roff macro and string expansion. |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Import changes by schwarze@ and Jason McIntyre into... |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Kristaps Dzonsons | Fix `ds' handling. This was stripping characters from... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Ingo Schwarze | Assert my copyright, making it explicit that i'm granti... |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Kristaps Dzonsons | Allow registers to be unset. Implement and document... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | First step of adding register support. This is inspire... |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Kristaps Dzonsons | Fix adding some minimal intelligence to conditional... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Kristaps Dzonsons | Noted that \} collapses into a zero-width space on... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | recognize ".if n" as true; |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | provide stubs to ignore .ds, .rm and .tr, |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Documented ie/el. |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Full support for ie/el. This completes the initial... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | libroff now intelligently throws away `am', `ami',... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | `ig' support in all its glory. Try |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | Regression tests in place for `.if' in libroff. |
blob | commitdiff | raw | diff to current |
|