| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The .ft directive was only accepting numeric arguments,
not symbolic font names like CO and P.
|
| |
|
|
|
|
|
|
|
| |
In this idiotic program, one-letter commands like .B arg or .B are blindly
encoded as a two byte code and so they have two codes, based on whether
the name is followed by a space or newline. We must preserve this behavior in
the str_to_code function, or else fix numerous places.
|
| |
|
|
|
|
|
|
|
| |
Macros can have up to four letter names, not just two.
The \f[..] parsing is fixed so inline font changes work.
The CR font is supported.
Crash fixed when the section table is empty.
|
|
|