aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Be more careful about meta->name. For weird input, it can be NULL.Ingo Schwarze2014-11-281-7/+11
* Simplify by making the eqn and tbl steering functions void;Ingo Schwarze2014-11-284-45/+28
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-286-289/+186
* Simplify by making the mdoc parser callbacks void, and some cleanup;Ingo Schwarze2014-11-283-218/+140
* Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze2014-11-284-434/+271
* Simplify code by making mdoc validation handlers void.Ingo Schwarze2014-11-284-417/+288
* Downgrade .Bd -file from FATAL to ERROR.Ingo Schwarze2014-11-274-19/+19
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-274-26/+62
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-275-45/+39
* Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze2014-11-273-30/+28
* fix build when HAVE_MANPATH is set; patch from <bapt at FreeBSD>Ingo Schwarze2014-11-271-2/+2
* Let mparse_readfd() use mparse_open() and mparse_wait()Ingo Schwarze2014-11-262-30/+61
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-266-39/+27
* remove an unreachable warning about .Sm argumentsIngo Schwarze2014-11-261-3/+1
* The .Sm macro accepts at most one argument;Ingo Schwarze2014-11-261-2/+2
* Make the code sipler and more robust by always assigning a valueIngo Schwarze2014-11-261-12/+6
* Allow comma-separated options in tbl(7) tables.Ingo Schwarze2014-11-262-5/+6
* Completely rewrite the top level of the layout parser.Ingo Schwarze2014-11-251-57/+42
* "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML;Ingo Schwarze2014-11-251-12/+4
* Do not access a NULL pointer when a section has no body,Ingo Schwarze2014-11-252-9/+14
* We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze2014-11-213-39/+33
* Prevent negative arguments to the .ll request from causing integerIngo Schwarze2014-11-202-8/+12
* warn about calling non-callable macrosIngo Schwarze2014-11-201-1/+9
* Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>:Ingo Schwarze2014-11-201-2/+5
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-193-9/+34
* Three fixes with respect to the names table:Ingo Schwarze2014-11-191-4/+14
* 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