2019-07-15 |
Ingo Schwarze | explain escaping of end-of-sentence characters; |
blob | commitdiff | raw |
2019-07-01 |
Ingo Schwarze | use the standard spelling of the word "idiosyncrasy"; |
blob | commitdiff | raw | diff to current |
2019-04-21 |
Ingo Schwarze | Implement the roff .break request (break out of a ... |
blob | commitdiff | raw | diff to current |
2019-01-01 |
Ingo Schwarze | Now that .nf and .fi are implemented in the roff(7... |
blob | commitdiff | raw | diff to current |
2018-12-16 |
Ingo Schwarze | minor polishing, in parts related to functional improve... |
blob | commitdiff | raw | diff to current |
2018-12-16 |
Ingo Schwarze | Yet another round of improvements to manual font selection. |
blob | commitdiff | raw | diff to current |
2018-12-15 |
Ingo Schwarze | Several improvements to escape sequence handling. |
blob | commitdiff | raw | diff to current |
2018-10-04 |
Ingo Schwarze | update DESCRIPTION and COMPATIBILITY, mostly correcting... |
blob | commitdiff | raw | diff to current |
2018-10-04 |
Ingo Schwarze | Stop abusing subsections to represent the list of escap... |
blob | commitdiff | raw | diff to current |
2018-08-25 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .char (output... |
blob | commitdiff | raw | diff to current |
2018-08-24 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .while request. |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Ingo Schwarze | Implement the roff(7) .shift and .return requests, |
blob | commitdiff | raw | diff to current |
2018-08-21 |
Ingo Schwarze | Implement the \\$@ escape sequence (insert all macro... |
blob | commitdiff | raw | diff to current |
2018-08-19 |
Ingo Schwarze | Mostly complete implementation of the 'c' (character... |
blob | commitdiff | raw | diff to current |
2018-08-18 |
Ingo Schwarze | support the highly surprising escape sequence \# (line... |
blob | commitdiff | raw | diff to current |
2018-08-16 |
Ingo Schwarze | Document \*(.T. |
blob | commitdiff | raw | diff to current |
2018-08-10 |
Ingo Schwarze | The groff man-ext macros define fonts CB, CI, and CR, |
blob | commitdiff | raw | diff to current |
2018-08-10 |
Ingo Schwarze | Implement the roff(7) .nop (no operation) request. |
blob | commitdiff | raw | diff to current |
2018-04-10 |
Ingo Schwarze | Two new low-level roff(7) features: |
blob | commitdiff | raw | diff to current |
2017-12-15 |
Ingo Schwarze | typo; from Alexander Kuleshov <kuleshovmail at gmail... |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Ingo Schwarze | nits about trailing punctuation found with mandoc ... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement so-called absolute horizontal motion: \h... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | Naive implementation of the roff(7) .po (page offset... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | simple implementation of the roff(7) .als (macro alias... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement the roff(7) d (macro or string defined) condi... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement roff(7) .rj (right justify) request |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement the roff(7) \p (break output line) escape... |
blob | commitdiff | raw | diff to current |
2017-06-10 |
Ingo Schwarze | minor markup simplifications |
blob | commitdiff | raw | diff to current |
2017-06-07 |
Ingo Schwarze | Implement the roff(7) .rn (rename macro or string)... |
blob | commitdiff | raw | diff to current |
2017-06-06 |
Ingo Schwarze | document the new .ce implementation |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Implement the roff(7) .mc (right margin character)... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Pure preprocessor implementation of the roff(7) .ec... |
blob | commitdiff | raw | diff to current |
2017-06-02 |
Ingo Schwarze | Partial implementation of \h (horizontal line drawing... |
blob | commitdiff | raw | diff to current |
2017-06-01 |
Ingo Schwarze | Minimal implementation of the \h (horizontal motion... |
blob | commitdiff | raw | diff to current |
2017-05-08 |
Ingo Schwarze | Basic implementation of the roff(7) .ti (temporary... |
blob | commitdiff | raw | diff to current |
2017-05-08 |
Ingo Schwarze | Convert REQUEST REFERENCE from using .Ss to .Bl -tag... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Shorten the description of .sp and move it to roff(7). |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Clean up docs after today's .br and .ft code cleanup... |
blob | commitdiff | raw | diff to current |
2017-02-21 |
Ingo Schwarze | fix spelling error; |
blob | commitdiff | raw | diff to current |
2015-09-24 |
Ingo Schwarze | typos; found and fixed by sobrado@ |
blob | commitdiff | raw | diff to current |
2015-08-29 |
Ingo Schwarze | Parse and ignore the escape sequences \, and \/ (italic... |
blob | commitdiff | raw | diff to current |
2015-08-29 |
Ingo Schwarze | Implement the escape sequence \\$*, expanding to all... |
blob | commitdiff | raw | diff to current |
2015-05-31 |
Ingo Schwarze | Implement the roff(7) `r' (register exists) conditional. |
blob | commitdiff | raw | diff to current |
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 |
next |