aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
Commit message (Expand)AuthorAgeFilesLines
* replace "Ar arg Ar arg" with "Ar arg arg"; patch from jmc@Ingo Schwarze2021-09-181-3/+3
* Correct an embarrassing spelling mistake:Ingo Schwarze2020-10-281-3/+3
* explain escaping of end-of-sentence characters;Ingo Schwarze2019-07-151-2/+8
* use the standard spelling of the word "idiosyncrasy";Ingo Schwarze2019-07-011-3/+3
* Implement the roff .break request (break out of a .while loop).Ingo Schwarze2019-04-211-4/+3
* Now that .nf and .fi are implemented in the roff(7) parser and formattersIngo Schwarze2019-01-011-13/+36
* minor polishing, in parts related to functional improvements in the past,Ingo Schwarze2018-12-161-21/+29
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-43/+79
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-151-2/+45
* update DESCRIPTION and COMPATIBILITY, mostly correcting statementsIngo Schwarze2018-10-041-19/+18
* Stop abusing subsections to represent the list of escape sequences;Ingo Schwarze2018-10-041-97/+103
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-251-5/+12
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-9/+9
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-6/+9
* Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze2018-08-211-2/+7
* Mostly complete implementation of the 'c' (character available)Ingo Schwarze2018-08-191-6/+19
* support the highly surprising escape sequence \# (line continuationIngo Schwarze2018-08-181-2/+8
* Document \*(.T.Ingo Schwarze2018-08-161-41/+24
* The groff man-ext macros define fonts CB, CI, and CR,Ingo Schwarze2018-08-101-4/+4
* Implement the roff(7) .nop (no operation) request.Ingo Schwarze2018-08-101-6/+9
* Two new low-level roff(7) features:Ingo Schwarze2018-04-101-5/+19
* typo; from Alexander Kuleshov <kuleshovmail at gmail dot com>Ingo Schwarze2017-12-151-3/+3
* nits about trailing punctuation found with mandoc -TlintIngo Schwarze2017-07-051-16/+16
* implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze2017-06-141-3/+6
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-3/+10
* simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze2017-06-141-2/+1
* implement the roff(7) d (macro or string defined) conditionalIngo Schwarze2017-06-141-3/+10
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-2/+4
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-2/+4
* minor markup simplificationsIngo Schwarze2017-06-101-3/+3
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-4/+13
* document the new .ce implementationIngo Schwarze2017-06-061-3/+6
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-2/+4
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-041-5/+7
* Partial implementation of \h (horizontal line drawing function).Ingo Schwarze2017-06-021-5/+7
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-5/+6
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-5/+11
* Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze2017-05-081-430/+415
* Shorten the description of .sp and move it to roff(7).Ingo Schwarze2017-05-051-1/+11
* Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze2017-05-051-10/+4
* fix spelling error;Ingo Schwarze2017-02-211-3/+3
* 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