| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix previous: stupid typo | Ingo Schwarze | 2017-02-16 | 1 | -2/+2 |
* | Provide a variable BINM_CATMAN. | Ingo Schwarze | 2017-02-16 | 4 | -5/+15 |
* | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze | 2017-02-16 | 4 | -9/+15 |
* | Fix rev. 1.280: -O syntax is different in default apropos(1) output | Ingo Schwarze | 2017-02-16 | 1 | -17/+22 |
* | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze | 2017-02-16 | 4 | -12/+31 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 7 | -21/+7 |
* | Style improvement, no functional change. | Ingo Schwarze | 2017-02-15 | 1 | -7/+6 |
* | Fix previous: I forgot that i had to change the convention how | Ingo Schwarze | 2017-02-15 | 1 | -1/+1 |
* | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze | 2017-02-12 | 9 | -11/+43 |
* | Do not read one element past the end of the static const termacts array. | Ingo Schwarze | 2017-02-11 | 1 | -1/+2 |
* | new regression tests for mdoc_macro.c revs. 1.211-1.215 | Ingo Schwarze | 2017-02-11 | 13 | -12/+85 |
* | Disable three UTF-8 tests that expose bugs in wcwidth(3) in the | Ingo Schwarze | 2017-02-11 | 1 | -1/+1 |
* | Never look for broken blocks inside blocks that are already closed. | Ingo Schwarze | 2017-02-11 | 2 | -3/+6 |
* | Do not prematurely close .Nd containing a broken child. | Ingo Schwarze | 2017-02-11 | 2 | -3/+11 |
* | Do not prematurely mark intermediate blocks as broken while scanning | Ingo Schwarze | 2017-02-11 | 1 | -9/+16 |
* | For child macros of block-end macros, only scan backwards for pending | Ingo Schwarze | 2017-02-10 | 1 | -6/+7 |
* | In the SYNOPSIS, .Nm blocks can get broken if one of their children | Ingo Schwarze | 2017-02-10 | 2 | -6/+16 |
* | In -Ttree output mode, show the BROKEN node flag and | Ingo Schwarze | 2017-02-10 | 6 | -7/+29 |
* | same as mandocdb.c rev. 1.196: | Ingo Schwarze | 2017-02-09 | 1 | -2/+3 |
* | Illumos doesn't have O_DIRECTORY. Work around that for now, may | Ingo Schwarze | 2017-02-09 | 1 | -0/+4 |
* | Escape literal braces in a regular expression. | Ingo Schwarze | 2017-02-09 | 1 | -1/+1 |
* | On some systems (e.g. Solaris 11) diff(1) does not support -a. | Ingo Schwarze | 2017-02-08 | 1 | -5/+9 |
* | mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10 | Ingo Schwarze | 2017-02-08 | 1 | -0/+2 |
* | config glue for recvmsg(2) and CMSG_FIRSTHDR(3); | Ingo Schwarze | 2017-02-08 | 7 | -1/+73 |
* | sendmsg(3) may block, so retry | Ingo Schwarze | 2017-02-08 | 1 | -1/+18 |
* | even catman needs libmandoc on systems not having fts | Ingo Schwarze | 2017-02-08 | 1 | -2/+2 |
* | protect <err.h> inclusion | Ingo Schwarze | 2017-02-08 | 1 | -0/+2 |
* | more 1.14.1 release preparations | Ingo Schwarze | 2017-02-08 | 5 | -22/+42 |
* | reference a relevant mail for one TODO item | Ingo Schwarze | 2017-02-08 | 1 | -1/+1 |
* | remove some instances of Mdocdate | Ingo Schwarze | 2017-02-08 | 3 | -3/+3 |
* | disable some tests that expose wcwidth(3) differences among systems | Ingo Schwarze | 2017-02-08 | 1 | -1/+4 |
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 1244 | -0/+23823 |
* | first draft of NEWS for 1.14.1 | Ingo Schwarze | 2017-02-07 | 1 | -0/+107 |
* | new manual pages for catman(8) and mandocd(8) | Ingo Schwarze | 2017-02-06 | 3 | -1/+391 |
* | Polishing: | Ingo Schwarze | 2017-02-06 | 2 | -18/+53 |
* | explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does not | Ingo Schwarze | 2017-02-06 | 1 | -2/+2 |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 4 | -9/+13 |
* | uint8_t requires <stdint.h>; from Michael Stapelberg | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | document output spacing near delimiters | Ingo Schwarze | 2017-02-05 | 1 | -1/+3 |
* | remove several things that were taken care of in the past | Ingo Schwarze | 2017-02-05 | 1 | -25/+0 |
* | add missing file man.options.1 | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | document hyphenation | Ingo Schwarze | 2017-02-05 | 1 | -0/+24 |
* | Wrap .St content in a <span class="St">. | Ingo Schwarze | 2017-02-05 | 2 | -2/+11 |
* | fix font selection for .Bf without argument | Ingo Schwarze | 2017-02-05 | 1 | -1/+1 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze | 2017-02-05 | 5 | -17/+21 |
* | for .Rs, use <cite> | Ingo Schwarze | 2017-02-05 | 4 | -2/+5 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 5 | -13/+17 |
* | experimental mandocd(8) and catman(8) | Ingo Schwarze | 2017-02-04 | 5 | -9/+519 |
* | Do not fix the default indent for all subsequent files; some may use | Ingo Schwarze | 2017-02-04 | 2 | -1/+7 |
* | Minor cleanup, no functional change: | Ingo Schwarze | 2017-02-03 | 1 | -6/+6 |