summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore invalid directories in man.conf(5) and MANPATH, even if theirIngo Schwarze2014-11-181-15/+30
* In man(1) mode, prefer file name matches over .Dt name matches overIngo Schwarze2014-11-182-10/+16
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-176-32/+84
* When a line (in the sense of term_flushln()) contains white space only,Ingo Schwarze2014-11-161-1/+3
* Delete five standards that are:Ingo Schwarze2014-11-162-24/+0
* Remove needless and harmful byte swapping on big endian architectures.Ingo Schwarze2014-11-141-24/+4
* In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze2014-11-114-0/+14
* Let -h imply -c (that is, not use the pager).Ingo Schwarze2014-11-113-2/+5
* implement -h (synopsis only) for preformatted (cat) pages;Ingo Schwarze2014-11-111-14/+54
* add required vertical spacing before lists that beginIngo Schwarze2014-11-101-9/+11
* hyperlinking in -man -ThtmlIngo Schwarze2014-11-091-0/+9
* Let -Tascii \(bu (bullet) output agree with groff;Ingo Schwarze2014-11-062-2/+2
* Allow the five man(7) font macros to concatenate their line arguments,Ingo Schwarze2014-11-033-7/+28
* Use struct buf in libroff, it is very natural thereIngo Schwarze2014-11-013-170/+166
* Refactor, no functional change: Remove the parse point from struct buf.Ingo Schwarze2014-11-013-50/+45
* fix a typo causing crashes in Unicode string length measurementIngo Schwarze2014-11-011-1/+1
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-305-104/+56
* add -K to usage() and wrap nicely; from jmc@Ingo Schwarze2014-10-301-2/+2
* fix a macro error in previous; from jmc@Ingo Schwarze2014-10-301-1/+1
* Some fine tuning of console rendering of named special characters.Ingo Schwarze2014-10-291-19/+19
* 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