| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve "man -h" output. | Ingo Schwarze | 2019-06-27 | 2 | -20/+29 |
* | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze | 2019-06-11 | 5 | -6/+112 |
* | Explicitly state that the cases in the inner switch in term_fill() | Ingo Schwarze | 2019-06-03 | 1 | -0/+2 |
* | Initialize the local variable "lastln" in mparse_buf_r(). | Ingo Schwarze | 2019-06-03 | 1 | -1/+1 |
* | Initialize the local variable "act" in print_mdoc_node(). | Ingo Schwarze | 2019-06-03 | 1 | -0/+1 |
* | Support prefers-color-scheme: dark. | Ingo Schwarze | 2019-06-02 | 1 | -7/+20 |
* | use proper crossreference; patch from naddy@ | Ingo Schwarze | 2019-05-26 | 1 | -1/+2 |
* | Do not print the style message "missing date" when the date is given | Ingo Schwarze | 2019-05-21 | 1 | -2/+2 |
* | socppc makes an extended visit to the bigbucket; | Ingo Schwarze | 2019-05-21 | 1 | -1/+1 |
* | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze | 2019-05-03 | 2 | -7/+3 |
* | when processing unknown output options, prevent passing NULL to printf; | Ingo Schwarze | 2019-05-03 | 1 | -2/+3 |
* | Enter dangling .so links into the database, to avoid harassing | Ingo Schwarze | 2019-05-03 | 1 | -6/+11 |
* | In fs_lookup(), use stat(2) rather than access(2) to check file existence. | Ingo Schwarze | 2019-05-03 | 2 | -12/+11 |
* | In man(1) mode with a specific section requested, | Ingo Schwarze | 2019-05-03 | 2 | -17/+16 |
* | In man(1) mode, when the first argument starts with a digit, | Ingo Schwarze | 2019-05-03 | 1 | -1/+1 |
* | In man(1) mode, i.e. when asking for a single manual page by name, | Ingo Schwarze | 2019-04-30 | 4 | -8/+9 |
* | In HTML output, allow switching the desired font for subsequent | Ingo Schwarze | 2019-04-30 | 5 | -67/+35 |
* | improve the description of the message "blank line in fill mode"; | Ingo Schwarze | 2019-04-30 | 1 | -1/+4 |
* | clarify the difference between .Cm and .Ic; | Ingo Schwarze | 2019-04-24 | 1 | -8/+10 |
* | clarify how .%P is conventionally used; | Ingo Schwarze | 2019-04-23 | 1 | -1/+8 |
* | add missing "pp." to .%P macro; | Ingo Schwarze | 2019-04-23 | 1 | -1/+1 |
* | issues found by Jan Stary in groffer(1) version 1.19 | Ingo Schwarze | 2019-04-23 | 1 | -0/+21 |
* | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze | 2019-04-21 | 4 | -4/+36 |
* | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze | 2019-04-21 | 5 | -12/+73 |
* | new man(1) issues from Lorenzo Beretta <loreb at github> | Ingo Schwarze | 2019-04-01 | 1 | -0/+24 |
* | While we do encourage simplicity in the sense of writing plain '-' | Ingo Schwarze | 2019-03-31 | 1 | -2/+2 |
* | Set the maximum column index in a tbl(7) to the maximum *right* edge | Ingo Schwarze | 2019-03-29 | 1 | -1/+1 |
* | When the last line of the input is empty and the previous line reduced | Ingo Schwarze | 2019-03-19 | 1 | -0/+2 |
* | fix a NULL pointer access on empty tbl(7) data cells | Ingo Schwarze | 2019-03-18 | 1 | -2/+4 |
* | The header file "html.h" uses enum roff_tok, | Ingo Schwarze | 2019-03-17 | 4 | -43/+64 |
* | When drawing a horizontal line in tbl(7) UTF-8 output, it is not | Ingo Schwarze | 2019-03-16 | 1 | -12/+17 |
* | Contrary to what the NetBSD attribute(3) manual page suggests, | Ingo Schwarze | 2019-03-13 | 2 | -4/+4 |
* | mark check_abort() and post_abort() as __dead; | Ingo Schwarze | 2019-03-11 | 2 | -4/+4 |
* | release 1.14.5VERSION.1.14.5 | Ingo Schwarze | 2019-03-10 | 1 | -4/+9 |
* | Automatically detect whether diff(1) supports the -a option. | Ingo Schwarze | 2019-03-10 | 1 | -0/+1 |
* | Mention mandoc.db(5), makewhatis(8), and weekly(8). | Ingo Schwarze | 2019-03-09 | 1 | -0/+12 |
* | new dist-install maintainer target | Ingo Schwarze | 2019-03-06 | 1 | -0/+4 |
* | while $() is more modern than ``, it does not work with the | Ingo Schwarze | 2019-03-06 | 1 | -1/+1 |
* | mention Solaris BUGS in regress.pl(1) | Ingo Schwarze | 2019-03-06 | 2 | -2/+21 |
* | this file needs to #include "config.h" because it calls getprogname(); | Ingo Schwarze | 2019-03-06 | 1 | -0/+2 |
* | drop redundant '0' flag from "%02.2X" format string; | Ingo Schwarze | 2019-03-06 | 1 | -1/+1 |
* | work towards 1.14.5, mostly updating WWW_INCS | Ingo Schwarze | 2019-03-06 | 1 | -6/+9 |
* | add arch.o | Ingo Schwarze | 2019-03-06 | 1 | -0/+1 |
* | draft 1.14.5 NEWS entry | Ingo Schwarze | 2019-03-06 | 1 | -0/+69 |
* | autoconfiguration test whether less(1) supports the -T option; | Ingo Schwarze | 2019-03-06 | 3 | -0/+21 |
* | For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h> | Ingo Schwarze | 2019-03-04 | 1 | -1/+1 |
* | add libbe; from kevans@ via FreeBSD rev. 337663 | Ingo Schwarze | 2019-03-04 | 1 | -0/+1 |
* | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze | 2019-03-04 | 8 | -55/+114 |
* | Fix the last straggler where the struct roff_node "line" member | Ingo Schwarze | 2019-03-04 | 2 | -5/+1 |
* | additional comments on two TODO items | Ingo Schwarze | 2019-03-04 | 1 | -3/+11 |