| Commit message (Expand) | Author | Age | Files | Lines |
* | replace "Ar arg Ar arg" with "Ar arg arg"; patch from jmc@ | Ingo Schwarze | 2021-09-18 | 1 | -1/+1 |
* | Correct an embarrassing spelling mistake: | Ingo Schwarze | 2020-10-28 | 1 | -1/+1 |
* | explain escaping of end-of-sentence characters; | Ingo Schwarze | 2019-07-15 | 1 | -0/+6 |
* | use the standard spelling of the word "idiosyncrasy"; | Ingo Schwarze | 2019-07-01 | 1 | -1/+1 |
* | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | 2019-04-21 | 1 | -2/+1 |
* | Now that .nf and .fi are implemented in the roff(7) parser and formatters | Ingo Schwarze | 2019-01-01 | 1 | -11/+34 |
* | minor polishing, in parts related to functional improvements in the past, | Ingo Schwarze | 2018-12-16 | 1 | -20/+28 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 1 | -41/+77 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 1 | -0/+43 |
* | update DESCRIPTION and COMPATIBILITY, mostly correcting statements | Ingo Schwarze | 2018-10-04 | 1 | -18/+17 |
* | Stop abusing subsections to represent the list of escape sequences; | Ingo Schwarze | 2018-10-04 | 1 | -95/+101 |
* | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze | 2018-08-25 | 1 | -3/+10 |
* | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze | 2018-08-24 | 1 | -7/+7 |
* | Implement the roff(7) .shift and .return requests, | Ingo Schwarze | 2018-08-23 | 1 | -4/+7 |
* | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze | 2018-08-21 | 1 | -0/+5 |
* | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze | 2018-08-19 | 1 | -4/+17 |
* | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze | 2018-08-18 | 1 | -0/+6 |
* | Document \*(.T. | Ingo Schwarze | 2018-08-16 | 1 | -39/+22 |
* | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze | 2018-08-10 | 1 | -3/+3 |
* | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze | 2018-08-10 | 1 | -4/+7 |
* | Two new low-level roff(7) features: | Ingo Schwarze | 2018-04-10 | 1 | -3/+17 |
* | typo; from Alexander Kuleshov <kuleshovmail at gmail dot com> | Ingo Schwarze | 2017-12-15 | 1 | -1/+1 |
* | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze | 2017-07-05 | 1 | -14/+14 |
* | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze | 2017-06-14 | 1 | -2/+5 |
* | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze | 2017-06-14 | 1 | -2/+9 |
* | simple implementation of the roff(7) .als (macro alias) request, | Ingo Schwarze | 2017-06-14 | 1 | -1/+0 |
* | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze | 2017-06-14 | 1 | -2/+9 |
* | implement roff(7) .rj (right justify) request | Ingo Schwarze | 2017-06-14 | 1 | -1/+3 |
* | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze | 2017-06-14 | 1 | -0/+2 |
* | minor markup simplifications | Ingo Schwarze | 2017-06-10 | 1 | -1/+1 |
* | Implement the roff(7) .rn (rename macro or string) request. | Ingo Schwarze | 2017-06-07 | 1 | -2/+11 |
* | document the new .ce implementation | Ingo Schwarze | 2017-06-06 | 1 | -1/+4 |
* | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze | 2017-06-04 | 1 | -1/+3 |
* | Pure preprocessor implementation of the roff(7) .ec and .eo requests | Ingo Schwarze | 2017-06-04 | 1 | -3/+5 |
* | Partial implementation of \h (horizontal line drawing function). | Ingo Schwarze | 2017-06-02 | 1 | -3/+5 |
* | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze | 2017-06-01 | 1 | -3/+4 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze | 2017-05-08 | 1 | -4/+10 |
* | Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing to | Ingo Schwarze | 2017-05-08 | 1 | -428/+413 |
* | Shorten the description of .sp and move it to roff(7). | Ingo Schwarze | 2017-05-05 | 1 | -0/+10 |
* | Clean up docs after today's .br and .ft code cleanup; simpler. | Ingo Schwarze | 2017-05-05 | 1 | -8/+2 |
* | fix spelling error; | Ingo Schwarze | 2017-02-21 | 1 | -1/+1 |
* | typos; found and fixed by sobrado@ | Ingo Schwarze | 2015-09-24 | 1 | -5/+5 |
* | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze | 2015-08-29 | 1 | -1/+7 |
* | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze | 2015-08-29 | 1 | -0/+2 |
* | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze | 2015-05-31 | 1 | -2/+5 |
* | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze | 2015-04-29 | 1 | -4/+1 |
* | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze | 2015-02-17 | 1 | -4/+9 |
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 1 | -30/+46 |
* | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze | 2015-01-23 | 1 | -4/+4 |
* | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze | 2015-01-23 | 1 | -0/+8 |