aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze2017-10-251-3/+1
* Properly close out the top-level Font object, the end-of-pageIngo Schwarze2017-10-251-4/+4
* Modernize documentation of .Ao and .Aq.Ingo Schwarze2017-10-231-17/+41
* HISTORY: mention first appearance in OpenBSDIngo Schwarze2017-10-171-3/+5
* Do not segfault when there are two .Dt macros, the first withoutIngo Schwarze2017-09-121-2/+5
* typo: convertion -> convention; from dcoppa@Ingo Schwarze2017-09-071-3/+3
* fix a NULL pointer access on deroff() failure;Ingo Schwarze2017-09-061-1/+3
* fix grammar; while here, improve spacing; from sobrado@Ingo Schwarze2017-09-041-3/+3
* format ".IP *" etc. as <ul> rather than <dl>Ingo Schwarze2017-09-021-1/+5
* Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze2017-08-261-6/+6
* Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze2017-08-261-40/+52
* No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze2017-08-261-21/+4
* remove spacing after another representation of unary minusIngo Schwarze2017-08-231-3/+5
* remove spacing after unary minusIngo Schwarze2017-08-231-3/+5
* eliminate white space after opening and before closing punctuationIngo Schwarze2017-08-234-6/+12
* use the tty-char macro file for ASCII comparisonsIngo Schwarze2017-08-231-1/+1
* Suppress spacing before certain kinds of lists.Ingo Schwarze2017-08-232-4/+14
* Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze2017-08-233-14/+14
* catch up with ASCII renderings in chars.c rev. 1.72Ingo Schwarze2017-08-2321-113/+118
* Switch ASCII rendering of the same mathematical symbols and greekIngo Schwarze2017-08-232-84/+84
* Correct the mandoc.db(5) requirements of man(1) after the deprecationIngo Schwarze2017-08-221-4/+8
* When finding a bogus database entry,Ingo Schwarze2017-08-221-1/+11
* When the stdout stream gets broken, there is no point in readingIngo Schwarze2017-08-211-1/+12
* sync with FreeBSD;Ingo Schwarze2017-08-201-7/+17
* Delete the lie that $PAGER would only be used with -a or -l; the textIngo Schwarze2017-08-191-7/+2
* document -O mdoc; triggered by a question from jmc@ and OK jmc@Ingo Schwarze2017-08-191-2/+16
* Make the "new sentence, new line" check stricter, allowing digitsIngo Schwarze2017-08-111-3/+3
* Add two EXAMPLES; triggered by a question from jmc@.Ingo Schwarze2017-08-111-2/+12
* Explain how to transform markup for the terminal when not using aIngo Schwarze2017-08-091-12/+18
* release 1.14.3VERSION_1_14_3Ingo Schwarze2017-08-052-3/+18
* No longer use names that only occur in the SYNOPSIS section as namesIngo Schwarze2017-08-022-24/+52
* Ignore explicitly specified negative column widths rather thanIngo Schwarze2017-07-312-3/+9
* Fix an out of bounds read access to a constant array that causedIngo Schwarze2017-07-312-5/+5
* final tweaks for the 1.14.2 releaseVERSION_1_14_2Ingo Schwarze2017-07-282-15/+21
* When the mparse_alloc() prototype changed in read.c 1.179, updatingIngo Schwarze2017-07-281-2/+2
* fix typo in TERMP_MULTICOL flag test;Ingo Schwarze2017-07-281-2/+2
* disable .Xr -Tlint test for now,Ingo Schwarze2017-07-281-0/+3
* Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze2017-07-286-30/+22
* Fix a typo that caused a non-constant stringIngo Schwarze2017-07-261-2/+1
* Cast the return value of chdir(2) to void. We already have a commentIngo Schwarze2017-07-261-2/+2
* two more entries from the mdoclint TODO, clerified by wiz@Ingo Schwarze2017-07-241-2/+11
* migrate the mdoclint(1) TODO list here, from pkgsrcIngo Schwarze2017-07-221-1/+14
* Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze2017-07-206-14/+14
* more renaming from mdocml to mandocIngo Schwarze2017-07-203-17/+17
* mention -Tlint to stdoutIngo Schwarze2017-07-201-1/+3
* MAP_PRIVATE is pointless without PROT_WRITEIngo Schwarze2017-07-201-6/+1
* For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze2017-07-203-20/+16
* Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze2017-07-201-10/+16
* correctly handle letters in .Nx arguments; improves for exampleIngo Schwarze2017-07-202-7/+17
* three ideas found in a different TODO fileIngo Schwarze2017-07-201-1/+9