aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Structural cleanup, no functional change:Ingo Schwarze2019-07-261-55/+61
* tagging support for .TP and .TQ; try e.g. man -O tag=commit cvsIngo Schwarze2019-07-231-1/+13
* Slowly start implementing tagging support for man(7) pages, evenIngo Schwarze2019-07-223-6/+69
* If no tags were generated at all, unlink(2) the empty tags file asIngo Schwarze2019-07-192-5/+14
* new test for an empty text block; from rea@ via bapt@ (FreeBSD)Ingo Schwarze2019-07-183-2/+44
* don't print the final heads-up about messagesIngo Schwarze2019-07-151-2/+3
* explain escaping of end-of-sentence characters;Ingo Schwarze2019-07-152-4/+17
* If messages are shown and output is printed without a pager, displayIngo Schwarze2019-07-143-4/+16
* When parsing a tab character that is not preceded by a space characterIngo Schwarze2019-07-115-8/+10
* Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze2019-07-108-249/+346
* in man.cgi(8), disable -O toc by default; requested by deraadt@Ingo Schwarze2019-07-101-2/+1
* The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIXIngo Schwarze2019-07-091-6/+10
* prevent mandoc from segfaulting if /tmp is not writable;Ingo Schwarze2019-07-061-3/+5
* use the standard spelling of the word "idiosyncrasy";Ingo Schwarze2019-07-011-3/+3
* delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze2019-07-0110-22/+22
* 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