aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* release 1.14.5VERSION_1_14_5Ingo Schwarze2019-03-101-5/+10
* Automatically detect whether diff(1) supports the -a option.Ingo Schwarze2019-03-101-1/+2
* Mention mandoc.db(5), makewhatis(8), and weekly(8).Ingo Schwarze2019-03-091-2/+14
* new dist-install maintainer targetIngo Schwarze2019-03-061-1/+5
* while $() is more modern than ``, it does not work with theIngo Schwarze2019-03-061-2/+2
* mention Solaris BUGS in regress.pl(1)Ingo Schwarze2019-03-062-5/+24
* this file needs to #include "config.h" because it calls getprogname();Ingo Schwarze2019-03-061-1/+3
* drop redundant '0' flag from "%02.2X" format string;Ingo Schwarze2019-03-061-2/+2
* work towards 1.14.5, mostly updating WWW_INCSIngo Schwarze2019-03-061-7/+10
* add arch.oIngo Schwarze2019-03-061-0/+1
* draft 1.14.5 NEWS entryIngo Schwarze2019-03-061-1/+70
* autoconfiguration test whether less(1) supports the -T option;Ingo Schwarze2019-03-063-3/+24
* For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>Ingo Schwarze2019-03-041-2/+2
* add libbe; from kevans@ via FreeBSD rev. 337663Ingo Schwarze2019-03-041-1/+2
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-048-62/+121
* Fix the last straggler where the struct roff_node "line" memberIngo Schwarze2019-03-042-7/+3
* additional comments on two TODO itemsIngo Schwarze2019-03-041-4/+12
* Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze2019-03-034-12/+28
* add forgotten mparse options to two rarely used programsIngo Schwarze2019-03-032-5/+6
* Do not open a subsection for each and every macro.Ingo Schwarze2019-03-021-178/+165
* remove a few words to improve flow; from tedu@Ingo Schwarze2019-03-021-4/+4
* Represent multiple subsequent .IP blocks having a consistentIngo Schwarze2019-03-022-22/+69
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-0112-29/+53
* Format multiple subsequent .IP or multiple subsequent .TP/.TQIngo Schwarze2019-02-282-9/+30
* Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze2019-02-231-2/+13
* The horizontal line in a data cell containing only "_" or "="Ingo Schwarze2019-02-091-48/+45
* add a BUGS section explaining the situation with box and line drawingIngo Schwarze2019-02-091-3/+17
* ignore empty request lines in the table data reader;Ingo Schwarze2019-02-091-10/+23
* fix typo: "a data cells" -> "a data cell"; from bentley@Ingo Schwarze2019-02-081-3/+3
* style improvement from jmc@, no output change;Ingo Schwarze2019-02-071-6/+4
* Remove the misleading statement ".No takes no arguments".Ingo Schwarze2019-02-061-4/+4
* Let roff_getname() end the roff identifier at a tab characterIngo Schwarze2019-02-0618-23/+218
* adjust style and comments in roff_getname(); no functional changeIngo Schwarze2019-02-061-12/+15
* Relax overzealous PATH_INFO validation.Ingo Schwarze2019-01-311-2/+2
* 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-4/+8
* The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze2019-01-184-59/+74
* Delete several entries that were already fixed.Ingo Schwarze2019-01-171-29/+2
* 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-3/+4
* Improve error reporting when a file given on the command lineIngo Schwarze2019-01-112-5/+7
* do not access a NULL pointer when formatting a completely empty documentIngo Schwarze2019-01-112-5/+5
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-1111-84/+146
* After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze2019-01-102-15/+8
* Initializers for file-scope static variables should be compile-timeIngo Schwarze2019-01-102-4/+5
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-0741-190/+627
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-0633-122/+466
* In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze2019-01-053-4/+36
* In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze2019-01-055-4/+70
* Slowly start doing more HTML output tests, in this case for theIngo Schwarze2019-01-054-12/+44