aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Render text before, not after accumulating flag bits, such that flagsIngo Schwarze2014-12-051-117/+108
* When finding a .so link after the page was already processed,Ingo Schwarze2014-12-041-4/+17
* correctly store .Dt and .TH information in the names tableIngo Schwarze2014-12-041-11/+28
* in the SYNOPSIS, add .Fo and first .Fn arguments to the names tableIngo Schwarze2014-12-041-2/+17
* In the SYNOPSIS, if .Nm occurs without argument, give the first .NmIngo Schwarze2014-12-041-25/+48
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-043-6/+6
* Ignore macros that never produce any text when deciding whetherIngo Schwarze2014-12-041-13/+24
* delete five entries that were already fixedIngo Schwarze2014-12-031-24/+1
* Switch the default output mode from -Tascii to -Tlocale.Ingo Schwarze2014-12-022-9/+11
* note to self to not forget about groffIngo Schwarze2014-12-021-1/+7
* we really need .taIngo Schwarze2014-12-021-2/+3
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-0210-36/+32
* developer documentation regarding header filesIngo Schwarze2014-12-012-1/+514
* header cleanup:Ingo Schwarze2014-12-0115-46/+55
* The header libmandoc.h is part of the internal parser interface,Ingo Schwarze2014-12-011-2/+1
* The file read.c is part of the parser, so it cannot include main.h,Ingo Schwarze2014-12-012-6/+5
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-0114-70/+14
* typo; Svyatoslav Mishyn <juef at openmailbox dot org> (Crux Linux)Ingo Schwarze2014-11-301-2/+2
* delete three standard abbreviations that areIngo Schwarze2014-11-302-18/+5
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-308-18/+41
* warn about attempts to call non-callable macros;Ingo Schwarze2014-11-304-13/+30
* Reduce code duplication by reusing the same argument parserIngo Schwarze2014-11-291-19/+21
* Provide a helper function macro_or_word() and use it to prune theIngo Schwarze2014-11-293-130/+70
* Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze2014-11-283-126/+84
* AT&T is unlikely to release an new version of Research UNIX any time soon.Ingo Schwarze2014-11-284-51/+20
* Retire support for CSRG supplementary document titles. These areIngo Schwarze2014-11-286-124/+9
* Drop useless architecture table. Validating architecture namesIngo Schwarze2014-11-288-189/+17
* kill a pointless assertIngo Schwarze2014-11-281-4/+1
* mop up an #ifdef turd deraadt@ stepped intoIngo Schwarze2014-11-281-9/+3
* 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