Age | Commit message (Expand) | Author |
2014-11-01 | Refactor, no functional change: Remove the parse point from struct buf. | Ingo Schwarze |
2014-11-01 | fix a typo causing crashes in Unicode string length measurement | Ingo Schwarze |
2014-10-30 | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze |
2014-10-30 | mandoc.1: fix a macro error in previous | Jason McIntyre |
2014-10-30 | support UTF-8 and ISO-8859-1 input by integrating modified parts | Ingo Schwarze |
2014-10-29 | Some fine tuning of console rendering of named special characters. | Ingo Schwarze |
2014-10-29 | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze |
2014-10-28 | In -Tascii mode, print "<?>" only for Unicode escapes of unknown | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-28 | Tighten Unicode escape name parsing. | Ingo Schwarze |
2014-10-28 | Refine -Tascii rendering of Unicode characters, mostly to better agree | Ingo Schwarze |
2014-10-27 | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze |
2014-10-27 | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
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 |