Age | Commit message (Expand) | Author |
2022-05-31 | Rudimentary implementation of the \A escape sequence, following groff | Ingo Schwarze |
2022-05-31 | Trivial patch to put the roff(7) \g (interpolate format of register) | Ingo Schwarze |
2022-05-30 | Dummy implementation of the roff(7) \V (interpolate environment variable) | Ingo Schwarze |
2022-05-20 | Re-classify the roff(7) \r (reverse line feed) escape sequence | Ingo Schwarze |
2022-01-01 | eascape -> escape | Jonathan Gray |
2020-10-28 | Correct an embarrassing spelling mistake: | Ingo Schwarze |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2019-07-15 | explain escaping of end-of-sentence characters; | Ingo Schwarze |
2019-07-01 | use the standard spelling of the word "idiosyncrasy"; | Ingo Schwarze |
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze |
2019-01-01 | Now that .nf and .fi are implemented in the roff(7) parser and formatters | Ingo Schwarze |
2018-12-16 | minor polishing, in parts related to functional improvements in the past, | Ingo Schwarze |
2018-12-15 | Yet another round of improvements to manual font selection. | Ingo Schwarze |
2018-12-15 | Several improvements to escape sequence handling. | Ingo Schwarze |
2018-10-04 | update DESCRIPTION and COMPATIBILITY, mostly correcting statements | Ingo Schwarze |
2018-10-04 | Stop abusing subsections to represent the list of escape sequences; | Ingo Schwarze |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-21 | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze |
2018-08-19 | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze |
2018-08-18 | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze |
2018-08-16 | Document \*(.T. | Ingo Schwarze |
2018-08-10 | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze |
2018-08-10 | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze |
2018-04-10 | Two new low-level roff(7) features: | Ingo Schwarze |
2017-12-15 | typo; from alexander kuleshov | Jason McIntyre |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-06-14 | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze |
2017-06-14 | Naive implementation of the roff(7) .po (page offset) request. | Ingo Schwarze |
2017-06-14 | simple implementation of the roff(7) .als (macro alias) request, | Ingo Schwarze |
2017-06-14 | implement the roff(7) d (macro or string defined) conditional | Ingo Schwarze |
2017-06-14 | implement roff(7) .rj (right justify) request | Ingo Schwarze |
2017-06-14 | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze |
2017-06-10 | minor markup simplifications | Ingo Schwarze |
2017-06-07 | Implement the roff(7) .rn (rename macro or string) request. | Ingo Schwarze |
2017-06-06 | Minimal implementation of the roff(7) .ce request (center a number | Ingo Schwarze |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | Pure preprocessor implementation of the roff(7) .ec and .eo requests | Ingo Schwarze |
2017-06-02 | Partial implementation of \h (horizontal line drawing function). | Ingo Schwarze |
2017-06-01 | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze |
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze |
2017-05-08 | Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing to | Ingo Schwarze |
2017-05-05 | Shorten the description of .sp and move it to roff(7). | Ingo Schwarze |
2017-05-05 | Clean up docs after today's .br and .ft code cleanup; simpler. | Ingo Schwarze |
2017-02-21 | fix spelling error; | Ingo Schwarze |
2015-09-23 | typos. | Igor Sobrado |
2015-08-29 | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze |
2015-08-29 | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |