summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Let mparse_readfd() use mparse_open() and mparse_wait()Ingo Schwarze2014-11-262-28/+59
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-266-32/+20
* remove an unreachable warning about .Sm argumentsIngo Schwarze2014-11-261-2/+0
* The .Sm macro accepts at most one argument;Ingo Schwarze2014-11-261-1/+1
* Make the code sipler and more robust by always assigning a valueIngo Schwarze2014-11-261-11/+5
* Allow comma-separated options in tbl(7) tables.Ingo Schwarze2014-11-262-2/+3
* Completely rewrite the top level of the layout parser.Ingo Schwarze2014-11-251-56/+41
* "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML;Ingo Schwarze2014-11-251-10/+2
* Do not access a NULL pointer when a section has no body,Ingo Schwarze2014-11-252-7/+12
* We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze2014-11-213-36/+30
* Prevent negative arguments to the .ll request from causing integerIngo Schwarze2014-11-202-6/+10
* warn about calling non-callable macrosIngo Schwarze2014-11-201-0/+8
* Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>:Ingo Schwarze2014-11-201-1/+4
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-193-6/+31
* Three fixes with respect to the names table:Ingo Schwarze2014-11-191-3/+13
* Escape sequences terminate high-level macro names, and when doing so,Ingo Schwarze2014-11-192-13/+38
* Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze2014-11-192-1/+5
* 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