aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Escape sequences terminate high-level macro names, and when doing so,Ingo Schwarze2014-11-192-15/+40
* Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze2014-11-192-4/+8
* Ignore invalid directories in man.conf(5) and MANPATH, even if theirIngo Schwarze2014-11-181-16/+31
* In man(1) mode, prefer file name matches over .Dt name matches overIngo Schwarze2014-11-182-12/+18
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-176-38/+90
* When a line (in the sense of term_flushln()) contains white space only,Ingo Schwarze2014-11-161-2/+4
* Delete five standards that are:Ingo Schwarze2014-11-162-27/+3
* Remove needless and harmful byte swapping on big endian architectures.Ingo Schwarze2014-11-141-25/+5
* In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze2014-11-114-4/+18
* Let -h imply -c (that is, not use the pager).Ingo Schwarze2014-11-113-7/+10
* implement -h (synopsis only) for preformatted (cat) pages;Ingo Schwarze2014-11-111-15/+55
* add required vertical spacing before lists that beginIngo Schwarze2014-11-101-10/+12
* hyperlinking in -man -ThtmlIngo Schwarze2014-11-091-1/+10
* Let -Tascii \(bu (bullet) output agree with groff;Ingo Schwarze2014-11-062-4/+4
* Allow the five man(7) font macros to concatenate their line arguments,Ingo Schwarze2014-11-033-10/+31
* Use struct buf in libroff, it is very natural thereIngo Schwarze2014-11-013-173/+169
* Refactor, no functional change: Remove the parse point from struct buf.Ingo Schwarze2014-11-013-53/+48
* fix a typo causing crashes in Unicode string length measurementIngo Schwarze2014-11-011-2/+2
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-305-110/+62
* add -K to usage() and wrap nicely; from jmc@Ingo Schwarze2014-10-301-3/+3
* fix a macro error in previous; from jmc@Ingo Schwarze2014-10-301-3/+3
* Some fine tuning of console rendering of named special characters.Ingo Schwarze2014-10-291-20/+20
* In terminal output, unify handling of Unicode and numbered characterIngo Schwarze2014-10-294-51/+78
* In -Tascii mode, print "<?>" only for Unicode escapes of unknownIngo Schwarze2014-10-282-13/+7
* 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