| Commit message (Expand) | Author | Age | Files | Lines |
* | correctly handle scaling units after .PD | Ingo Schwarze | 2014-12-23 | 1 | -2/+4 |
* | The code already pays attention not to close the same block twice. | Ingo Schwarze | 2014-12-22 | 1 | -2/+2 |
* | Use -m for macro set selection in mandoc(1) mode only, not in man(1) | Ingo Schwarze | 2014-12-21 | 1 | -7/+7 |
* | ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.); | Ingo Schwarze | 2014-12-21 | 3 | -5/+8 |
* | Fix two issues causing a class of assertion failures found by jsg@ with afl. | Ingo Schwarze | 2014-12-20 | 1 | -8/+19 |
* | resolve some code duplication; no functional change | Ingo Schwarze | 2014-12-20 | 1 | -26/+18 |
* | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze | 2014-12-19 | 4 | -18/+28 |
* | Rewrite the low-level UTF-8 parser from scratch. | Ingo Schwarze | 2014-12-19 | 1 | -75/+58 |
* | update usage() and the list of non-standard (i.e. non-posix) options; | Ingo Schwarze | 2014-12-18 | 2 | -3/+5 |
* | Don't let .Ta creep into an already-closed list; same as for .It. | Ingo Schwarze | 2014-12-18 | 1 | -1/+2 |
* | Only keep leading .Sm inside a list when it immediately precedes | Ingo Schwarze | 2014-12-18 | 1 | -1/+4 |
* | When the head of a list item is extended with a partial explicit | Ingo Schwarze | 2014-12-18 | 1 | -6/+6 |
* | Don't let the modulo operator divide by zero. | Ingo Schwarze | 2014-12-18 | 1 | -1/+7 |
* | The code is already careful to not add items to lists that were | Ingo Schwarze | 2014-12-18 | 2 | -20/+32 |
* | [[:<:]] is not POSIX | Ingo Schwarze | 2014-12-17 | 1 | -0/+4 |
* | minimally document -IOKTW; requested by naddy@ | Ingo Schwarze | 2014-12-17 | 1 | -8/+65 |
* | Be a bit more lenient in what to accept for section names given | Ingo Schwarze | 2014-12-17 | 1 | -5/+6 |
* | Ignore mdoc(7) and man(7) macros inside tbl(7) code because they | Ingo Schwarze | 2014-12-16 | 4 | -4/+22 |
* | correct -Tutf8 and -Thtml rendering of \(~= | Ingo Schwarze | 2014-12-16 | 2 | -7/+7 |
* | Explicit block closure macros clobber next-line block head scope, | Ingo Schwarze | 2014-12-16 | 1 | -2/+2 |
* | When a string comparison condition contains no mismatching character | Ingo Schwarze | 2014-12-16 | 1 | -1/+1 |
* | When a numerical condition errors out after consuming at least one | Ingo Schwarze | 2014-12-16 | 1 | -2/+5 |
* | Empty conditions count as false. | Ingo Schwarze | 2014-12-15 | 1 | -0/+2 |
* | correct some character names to match groff; | Ingo Schwarze | 2014-12-15 | 2 | -15/+15 |
* | Let "man n open" do the same as "man -s n open" again, that is, | Ingo Schwarze | 2014-12-15 | 1 | -3/+4 |
* | Catch localtime() failure for additional safety; | Ingo Schwarze | 2014-12-15 | 1 | -0/+2 |
* | version 1.13.2VERSION.1.13.2 | Ingo Schwarze | 2014-12-13 | 2 | -2/+2 |
* | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze | 2014-12-13 | 2 | -5/+12 |
* | escape Nd on a macro line | Ingo Schwarze | 2014-12-12 | 1 | -1/+1 |
* | Guard some come needed for database support only by #if HAVE_SQLITE3. | Ingo Schwarze | 2014-12-11 | 1 | -4/+19 |
* | Make this work on illumos: | Ingo Schwarze | 2014-12-11 | 1 | -30/+8 |
* | fix RCS IDs | Ingo Schwarze | 2014-12-11 | 1 | -1/+2 |
* | sync to OpenBSD | Ingo Schwarze | 2014-12-11 | 3 | -6/+14 |
* | new Copyright years | Ingo Schwarze | 2014-12-11 | 1 | -2/+2 |
* | link to EuroBSDCon 2014 | Ingo Schwarze | 2014-12-11 | 1 | -2/+3 |
* | correctly align document header and footer; | Ingo Schwarze | 2014-12-10 | 1 | -3/+6 |
* | the asciidoc/docbook toolchain uses braindead \h for indentation | Ingo Schwarze | 2014-12-10 | 1 | -2/+3 |
* | more release preparations | Ingo Schwarze | 2014-12-09 | 2 | -3/+75 |
* | first cut at updating for the next release | Ingo Schwarze | 2014-12-09 | 1 | -17/+42 |
* | Support choosing alternative binary and manual names from configure.local, | Ingo Schwarze | 2014-12-09 | 4 | -16/+74 |
* | Integrate the makewhatis binary into the mandoc binary | Ingo Schwarze | 2014-12-09 | 4 | -21/+26 |
* | Some sorting and some more comments. | Ingo Schwarze | 2014-12-09 | 1 | -18/+27 |
* | Install "man" as a hardlink to "mandoc" during db-install. | Ingo Schwarze | 2014-12-09 | 1 | -11/+7 |
* | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze | 2014-12-06 | 1 | -1/+3 |
* | implement help(1) | Ingo Schwarze | 2014-12-05 | 1 | -8/+21 |
* | Improve parsing of function names. | Ingo Schwarze | 2014-12-05 | 1 | -24/+27 |
* | Do not misinterpret function arguments as function names; | Ingo Schwarze | 2014-12-05 | 1 | -0/+3 |
* | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze | 2014-12-05 | 1 | -116/+107 |
* | When finding a .so link after the page was already processed, | Ingo Schwarze | 2014-12-04 | 1 | -3/+16 |
* | correctly store .Dt and .TH information in the names table | Ingo Schwarze | 2014-12-04 | 1 | -10/+27 |