aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze2017-02-164-13/+19
* Fix rev. 1.280: -O syntax is different in default apropos(1) outputIngo Schwarze2017-02-161-18/+23
* Fix block scoping error if an explicit block is broken by twoIngo Schwarze2017-02-164-13/+32
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-167-28/+14
* Style improvement, no functional change.Ingo Schwarze2017-02-151-8/+7
* Fix previous: I forgot that i had to change the convention howIngo Schwarze2017-02-151-2/+2
* Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze2017-02-129-13/+45
* Do not read one element past the end of the static const termacts array.Ingo Schwarze2017-02-111-2/+3
* new regression tests for mdoc_macro.c revs. 1.211-1.215Ingo Schwarze2017-02-1113-12/+85
* Disable three UTF-8 tests that expose bugs in wcwidth(3) in theIngo Schwarze2017-02-111-1/+1
* Never look for broken blocks inside blocks that are already closed.Ingo Schwarze2017-02-112-5/+8
* Do not prematurely close .Nd containing a broken child.Ingo Schwarze2017-02-112-5/+13
* Do not prematurely mark intermediate blocks as broken while scanningIngo Schwarze2017-02-111-10/+17
* For child macros of block-end macros, only scan backwards for pendingIngo Schwarze2017-02-101-7/+8
* In the SYNOPSIS, .Nm blocks can get broken if one of their childrenIngo Schwarze2017-02-102-8/+18
* In -Ttree output mode, show the BROKEN node flag andIngo Schwarze2017-02-106-13/+35
* same as mandocdb.c rev. 1.196:Ingo Schwarze2017-02-091-3/+4
* Illumos doesn't have O_DIRECTORY. Work around that for now, mayIngo Schwarze2017-02-091-1/+5
* Escape literal braces in a regular expression.Ingo Schwarze2017-02-091-2/+2
* On some systems (e.g. Solaris 11) diff(1) does not support -a.Ingo Schwarze2017-02-081-6/+10
* mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10Ingo Schwarze2017-02-081-1/+3
* config glue for recvmsg(2) and CMSG_FIRSTHDR(3);Ingo Schwarze2017-02-087-6/+78
* sendmsg(3) may block, so retryIngo Schwarze2017-02-081-2/+19
* even catman needs libmandoc on systems not having ftsIngo Schwarze2017-02-081-3/+3
* protect <err.h> inclusionIngo Schwarze2017-02-081-1/+3
* more 1.14.1 release preparationsIngo Schwarze2017-02-085-26/+46
* reference a relevant mail for one TODO itemIngo Schwarze2017-02-081-2/+2
* remove some instances of MdocdateIngo Schwarze2017-02-083-3/+3
* disable some tests that expose wcwidth(3) differences among systemsIngo Schwarze2017-02-081-1/+4
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081244-0/+23823
* first draft of NEWS for 1.14.1Ingo Schwarze2017-02-071-1/+108
* new manual pages for catman(8) and mandocd(8)Ingo Schwarze2017-02-063-2/+392
* Polishing:Ingo Schwarze2017-02-062-20/+55
* explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does notIngo Schwarze2017-02-061-2/+2
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-064-13/+17
* uint8_t requires <stdint.h>; from Michael StapelbergIngo Schwarze2017-02-051-1/+2
* document output spacing near delimitersIngo Schwarze2017-02-051-3/+5
* remove several things that were taken care of in the pastIngo Schwarze2017-02-051-26/+1
* add missing file man.options.1Ingo Schwarze2017-02-051-1/+2
* document hyphenationIngo Schwarze2017-02-051-2/+26
* Wrap .St content in a <span class="St">.Ingo Schwarze2017-02-052-4/+13
* fix font selection for .Bf without argumentIngo Schwarze2017-02-051-2/+2
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze2017-02-055-22/+26
* for .Rs, use <cite>Ingo Schwarze2017-02-054-6/+9
* Improve <table> syntax:Ingo Schwarze2017-02-055-18/+22
* experimental mandocd(8) and catman(8)Ingo Schwarze2017-02-045-12/+522
* Do not fix the default indent for all subsequent files; some may useIngo Schwarze2017-02-042-3/+9
* Minor cleanup, no functional change:Ingo Schwarze2017-02-031-7/+7
* more work found in old mailsIngo Schwarze2017-02-031-2/+18
* If an application parses multiple files with mparse_readfd(3) butIngo Schwarze2017-02-031-1/+2