Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-26 | Roff tokenizer: allow . on next line after table format spec. | John MacFarlane | 1 | -1/+1 | |
2018-10-26 | Roff tokenizer: better handling of font inlines `\f`.... | John MacFarlane | 1 | -7/+4 | |
2018-10-26 | Roff tokenizer: allow eof in some places we allowed only newline. | John MacFarlane | 1 | -3/+3 | |
2018-10-26 | Roff tokenizer: skip .sp in tables. | John MacFarlane | 1 | -1/+2 | |
2018-10-26 | Rename Groff -> Roff. | John MacFarlane | 1 | -0/+650 | |
Module T.P.Readers.Groff -> T.P.Readers.Roff Module T.P.Writers.Groff -> T.P.Writers.Roff Module T.P.GroffChar -> T.P.RoffChar GroffTokens -> RoffTokens GroffToken -> RoffToken. |