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