summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze2017-08-233-13/+13
* 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-82/+82
* Correct the mandoc.db(5) requirements of man(1) after the deprecationIngo Schwarze2017-08-221-2/+6
* When finding a bogus database entry,Ingo Schwarze2017-08-221-0/+10
* When the stdout stream gets broken, there is no point in readingIngo Schwarze2017-08-211-0/+11
* sync with FreeBSD;Ingo Schwarze2017-08-201-6/+16
* Delete the lie that $PAGER would only be used with -a or -l; the textIngo Schwarze2017-08-191-5/+0
* document -O mdoc; triggered by a question from jmc@ and OK jmc@Ingo Schwarze2017-08-191-0/+14
* Make the "new sentence, new line" check stricter, allowing digitsIngo Schwarze2017-08-111-2/+2
* Add two EXAMPLES; triggered by a question from jmc@.Ingo Schwarze2017-08-111-0/+10
* Explain how to transform markup for the terminal when not using aIngo Schwarze2017-08-091-10/+16
* release 1.14.3VERSION.1.14.3Ingo Schwarze2017-08-052-1/+16
* No longer use names that only occur in the SYNOPSIS section as namesIngo Schwarze2017-08-022-23/+51
* Ignore explicitly specified negative column widths rather thanIngo Schwarze2017-07-312-1/+7
* Fix an out of bounds read access to a constant array that causedIngo Schwarze2017-07-312-3/+3
* final tweaks for the 1.14.2 releaseVERSION.1.14.2Ingo Schwarze2017-07-282-13/+19
* When the mparse_alloc() prototype changed in read.c 1.179, updatingIngo Schwarze2017-07-281-1/+1
* fix typo in TERMP_MULTICOL flag test;Ingo Schwarze2017-07-281-1/+1
* 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-28/+20
* 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-1/+1
* two more entries from the mdoclint TODO, clerified by wiz@Ingo Schwarze2017-07-241-1/+10
* migrate the mdoclint(1) TODO list here, from pkgsrcIngo Schwarze2017-07-221-0/+13
* Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze2017-07-206-12/+12
* more renaming from mdocml to mandocIngo Schwarze2017-07-203-13/+13
* mention -Tlint to stdoutIngo Schwarze2017-07-201-0/+2
* MAP_PRIVATE is pointless without PROT_WRITEIngo Schwarze2017-07-201-5/+0
* For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze2017-07-203-16/+12
* Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze2017-07-201-9/+15
* correctly handle letters in .Nx arguments; improves for exampleIngo Schwarze2017-07-202-5/+15
* three ideas found in a different TODO fileIngo Schwarze2017-07-201-0/+8
* * clean catman.o which was missingIngo Schwarze2017-07-201-13/+5
* syncIngo Schwarze2017-07-201-2/+2
* Fix incorrectly swapped labels of left/right arrows; from bentley@.Ingo Schwarze2017-07-201-1/+1
* delete some entries that have been taken care ofIngo Schwarze2017-07-191-47/+0
* more bits for 1.14.2Ingo Schwarze2017-07-191-5/+9
* Prefer arch-dependent over arch-independent pages if the name priority,Ingo Schwarze2017-07-191-3/+19
* Run the regression tests iteratively rather than recursively.Ingo Schwarze2017-07-182-232/+236
* The only elements using floats are dt.It-tag,Ingo Schwarze2017-07-161-2/+3
* test -diag -width and -inset -widthIngo Schwarze2017-07-169-12/+20
* In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze2017-07-153-20/+27
* use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze2017-07-152-2/+2
* If -column, -diag, -inset, -item, or -ohang lists have a -width,Ingo Schwarze2017-07-151-4/+5
* correct left margins for different classes of definition listsIngo Schwarze2017-07-151-5/+5
* print the right character for mathematical overbar; from bentley@Ingo Schwarze2017-07-155-5/+5
* Improve rev. 1.250 further:Ingo Schwarze2017-07-151-1/+1
* first draft of the 1.14.2 release notesIngo Schwarze2017-07-151-0/+74
* always give commas their own <mo> element,Ingo Schwarze2017-07-141-1/+1