aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* In the HTML formatter, assert(3) that no HTML nesting violation occurs.Ingo Schwarze2019-08-292-40/+52
* minor sync of the inline stylesheet with mandoc.css:Ingo Schwarze2019-08-021-12/+7
* Simplification, no functional change:Ingo Schwarze2019-07-281-37/+30
* There is no point in pledge(2)ing literally the same list twice,Ingo Schwarze2019-07-281-17/+1
* In man(1) mode, do the search for each name independently, andIngo Schwarze2019-07-281-82/+80
* Improve structure, no functional change:Ingo Schwarze2019-07-281-81/+91
* Move two more output state variables into the new struct outstate.Ingo Schwarze2019-07-273-32/+29
* Cleanup, no functional change:Ingo Schwarze2019-07-261-60/+62
* Structural cleanup, no functional change:Ingo Schwarze2019-07-261-38/+44
* 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