Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze | 2014-10-26 | 1 | -0/+11 |
| | | | | | | | | sequences above codepoint 512 by doing a reverse lookup in the existing mandoc_char(7) character table. Again, groff isn't smart enough to do this and silently discards such escape sequences without printing anything. | ||||
* | Sync library documentation with reality. | Ingo Schwarze | 2014-08-05 | 1 | -0/+224 |
Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3) out of mandoc(3), adding lots of new information. |