summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* duplicate anchorsIngo Schwarze2017-10-281-0/+4
* more readable conversion of paper size from millimeters to PostScriptIngo Schwarze2017-10-261-2/+2
* The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze2017-10-251-2/+0
* Properly close out the top-level Font object, the end-of-pageIngo Schwarze2017-10-251-3/+3
* Modernize documentation of .Ao and .Aq.Ingo Schwarze2017-10-231-15/+39
* HISTORY: mention first appearance in OpenBSDIngo Schwarze2017-10-171-1/+3
* Do not segfault when there are two .Dt macros, the first withoutIngo Schwarze2017-09-121-1/+4
* typo: convertion -> convention; from dcoppa@Ingo Schwarze2017-09-071-1/+1
* fix a NULL pointer access on deroff() failure;Ingo Schwarze2017-09-061-0/+2
* fix grammar; while here, improve spacing; from sobrado@Ingo Schwarze2017-09-041-1/+1
* format ".IP *" etc. as <ul> rather than <dl>Ingo Schwarze2017-09-021-0/+4
* Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze2017-08-261-5/+5
* Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze2017-08-261-39/+51
* No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze2017-08-261-20/+3
* remove spacing after another representation of unary minusIngo Schwarze2017-08-231-2/+4
* remove spacing after unary minusIngo Schwarze2017-08-231-2/+4
* eliminate white space after opening and before closing punctuationIngo Schwarze2017-08-234-5/+11
* 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-3/+13
* 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