aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* The code already pays attention not to close the same block twice.Ingo Schwarze2014-12-221-3/+3
* Use -m for macro set selection in mandoc(1) mode only, not in man(1)Ingo Schwarze2014-12-211-8/+8
* ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.);Ingo Schwarze2014-12-213-7/+10
* Fix two issues causing a class of assertion failures found by jsg@ with afl.Ingo Schwarze2014-12-201-9/+20
* resolve some code duplication; no functional changeIngo Schwarze2014-12-201-27/+19
* Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze2014-12-194-22/+32
* Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze2014-12-191-76/+59
* update usage() and the list of non-standard (i.e. non-posix) options;Ingo Schwarze2014-12-182-6/+8
* Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze2014-12-181-2/+3
* Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze2014-12-181-2/+5
* When the head of a list item is extended with a partial explicitIngo Schwarze2014-12-181-7/+7
* Don't let the modulo operator divide by zero.Ingo Schwarze2014-12-181-2/+8
* The code is already careful to not add items to lists that wereIngo Schwarze2014-12-182-22/+34
* [[:<:]] is not POSIXIngo Schwarze2014-12-171-1/+5
* minimally document -IOKTW; requested by naddy@Ingo Schwarze2014-12-171-10/+67
* Be a bit more lenient in what to accept for section names givenIngo Schwarze2014-12-171-6/+7
* Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze2014-12-164-9/+27
* correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze2014-12-162-10/+10
* Explicit block closure macros clobber next-line block head scope,Ingo Schwarze2014-12-161-3/+3
* When a string comparison condition contains no mismatching characterIngo Schwarze2014-12-161-2/+2
* When a numerical condition errors out after consuming at least oneIngo Schwarze2014-12-161-3/+6
* Empty conditions count as false.Ingo Schwarze2014-12-151-1/+3
* correct some character names to match groff;Ingo Schwarze2014-12-152-18/+18
* Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze2014-12-151-4/+5
* Catch localtime() failure for additional safety;Ingo Schwarze2014-12-151-1/+3
* 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