summaryrefslogtreecommitdiff
path: root/share/man/man7/roff.7
AgeCommit message (Expand)Author
2019-01-01Now that .nf and .fi are implemented in the roff(7) parser and formattersIngo Schwarze
2018-12-16minor polishing, in parts related to functional improvements in the past,Ingo Schwarze
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-10-04update DESCRIPTION and COMPATIBILITY, mostly correcting statementsIngo Schwarze
2018-10-04Stop abusing subsections to represent the list of escape sequences;Ingo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-21Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze
2018-08-19Mostly complete implementation of the 'c' (character available)Ingo Schwarze
2018-08-18support the highly surprising escape sequence \# (line continuationIngo Schwarze
2018-08-16Document \*(.T.Ingo Schwarze
2018-08-10The groff man-ext macros define fonts CB, CI, and CR,Ingo Schwarze
2018-08-10Implement the roff(7) .nop (no operation) request.Ingo Schwarze
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
2017-12-15typo; from alexander kuleshovJason McIntyre
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-06-14implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze
2017-06-14Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze
2017-06-14simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze
2017-06-14implement the roff(7) d (macro or string defined) conditionalIngo Schwarze
2017-06-14implement roff(7) .rj (right justify) requestIngo Schwarze
2017-06-14implement the roff(7) \p (break output line) escape sequenceIngo Schwarze
2017-06-10minor markup simplificationsIngo Schwarze
2017-06-07Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze
2017-06-06Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze
2017-06-04Implement the roff(7) .mc (right margin character) request.Ingo Schwarze
2017-06-04Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze
2017-06-02Partial implementation of \h (horizontal line drawing function).Ingo Schwarze
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
2017-05-08Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze
2017-05-08Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze
2017-05-05Shorten the description of .sp and move it to roff(7).Ingo Schwarze
2017-05-05Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze
2017-02-21fix spelling error;Ingo Schwarze
2015-09-23typos.Igor Sobrado
2015-08-29Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze
2015-08-29Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze
2015-05-31Implement the roff(7) `r' (register exists) conditional.Ingo Schwarze
2015-04-29Replace the kludge for the \z escape sequence by an actualIngo Schwarze
2015-02-17Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze
2015-01-29Radical cleanup of COMPATIBILITY sections:Ingo Schwarze
2015-01-23While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze
2015-01-23zap trailing whitespace;Jason McIntyre
2015-01-23Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze
2015-01-21tweak previous; ok schwarzeJason McIntyre
2015-01-21Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze
2015-01-20tweak previous; ok schwarzeJason McIntyre
2015-01-20Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze