aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-2819-107/+113
* stricter parsing of Unicode escape namesIngo Schwarze2014-10-281-15/+19
* Tighten Unicode escape name parsing.Ingo Schwarze2014-10-282-14/+14
* Refine -Tascii rendering of Unicode characters, mostly to better agreeIngo Schwarze2014-10-282-130/+130
* Support overstriking by backspace in PostScript and PDF output.Ingo Schwarze2014-10-271-16/+62
* Handle output encoding for unicode, numbered and named escape sequencesIngo Schwarze2014-10-271-23/+11
* Fix a regression in term.c rev. 1.229 reported by bentley@:Ingo Schwarze2014-10-274-16/+15
* KNF: indentation and sort variables by size; no functional changeIngo Schwarze2014-10-261-5/+4
* Grrr, patch(1) merged the new function to the wrong place in this file.Ingo Schwarze2014-10-261-78/+78
* In -Tascii mode, provide approximations even for some Unicode escapeIngo Schwarze2014-10-264-7/+32
* Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze2014-10-265-75/+139
* With the current architecture, we can't support inline equationsIngo Schwarze2014-10-251-2/+3
* Fix a NULL pointer dereference reportedIngo Schwarze2014-10-251-2/+4
* Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze2014-10-254-41/+17
* integrate preconv(1) into mandoc(1);Ingo Schwarze2014-10-2510-569/+192
* some new tasksIngo Schwarze2014-10-251-2/+13
* Protect the roff parser from dividing by zero. ok schwarze@Kristaps Dzonsons2014-10-203-16/+29
* improve documentation of .Fa, .Va, and .Vt;Ingo Schwarze2014-10-201-10/+22
* correct the spacing after in-line equationsIngo Schwarze2014-10-204-8/+10
* correctly parse spacing around in-line equationsIngo Schwarze2014-10-201-6/+37
* correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze2014-10-202-2/+6
* correct spacing before inline equationsIngo Schwarze2014-10-205-16/+16
* show the {MDOC,MAN}_EQN node, it contains interesting information,Ingo Schwarze2014-10-201-11/+13
* plug file descriptor leaks on read or write failure;Ingo Schwarze2014-10-182-16/+15
* oops, don't escape the first token of inline equationsIngo Schwarze2014-10-161-3/+3
* Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze2014-10-166-93/+107
* even if a table has zero columns, do not segfault in the formatter;Ingo Schwarze2014-10-142-4/+4
* annotate for difficulty, and some minor cleanupIngo Schwarze2014-10-141-9/+99
* bentley@ suggests Unicode table borders;Ingo Schwarze2014-10-141-3/+4
* Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze2014-10-147-19/+99
* implement font modifiers in table layoutsIngo Schwarze2014-10-132-27/+44
* Properly scale string length measurements for PostScript and PDF output;Ingo Schwarze2014-10-131-3/+7
* Stricter syntax checking of Unicode character names:Ingo Schwarze2014-10-131-13/+12
* sync with OpenBSD:Ingo Schwarze2014-10-131-2/+3
* Do not warn about declarations of functions returning function pointers,Ingo Schwarze2014-10-131-4/+6
* Clarify: SEE ALSO sections are sorted case insensitively.Ingo Schwarze2014-10-131-3/+3
* add missing entry for .ll to the dispatch table;Ingo Schwarze2014-10-121-1/+2
* bugfix: do not parse quoted strings for tokens; fixes glFrustum(3)Ingo Schwarze2014-10-121-1/+11
* Improve error handling in the eqn(7) parser.Ingo Schwarze2014-10-125-122/+125
* major upgrade to eqn(7) terminal output;Ingo Schwarze2014-10-121-18/+65
* document the semantics of operation keywordsIngo Schwarze2014-10-121-12/+239
* oops, don't crash when .Fo has no argumentIngo Schwarze2014-10-111-2/+2
* warn about parentheses in function names after .Fn and .Fo;Ingo Schwarze2014-10-114-6/+43
* sync Copyright years after merge to OpenBSD; no code changeIngo Schwarze2014-10-105-10/+10
* Drop trailing whitespace, adjust a few indentations,Ingo Schwarze2014-10-102-32/+31
* No need to assert() that a pointer is non-null right before dereferencing it.Ingo Schwarze2014-10-101-4/+1
* Make eqn(7) -Ttree output more useful:Ingo Schwarze2014-10-101-9/+28
* tasks found while reading the eqn(7) User's GuideIngo Schwarze2014-10-101-6/+18
* Ignore "delim" command.Kristaps Dzonsons2014-10-101-1/+2
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-109-789/+894