aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix mandoc_normdate() and the way it is used.Ingo Schwarze2019-06-273-35/+26
* Improve "man -h" output.Ingo Schwarze2019-06-272-22/+31
* Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze2019-06-115-8/+114
* Explicitly state that the cases in the inner switch in term_fill()Ingo Schwarze2019-06-031-1/+3
* Initialize the local variable "lastln" in mparse_buf_r().Ingo Schwarze2019-06-031-2/+2
* Initialize the local variable "act" in print_mdoc_node().Ingo Schwarze2019-06-031-1/+2
* Support prefers-color-scheme: dark.Ingo Schwarze2019-06-021-8/+21
* use proper crossreference; patch from naddy@Ingo Schwarze2019-05-261-3/+4
* Do not print the style message "missing date" when the date is givenIngo Schwarze2019-05-211-3/+3
* socppc makes an extended visit to the bigbucket;Ingo Schwarze2019-05-211-2/+2
* avoid duplicate "bad argument" error message, also shortening the codeIngo Schwarze2019-05-032-9/+5
* when processing unknown output options, prevent passing NULL to printf;Ingo Schwarze2019-05-031-3/+4
* Enter dangling .so links into the database, to avoid harassingIngo Schwarze2019-05-031-7/+12
* In fs_lookup(), use stat(2) rather than access(2) to check file existence.Ingo Schwarze2019-05-032-14/+13
* In man(1) mode with a specific section requested,Ingo Schwarze2019-05-032-19/+18
* In man(1) mode, when the first argument starts with a digit,Ingo Schwarze2019-05-031-2/+2
* In man(1) mode, i.e. when asking for a single manual page by name,Ingo Schwarze2019-04-304-12/+13
* In HTML output, allow switching the desired font for subsequentIngo Schwarze2019-04-305-71/+39
* improve the description of the message "blank line in fill mode";Ingo Schwarze2019-04-301-3/+6
* clarify the difference between .Cm and .Ic;Ingo Schwarze2019-04-241-10/+12
* clarify how .%P is conventionally used;Ingo Schwarze2019-04-231-3/+10
* add missing "pp." to .%P macro;Ingo Schwarze2019-04-231-3/+3
* issues found by Jan Stary in groffer(1) version 1.19Ingo Schwarze2019-04-231-1/+22
* When calling an empty macro, do not clobber existing arguments.Ingo Schwarze2019-04-214-5/+37
* Implement the roff .break request (break out of a .while loop).Ingo Schwarze2019-04-215-15/+76
* new man(1) issues from Lorenzo Beretta <loreb at github>Ingo Schwarze2019-04-011-1/+25
* While we do encourage simplicity in the sense of writing plain '-'Ingo Schwarze2019-03-311-4/+4
* Set the maximum column index in a tbl(7) to the maximum *right* edgeIngo Schwarze2019-03-291-2/+2
* When the last line of the input is empty and the previous line reducedIngo Schwarze2019-03-191-1/+3
* fix a NULL pointer access on empty tbl(7) data cellsIngo Schwarze2019-03-181-3/+5
* The header file "html.h" uses enum roff_tok,Ingo Schwarze2019-03-174-46/+67
* When drawing a horizontal line in tbl(7) UTF-8 output, it is notIngo Schwarze2019-03-161-13/+18
* Contrary to what the NetBSD attribute(3) manual page suggests,Ingo Schwarze2019-03-132-6/+6
* mark check_abort() and post_abort() as __dead;Ingo Schwarze2019-03-112-6/+6
* 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