summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2014-11-01Refactor, no functional change: Remove the parse point from struct buf.Ingo Schwarze
2014-11-01fix a typo causing crashes in Unicode string length measurementIngo Schwarze
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
2014-10-30mandoc.1: fix a macro error in previousJason McIntyre
2014-10-30support UTF-8 and ISO-8859-1 input by integrating modified partsIngo Schwarze
2014-10-29Some fine tuning of console rendering of named special characters.Ingo Schwarze
2014-10-29In terminal output, unify handling of Unicode and numbered characterIngo Schwarze
2014-10-28In -Tascii mode, print "<?>" only for Unicode escapes of unknownIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-28Tighten Unicode escape name parsing.Ingo Schwarze
2014-10-28Refine -Tascii rendering of Unicode characters, mostly to better agreeIngo Schwarze
2014-10-27Support overstriking by backspace in PostScript and PDF output.Ingo Schwarze
2014-10-27Handle output encoding for unicode, numbered and named escape sequencesIngo Schwarze
2014-10-27Fix a regression in term.c rev. 1.89 reported by bentley@:Ingo Schwarze
2014-10-26In -Tascii mode, provide approximations even for some Unicode escapeIngo Schwarze
2014-10-26Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze
2014-10-25With the current architecture, we can't support inline equationsIngo Schwarze
2014-10-25Fix a NULL pointer dereference reportedIngo Schwarze
2014-10-25Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze
2014-10-20protect the roff parser from dividing by zero;Ingo Schwarze
2014-10-20correct the spacing after in-line equationsIngo Schwarze
2014-10-20correctly parse spacing around in-line equationsIngo Schwarze
2014-10-20correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze
2014-10-20correct spacing before inline equationsIngo Schwarze
2014-10-20show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze
2014-10-18plug file descriptor leaks on read or write failure;Ingo Schwarze
2014-10-16oops, don't escape the first token of inline equationsIngo Schwarze
2014-10-16Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze
2014-10-14even if a table has zero columns, do not segfault in the formatter;Ingo Schwarze
2014-10-14Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze
2014-10-13implement font modifiers in table layoutsIngo Schwarze
2014-10-13Properly scale string length measurements for PostScript and PDF output;Ingo Schwarze
2014-10-13Add missing */ after $OpenBSD$ tagCharles Longeau
2014-10-13Stricter syntax checking of Unicode character names:Ingo Schwarze
2014-10-13Do not warn about declarations of functions returning function pointers,Ingo Schwarze
2014-10-12add missing entry for .ll to the dispatch table;Ingo Schwarze
2014-10-12bugfix: do not parse quoted strings for tokens; fixes glFrustum(3)Ingo Schwarze
2014-10-12Improve error handling in the eqn(7) parser.Ingo Schwarze
2014-10-12major upgrade to eqn(7) terminal output;Ingo Schwarze
2014-10-11oops, don't crash when .Fo has no argumentIngo Schwarze
2014-10-11warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze
2014-10-10Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.Ingo Schwarze
2014-10-09parse and render "from" and "to" clauses in eqn, and render matrices;Ingo Schwarze
2014-10-09initial bits of MathML rendering for eqn(7) -Thtml;Ingo Schwarze
2014-10-09more readable eqn(7) -Ttree output; from kristaps@Ingo Schwarze
2014-10-09parse simultaneous sub- and superscriptsIngo Schwarze
2014-10-07be a bit more patient, 1s is sometimes insufficient for legitimate queriesIngo Schwarze
2014-10-07Switch HTML output to polyglot HTML5; have only one single -Thml mode.Ingo Schwarze
2014-10-07If a tbl(7) layout contains unknown font modifiers, fall back to theIngo Schwarze
2014-09-17simplify handling of .An -[no]split for terminal output:Ingo Schwarze