Age | Commit message (Expand) | Author |
2014-10-26 | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze |
2014-10-26 | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze |
2014-10-25 | With the current architecture, we can't support inline equations | Ingo Schwarze |
2014-10-25 | Fix a NULL pointer dereference reported | Ingo Schwarze |
2014-10-25 | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze |
2014-10-20 | protect the roff parser from dividing by zero; | Ingo Schwarze |
2014-10-20 | correct the spacing after in-line equations | Ingo Schwarze |
2014-10-20 | correctly parse spacing around in-line equations | Ingo Schwarze |
2014-10-20 | correct spacing *after* inline equations (much simpler than expected) | Ingo Schwarze |
2014-10-20 | correct spacing before inline equations | Ingo Schwarze |
2014-10-20 | show the {MDOC,MAN}_EQN node, it contains interesting information, | Ingo Schwarze |
2014-10-18 | plug file descriptor leaks on read or write failure; | Ingo Schwarze |
2014-10-16 | oops, don't escape the first token of inline equations | Ingo Schwarze |
2014-10-16 | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze |
2014-10-14 | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze |
2014-10-14 | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze |
2014-10-13 | implement font modifiers in table layouts | Ingo Schwarze |
2014-10-13 | Properly scale string length measurements for PostScript and PDF output; | Ingo Schwarze |
2014-10-13 | Add missing */ after $OpenBSD$ tag | Charles Longeau |
2014-10-13 | Stricter syntax checking of Unicode character names: | Ingo Schwarze |
2014-10-13 | Do not warn about declarations of functions returning function pointers, | Ingo Schwarze |
2014-10-12 | add missing entry for .ll to the dispatch table; | Ingo Schwarze |
2014-10-12 | bugfix: do not parse quoted strings for tokens; fixes glFrustum(3) | Ingo Schwarze |
2014-10-12 | Improve error handling in the eqn(7) parser. | Ingo Schwarze |
2014-10-12 | major upgrade to eqn(7) terminal output; | Ingo Schwarze |
2014-10-11 | oops, don't crash when .Fo has no argument | Ingo Schwarze |
2014-10-11 | warn about parentheses in function names after .Fn and .Fo; | Ingo Schwarze |
2014-10-10 | Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right. | Ingo Schwarze |
2014-10-09 | parse and render "from" and "to" clauses in eqn, and render matrices; | Ingo Schwarze |
2014-10-09 | initial bits of MathML rendering for eqn(7) -Thtml; | Ingo Schwarze |
2014-10-09 | more readable eqn(7) -Ttree output; from kristaps@ | Ingo Schwarze |
2014-10-09 | parse simultaneous sub- and superscripts | Ingo Schwarze |
2014-10-07 | be a bit more patient, 1s is sometimes insufficient for legitimate queries | Ingo Schwarze |
2014-10-07 | Switch HTML output to polyglot HTML5; have only one single -Thml mode. | Ingo Schwarze |
2014-10-07 | If a tbl(7) layout contains unknown font modifiers, fall back to the | Ingo Schwarze |
2014-09-17 | simplify handling of .An -[no]split for terminal output: | Ingo Schwarze |
2014-09-17 | implement .An -[no]split for -Thtml | Ingo Schwarze |
2014-09-14 | Support backslash-escaping of white space in the query expression, | Ingo Schwarze |
2014-09-12 | warn about commas in function arguments; inspired by mdoclint(1) | Ingo Schwarze |
2014-09-11 | warn about botched .Xr ordering and punctuation below SEE ALSO; | Ingo Schwarze |
2014-09-09 | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze |
2014-09-07 | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze |
2014-09-07 | Do not report a page as arch=any merely because .Dt lacks the third argument. | Ingo Schwarze |
2014-09-07 | fix debugging output | Ingo Schwarze |
2014-09-07 | always use the right buffer, and fix one evil typo | Ingo Schwarze |
2014-09-07 | Parse and ignore the .pl (page length) request; | Ingo Schwarze |
2014-09-07 | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze |
2014-09-06 | Simplify by handling empty request lines at the one logical place | Ingo Schwarze |
2014-09-06 | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze |
2014-09-03 | Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1). | Ingo Schwarze |