summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze2014-12-194-18/+28
* Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze2014-12-191-75/+58
* update usage() and the list of non-standard (i.e. non-posix) options;Ingo Schwarze2014-12-182-3/+5
* Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze2014-12-181-1/+2
* Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze2014-12-181-1/+4
* When the head of a list item is extended with a partial explicitIngo Schwarze2014-12-181-6/+6
* Don't let the modulo operator divide by zero.Ingo Schwarze2014-12-181-1/+7
* The code is already careful to not add items to lists that wereIngo Schwarze2014-12-182-20/+32
* [[:<:]] is not POSIXIngo Schwarze2014-12-171-0/+4
* minimally document -IOKTW; requested by naddy@Ingo Schwarze2014-12-171-8/+65
* Be a bit more lenient in what to accept for section names givenIngo Schwarze2014-12-171-5/+6
* Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze2014-12-164-4/+22
* correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze2014-12-162-7/+7
* Explicit block closure macros clobber next-line block head scope,Ingo Schwarze2014-12-161-2/+2
* When a string comparison condition contains no mismatching characterIngo Schwarze2014-12-161-1/+1
* When a numerical condition errors out after consuming at least oneIngo Schwarze2014-12-161-2/+5
* Empty conditions count as false.Ingo Schwarze2014-12-151-0/+2
* correct some character names to match groff;Ingo Schwarze2014-12-152-15/+15
* Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze2014-12-151-3/+4
* Catch localtime() failure for additional safety;Ingo Schwarze2014-12-151-0/+2
* version 1.13.2VERSION.1.13.2Ingo Schwarze2014-12-132-2/+2
* Fix a regression found by Carsten dot Kunze at arcor dot de:Ingo Schwarze2014-12-132-5/+12
* escape Nd on a macro lineIngo Schwarze2014-12-121-1/+1
* Guard some come needed for database support only by #if HAVE_SQLITE3.Ingo Schwarze2014-12-111-4/+19
* Make this work on illumos:Ingo Schwarze2014-12-111-30/+8
* fix RCS IDsIngo Schwarze2014-12-111-1/+2
* sync to OpenBSDIngo Schwarze2014-12-113-6/+14
* new Copyright yearsIngo Schwarze2014-12-111-2/+2
* link to EuroBSDCon 2014Ingo Schwarze2014-12-111-2/+3
* correctly align document header and footer;Ingo Schwarze2014-12-101-3/+6
* the asciidoc/docbook toolchain uses braindead \h for indentationIngo Schwarze2014-12-101-2/+3
* more release preparationsIngo Schwarze2014-12-092-3/+75
* first cut at updating for the next releaseIngo Schwarze2014-12-091-17/+42
* Support choosing alternative binary and manual names from configure.local,Ingo Schwarze2014-12-094-16/+74
* Integrate the makewhatis binary into the mandoc binaryIngo Schwarze2014-12-094-21/+26
* Some sorting and some more comments.Ingo Schwarze2014-12-091-18/+27
* Install "man" as a hardlink to "mandoc" during db-install.Ingo Schwarze2014-12-091-11/+7
* When opening mandoc.db fails, tell the user in which directory.Ingo Schwarze2014-12-061-1/+3
* implement help(1)Ingo Schwarze2014-12-051-8/+21
* Improve parsing of function names.Ingo Schwarze2014-12-051-24/+27
* Do not misinterpret function arguments as function names;Ingo Schwarze2014-12-051-0/+3
* Render text before, not after accumulating flag bits, such that flagsIngo Schwarze2014-12-051-116/+107
* When finding a .so link after the page was already processed,Ingo Schwarze2014-12-041-3/+16
* correctly store .Dt and .TH information in the names tableIngo Schwarze2014-12-041-10/+27
* in the SYNOPSIS, add .Fo and first .Fn arguments to the names tableIngo Schwarze2014-12-041-1/+16
* In the SYNOPSIS, if .Nm occurs without argument, give the first .NmIngo Schwarze2014-12-041-24/+47
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-043-3/+3
* Ignore macros that never produce any text when deciding whetherIngo Schwarze2014-12-041-12/+23
* delete five entries that were already fixedIngo Schwarze2014-12-031-23/+0
* Switch the default output mode from -Tascii to -Tlocale.Ingo Schwarze2014-12-022-6/+8