summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The header file "html.h" uses enum roff_tok,Ingo Schwarze2019-03-174-43/+64
* When drawing a horizontal line in tbl(7) UTF-8 output, it is notIngo Schwarze2019-03-161-12/+17
* Contrary to what the NetBSD attribute(3) manual page suggests,Ingo Schwarze2019-03-132-4/+4
* mark check_abort() and post_abort() as __dead;Ingo Schwarze2019-03-112-4/+4
* release 1.14.5VERSION.1.14.5Ingo Schwarze2019-03-101-4/+9
* Automatically detect whether diff(1) supports the -a option.Ingo Schwarze2019-03-101-0/+1
* Mention mandoc.db(5), makewhatis(8), and weekly(8).Ingo Schwarze2019-03-091-0/+12
* new dist-install maintainer targetIngo Schwarze2019-03-061-0/+4
* while $() is more modern than ``, it does not work with theIngo Schwarze2019-03-061-1/+1
* mention Solaris BUGS in regress.pl(1)Ingo Schwarze2019-03-062-2/+21
* this file needs to #include "config.h" because it calls getprogname();Ingo Schwarze2019-03-061-0/+2
* drop redundant '0' flag from "%02.2X" format string;Ingo Schwarze2019-03-061-1/+1
* work towards 1.14.5, mostly updating WWW_INCSIngo Schwarze2019-03-061-6/+9
* add arch.oIngo Schwarze2019-03-061-0/+1
* draft 1.14.5 NEWS entryIngo Schwarze2019-03-061-0/+69
* autoconfiguration test whether less(1) supports the -T option;Ingo Schwarze2019-03-063-0/+21
* For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>Ingo Schwarze2019-03-041-1/+1
* add libbe; from kevans@ via FreeBSD rev. 337663Ingo Schwarze2019-03-041-0/+1
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-048-55/+114
* Fix the last straggler where the struct roff_node "line" memberIngo Schwarze2019-03-042-5/+1
* additional comments on two TODO itemsIngo Schwarze2019-03-041-3/+11
* Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze2019-03-034-8/+24
* add forgotten mparse options to two rarely used programsIngo Schwarze2019-03-032-3/+4
* Do not open a subsection for each and every macro.Ingo Schwarze2019-03-021-176/+163
* remove a few words to improve flow; from tedu@Ingo Schwarze2019-03-021-2/+2
* Represent multiple subsequent .IP blocks having a consistentIngo Schwarze2019-03-022-20/+67
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-0112-23/+47
* Format multiple subsequent .IP or multiple subsequent .TP/.TQIngo Schwarze2019-02-282-7/+28
* Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze2019-02-231-0/+11
* The horizontal line in a data cell containing only "_" or "="Ingo Schwarze2019-02-091-47/+44
* add a BUGS section explaining the situation with box and line drawingIngo Schwarze2019-02-091-1/+15
* ignore empty request lines in the table data reader;Ingo Schwarze2019-02-091-9/+22
* fix typo: "a data cells" -> "a data cell"; from bentley@Ingo Schwarze2019-02-081-1/+1
* style improvement from jmc@, no output change;Ingo Schwarze2019-02-071-4/+2
* Remove the misleading statement ".No takes no arguments".Ingo Schwarze2019-02-061-2/+2
* Let roff_getname() end the roff identifier at a tab characterIngo Schwarze2019-02-0618-22/+217
* adjust style and comments in roff_getname(); no functional changeIngo Schwarze2019-02-061-11/+14
* Relax overzealous PATH_INFO validation.Ingo Schwarze2019-01-311-1/+1
* Since resetting of offsets works quite differently in man(7) and mdoc(7),Ingo Schwarze2019-01-313-2/+29
* Fix tbl(7) centering in mdoc(7) documents.Ingo Schwarze2019-01-311-3/+7
* The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze2019-01-184-55/+70
* Delete several entries that were already fixed.Ingo Schwarze2019-01-171-28/+1
* Test handling of escaped backslashes because the code related toIngo Schwarze2019-01-175-2/+97
* In PostScript and PDF output, one AFM unit is not nearly enoughIngo Schwarze2019-01-151-2/+3
* Improve error reporting when a file given on the command lineIngo Schwarze2019-01-112-3/+5
* do not access a NULL pointer when formatting a completely empty documentIngo Schwarze2019-01-112-3/+3
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-1111-78/+140
* After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze2019-01-102-13/+6
* Initializers for file-scope static variables should be compile-timeIngo Schwarze2019-01-102-2/+3
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-0741-181/+618