summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize the local variable "lastln" in mparse_buf_r().Ingo Schwarze2019-06-031-1/+1
* Initialize the local variable "act" in print_mdoc_node().Ingo Schwarze2019-06-031-0/+1
* Support prefers-color-scheme: dark.Ingo Schwarze2019-06-021-7/+20
* use proper crossreference; patch from naddy@Ingo Schwarze2019-05-261-1/+2
* Do not print the style message "missing date" when the date is givenIngo Schwarze2019-05-211-2/+2
* socppc makes an extended visit to the bigbucket;Ingo Schwarze2019-05-211-1/+1
* avoid duplicate "bad argument" error message, also shortening the codeIngo Schwarze2019-05-032-7/+3
* when processing unknown output options, prevent passing NULL to printf;Ingo Schwarze2019-05-031-2/+3
* Enter dangling .so links into the database, to avoid harassingIngo Schwarze2019-05-031-6/+11
* In fs_lookup(), use stat(2) rather than access(2) to check file existence.Ingo Schwarze2019-05-032-12/+11
* In man(1) mode with a specific section requested,Ingo Schwarze2019-05-032-17/+16
* In man(1) mode, when the first argument starts with a digit,Ingo Schwarze2019-05-031-1/+1
* In man(1) mode, i.e. when asking for a single manual page by name,Ingo Schwarze2019-04-304-8/+9
* In HTML output, allow switching the desired font for subsequentIngo Schwarze2019-04-305-67/+35
* improve the description of the message "blank line in fill mode";Ingo Schwarze2019-04-301-1/+4
* clarify the difference between .Cm and .Ic;Ingo Schwarze2019-04-241-8/+10
* clarify how .%P is conventionally used;Ingo Schwarze2019-04-231-1/+8
* add missing "pp." to .%P macro;Ingo Schwarze2019-04-231-1/+1
* issues found by Jan Stary in groffer(1) version 1.19Ingo Schwarze2019-04-231-0/+21
* When calling an empty macro, do not clobber existing arguments.Ingo Schwarze2019-04-214-4/+36
* Implement the roff .break request (break out of a .while loop).Ingo Schwarze2019-04-215-12/+73
* new man(1) issues from Lorenzo Beretta <loreb at github>Ingo Schwarze2019-04-011-0/+24
* While we do encourage simplicity in the sense of writing plain '-'Ingo Schwarze2019-03-311-2/+2
* Set the maximum column index in a tbl(7) to the maximum *right* edgeIngo Schwarze2019-03-291-1/+1
* When the last line of the input is empty and the previous line reducedIngo Schwarze2019-03-191-0/+2
* fix a NULL pointer access on empty tbl(7) data cellsIngo Schwarze2019-03-181-2/+4
* 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