| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplification, no functional change: | Ingo Schwarze | 2019-07-28 | 1 | -36/+29 |
* | There is no point in pledge(2)ing literally the same list twice, | Ingo Schwarze | 2019-07-28 | 1 | -16/+0 |
* | In man(1) mode, do the search for each name independently, and | Ingo Schwarze | 2019-07-28 | 1 | -81/+79 |
* | Improve structure, no functional change: | Ingo Schwarze | 2019-07-28 | 1 | -80/+90 |
* | Move two more output state variables into the new struct outstate. | Ingo Schwarze | 2019-07-27 | 1 | -26/+21 |
* | Cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -59/+61 |
* | Structural cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -37/+43 |
* | Structural cleanup, no functional change: | Ingo Schwarze | 2019-07-26 | 1 | -54/+60 |
* | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze | 2019-07-19 | 1 | -1/+1 |
* | don't print the final heads-up about messages | Ingo Schwarze | 2019-07-15 | 1 | -1/+2 |
* | If messages are shown and output is printed without a pager, display | Ingo Schwarze | 2019-07-14 | 1 | -1/+3 |
* | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze | 2019-07-10 | 1 | -156/+141 |
* | prevent mandoc from segfaulting if /tmp is not writable; | Ingo Schwarze | 2019-07-06 | 1 | -2/+4 |
* | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze | 2019-05-03 | 1 | -5/+2 |
* | In fs_lookup(), use stat(2) rather than access(2) to check file existence. | Ingo Schwarze | 2019-05-03 | 1 | -6/+11 |
* | In man(1) mode with a specific section requested, | Ingo Schwarze | 2019-05-03 | 1 | -5/+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 | 1 | -0/+2 |
* | autoconfiguration test whether less(1) supports the -T option; | Ingo Schwarze | 2019-03-06 | 1 | -0/+4 |
* | For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h> | Ingo Schwarze | 2019-03-04 | 1 | -1/+1 |
* | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze | 2019-03-04 | 1 | -1/+5 |
* | Reset HTML formatter state, in particular the id_unique hash, | Ingo Schwarze | 2019-03-03 | 1 | -0/+2 |
* | Improve error reporting when a file given on the command line | Ingo Schwarze | 2019-01-11 | 1 | -1/+1 |
* | Initializers for file-scope static variables should be compile-time | Ingo Schwarze | 2019-01-10 | 1 | -1/+2 |
* | Support taking the -O tag value from apropos(1) key=value search terms; | Ingo Schwarze | 2019-01-01 | 1 | -7/+16 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -19/+16 |
* | Move the full responsibility for reporting open(2) errors from | Ingo Schwarze | 2018-12-20 | 1 | -3/+5 |
* | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze | 2018-12-14 | 1 | -5/+4 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -73/+37 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -0/+1 |
* | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze | 2018-11-22 | 1 | -2/+0 |
* | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze | 2018-11-22 | 1 | -4/+16 |
* | The upcoming .while request will have to re-execute roff(7) lines | Ingo Schwarze | 2018-08-23 | 1 | -7/+1 |
* | If somebody asks "man 3 chmod", | Ingo Schwarze | 2018-08-09 | 1 | -2/+8 |
* | Some broken terminal emulators (e.g. sakura) do the equivalent | Ingo Schwarze | 2018-05-14 | 1 | -1/+2 |
* | Compatibility with man-db: | Ingo Schwarze | 2018-04-19 | 1 | -12/+56 |
* | Use TIOCGWINSZ to reduce the default -Owidth during interactive use | Ingo Schwarze | 2018-04-13 | 1 | -1/+13 |
* | Invalidate the tag_files.tfd after fclose(3)ing the stram associated | Ingo Schwarze | 2018-02-23 | 1 | -1/+1 |
* | When the stdout stream gets broken, there is no point in reading | Ingo Schwarze | 2017-08-21 | 1 | -0/+11 |
* | Cast the return value of chdir(2) to void. We already have a comment | Ingo Schwarze | 2017-07-26 | 1 | -1/+1 |
* | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze | 2017-07-20 | 1 | -6/+9 |
* | Printing "BASE:" in messages about violations of base system conventions | Ingo Schwarze | 2017-07-04 | 1 | -2/+1 |
* | If a single page references the same non-existent manual more than | Ingo Schwarze | 2017-07-02 | 1 | -1/+5 |
* | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze | 2017-07-02 | 1 | -3/+5 |
* | When checking cross references with -Tlint, ultimately fall back to | Ingo Schwarze | 2017-07-01 | 1 | -2/+11 |
* | When checking the validity of cross references with -Tlint, | Ingo Schwarze | 2017-07-01 | 1 | -6/+12 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -0/+33 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -25/+42 |
* | enable -Wstyle by default in -Tlint; OK jmc@ | Ingo Schwarze | 2017-06-03 | 1 | -1/+1 |
* | Delete the -T xhtml command line option. | Ingo Schwarze | 2017-05-17 | 1 | -2/+0 |