summaryrefslogtreecommitdiffstats
path: root/roff.7
Commit message (Expand)AuthorAgeFilesLines
* Support some escape sequences, in particular character escape sequences,Ingo Schwarze2023-10-231-2/+3
* Rudimentary implementation of the \A escape sequence, following groffIngo Schwarze2022-05-311-2/+17
* Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze2022-05-311-1/+2
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-301-2/+6
* Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze2022-05-201-4/+4
* replace "Ar arg Ar arg" with "Ar arg arg"; patch from jmc@Ingo Schwarze2021-09-181-1/+1
* Correct an embarrassing spelling mistake:Ingo Schwarze2020-10-281-1/+1
* explain escaping of end-of-sentence characters;Ingo Schwarze2019-07-151-0/+6
* use the standard spelling of the word "idiosyncrasy";Ingo Schwarze2019-07-011-1/+1
* Implement the roff .break request (break out of a .while loop).Ingo Schwarze2019-04-211-2/+1
* Now that .nf and .fi are implemented in the roff(7) parser and formattersIngo Schwarze2019-01-011-11/+34
* minor polishing, in parts related to functional improvements in the past,Ingo Schwarze2018-12-161-20/+28
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-41/+77
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-0/+43
* update DESCRIPTION and COMPATIBILITY, mostly correcting statementsIngo Schwarze2018-10-041-18/+17
* Stop abusing subsections to represent the list of escape sequences;Ingo Schwarze2018-10-041-95/+101
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-251-3/+10
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-7/+7
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-4/+7
* Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze2018-08-211-0/+5
* Mostly complete implementation of the 'c' (character available)Ingo Schwarze2018-08-191-4/+17
* support the highly surprising escape sequence \# (line continuationIngo Schwarze2018-08-181-0/+6
* Document \*(.T.Ingo Schwarze2018-08-161-39/+22
* The groff man-ext macros define fonts CB, CI, and CR,Ingo Schwarze2018-08-101-3/+3
* Implement the roff(7) .nop (no operation) request.Ingo Schwarze2018-08-101-4/+7
* Two new low-level roff(7) features:Ingo Schwarze2018-04-101-3/+17
* typo; from Alexander Kuleshov <kuleshovmail at gmail dot com>Ingo Schwarze2017-12-151-1/+1
* nits about trailing punctuation found with mandoc -TlintIngo Schwarze2017-07-051-14/+14
* implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze2017-06-141-2/+5
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-2/+9
* simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze2017-06-141-1/+0
* implement the roff(7) d (macro or string defined) conditionalIngo Schwarze2017-06-141-2/+9
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-1/+3
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-0/+2
* minor markup simplificationsIngo Schwarze2017-06-101-1/+1
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-2/+11
* document the new .ce implementationIngo Schwarze2017-06-061-1/+4
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+3
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-041-3/+5
* Partial implementation of \h (horizontal line drawing function).Ingo Schwarze2017-06-021-3/+5
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-3/+4
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-4/+10
* Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze2017-05-081-428/+413
* Shorten the description of .sp and move it to roff(7).Ingo Schwarze2017-05-051-0/+10
* Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze2017-05-051-8/+2
* fix spelling error;Ingo Schwarze2017-02-211-1/+1
* typos; found and fixed by sobrado@Ingo Schwarze2015-09-241-5/+5
* Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze2015-08-291-1/+7
* Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze2015-08-291-0/+2
* Implement the roff(7) `r' (register exists) conditional.Ingo Schwarze2015-05-311-2/+5