| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze | 2014-10-27 | 1 | -15/+61 |
* | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze | 2014-10-27 | 1 | -22/+10 |
* | Fix a regression in term.c rev. 1.229 reported by bentley@: | Ingo Schwarze | 2014-10-27 | 4 | -12/+11 |
* | KNF: indentation and sort variables by size; no functional change | Ingo Schwarze | 2014-10-26 | 1 | -4/+3 |
* | Grrr, patch(1) merged the new function to the wrong place in this file. | Ingo Schwarze | 2014-10-26 | 1 | -77/+77 |
* | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze | 2014-10-26 | 4 | -2/+27 |
* | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze | 2014-10-26 | 5 | -70/+134 |
* | With the current architecture, we can't support inline equations | Ingo Schwarze | 2014-10-25 | 1 | -1/+2 |
* | Fix a NULL pointer dereference reported | Ingo Schwarze | 2014-10-25 | 1 | -1/+3 |
* | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze | 2014-10-25 | 4 | -37/+13 |
* | integrate preconv(1) into mandoc(1); | Ingo Schwarze | 2014-10-25 | 10 | -557/+180 |
* | some new tasks | Ingo Schwarze | 2014-10-25 | 1 | -1/+12 |
* | Protect the roff parser from dividing by zero. ok schwarze@ | Kristaps Dzonsons | 2014-10-20 | 3 | -13/+26 |
* | improve documentation of .Fa, .Va, and .Vt; | Ingo Schwarze | 2014-10-20 | 1 | -8/+20 |
* | correct the spacing after in-line equations | Ingo Schwarze | 2014-10-20 | 4 | -4/+6 |
* | correctly parse spacing around in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -5/+36 |
* | correct spacing *after* inline equations (much simpler than expected) | Ingo Schwarze | 2014-10-20 | 2 | -0/+4 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 5 | -11/+11 |
* | show the {MDOC,MAN}_EQN node, it contains interesting information, | Ingo Schwarze | 2014-10-20 | 1 | -10/+12 |
* | plug file descriptor leaks on read or write failure; | Ingo Schwarze | 2014-10-18 | 2 | -14/+13 |
* | oops, don't escape the first token of inline equations | Ingo Schwarze | 2014-10-16 | 1 | -2/+2 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 6 | -87/+101 |
* | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze | 2014-10-14 | 2 | -2/+2 |
* | annotate for difficulty, and some minor cleanup | Ingo Schwarze | 2014-10-14 | 1 | -8/+98 |
* | bentley@ suggests Unicode table borders; | Ingo Schwarze | 2014-10-14 | 1 | -2/+3 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 7 | -11/+91 |
* | implement font modifiers in table layouts | Ingo Schwarze | 2014-10-13 | 2 | -24/+41 |
* | Properly scale string length measurements for PostScript and PDF output; | Ingo Schwarze | 2014-10-13 | 1 | -2/+6 |
* | Stricter syntax checking of Unicode character names: | Ingo Schwarze | 2014-10-13 | 1 | -12/+11 |
* | sync with OpenBSD: | Ingo Schwarze | 2014-10-13 | 1 | -1/+2 |
* | Do not warn about declarations of functions returning function pointers, | Ingo Schwarze | 2014-10-13 | 1 | -3/+5 |
* | Clarify: SEE ALSO sections are sorted case insensitively. | Ingo Schwarze | 2014-10-13 | 1 | -1/+1 |
* | add missing entry for .ll to the dispatch table; | Ingo Schwarze | 2014-10-12 | 1 | -0/+1 |
* | bugfix: do not parse quoted strings for tokens; fixes glFrustum(3) | Ingo Schwarze | 2014-10-12 | 1 | -0/+10 |
* | Improve error handling in the eqn(7) parser. | Ingo Schwarze | 2014-10-12 | 5 | -116/+119 |
* | major upgrade to eqn(7) terminal output; | Ingo Schwarze | 2014-10-12 | 1 | -17/+64 |
* | document the semantics of operation keywords | Ingo Schwarze | 2014-10-12 | 1 | -10/+237 |
* | oops, don't crash when .Fo has no argument | Ingo Schwarze | 2014-10-11 | 1 | -1/+1 |
* | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze | 2014-10-11 | 4 | -1/+38 |
* | sync Copyright years after merge to OpenBSD; no code change | Ingo Schwarze | 2014-10-10 | 5 | -5/+5 |
* | Drop trailing whitespace, adjust a few indentations, | Ingo Schwarze | 2014-10-10 | 2 | -30/+29 |
* | No need to assert() that a pointer is non-null right before dereferencing it. | Ingo Schwarze | 2014-10-10 | 1 | -3/+0 |
* | Make eqn(7) -Ttree output more useful: | Ingo Schwarze | 2014-10-10 | 1 | -8/+27 |
* | tasks found while reading the eqn(7) User's Guide | Ingo Schwarze | 2014-10-10 | 1 | -5/+17 |
* | Ignore "delim" command. | Kristaps Dzonsons | 2014-10-10 | 1 | -0/+1 |
* | Re-write of eqn(7) parser and MathML output. | Kristaps Dzonsons | 2014-10-10 | 9 | -778/+883 |
* | be a bit more patient, 1s is sometimes insufficient for legitimate queries | Ingo Schwarze | 2014-10-07 | 1 | -2/+2 |
* | If a tbl(7) layout contains unknown font modifiers, fall back to the | Ingo Schwarze | 2014-10-07 | 2 | -2/+12 |
* | note HTML max-width issue | Ingo Schwarze | 2014-10-06 | 1 | -0/+6 |
* | Change "to" and "from" commands to use munder, mover, and munderover. | Kristaps Dzonsons | 2014-09-28 | 3 | -4/+13 |