aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* version 1.13.2VERSION_1_13_2Ingo Schwarze2014-12-132-3/+3
* Fix a regression found by Carsten dot Kunze at arcor dot de:Ingo Schwarze2014-12-132-7/+14
* escape Nd on a macro lineIngo Schwarze2014-12-121-3/+3
* Guard some come needed for database support only by #if HAVE_SQLITE3.Ingo Schwarze2014-12-111-5/+20
* Make this work on illumos:Ingo Schwarze2014-12-111-31/+9
* fix RCS IDsIngo Schwarze2014-12-111-1/+2
* sync to OpenBSDIngo Schwarze2014-12-113-7/+15
* new Copyright yearsIngo Schwarze2014-12-111-3/+3
* link to EuroBSDCon 2014Ingo Schwarze2014-12-111-3/+4
* correctly align document header and footer;Ingo Schwarze2014-12-101-4/+7
* the asciidoc/docbook toolchain uses braindead \h for indentationIngo Schwarze2014-12-101-3/+4
* more release preparationsIngo Schwarze2014-12-092-5/+77
* first cut at updating for the next releaseIngo Schwarze2014-12-091-18/+43
* Support choosing alternative binary and manual names from configure.local,Ingo Schwarze2014-12-094-19/+77
* Integrate the makewhatis binary into the mandoc binaryIngo Schwarze2014-12-094-24/+29
* Some sorting and some more comments.Ingo Schwarze2014-12-091-19/+28
* Install "man" as a hardlink to "mandoc" during db-install.Ingo Schwarze2014-12-091-12/+8
* When opening mandoc.db fails, tell the user in which directory.Ingo Schwarze2014-12-061-2/+4
* implement help(1)Ingo Schwarze2014-12-051-9/+22
* Improve parsing of function names.Ingo Schwarze2014-12-051-25/+28
* Do not misinterpret function arguments as function names;Ingo Schwarze2014-12-051-1/+4
* 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