Age | Commit message (Expand) | Author |
2021-10-04 | Clean up memory handling in spawn_pager(), free(3)ing everything | Ingo Schwarze |
2021-10-04 | In man(1) mode, properly clean up the resn[] result array | Ingo Schwarze |
2021-09-04 | during prioritization for man(1), correctly extract the section name | Ingo Schwarze |
2021-09-04 | In the fallback code to look for manual pages without using mandoc.db(5), | Ingo Schwarze |
2021-08-14 | print a BAGARG message if -T markdown is requested on man(7) input; | Ingo Schwarze |
2021-06-02 | In -W style mode, check .Xr links along the full manpath because | Ingo Schwarze |
2021-02-19 | Append .html suffix to temporary files enabling browsers to recognise it | kn |
2020-07-21 | undocumented options -O outfilename and -O tagfilename | Ingo Schwarze |
2020-07-20 | Switch the default pager from "more -s" to "less". | Ingo Schwarze |
2020-06-15 | Support -T html -O tag by passing a file:// URI to the pager. | Ingo Schwarze |
2020-06-11 | Fix a regression in rev. 1.238 (2019/07/26): | Otto Moerbeek |
2020-04-02 | When the last file formatted yielded no tags, the tags file got | Ingo Schwarze |
2020-03-28 | Even though the HTML, man, markdown, PDF, PostScript, and tree formatters | Ingo Schwarze |
2020-03-19 | The tag file always needs to be closed before starting the pager, | Ingo Schwarze |
2020-03-13 | Split tagging into a validation part including prioritization | Ingo Schwarze |
2020-02-24 | Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual. | Ingo Schwarze |
2020-02-10 | For compatibility with the man(1) implementations of the man-1.6 | Ingo Schwarze |
2020-02-06 | Make sure that -l always causes -w to be ignored, as documented | Ingo Schwarze |
2020-01-20 | Make the code more readable by introducing | Ingo Schwarze |
2019-07-28 | Simplification, no functional change: | Ingo Schwarze |
2019-07-28 | There is no point in pledge(2)ing literally the same list twice, | Ingo Schwarze |
2019-07-28 | In man(1) mode, do the search for each name independently, and | Ingo Schwarze |
2019-07-28 | Improve structure, no functional change: | Ingo Schwarze |
2019-07-27 | Move two more output state variables into the new struct outstate. | Ingo Schwarze |
2019-07-26 | Cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Structural cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Structural cleanup, no functional change: | Ingo Schwarze |
2019-07-19 | #define a handful of constant strings to reduce the diff to -portable; | Ingo Schwarze |
2019-07-19 | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze |
2019-07-15 | don't print the final heads-up about message | Ingo Schwarze |
2019-07-14 | If messages are shown and output is printed without a pager, display | Ingo Schwarze |
2019-07-10 | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze |
2019-07-03 | prevent mandoc from segfaulting if /tmp is not writable | Marc Espie |
2019-05-03 | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze |
2019-05-03 | In fs_lookup(), use stat(2) rather than access(2) to check file existence. | Ingo Schwarze |
2019-05-03 | In man(1) mode with a specific section requested, | Ingo Schwarze |
2019-05-03 | In man(1) mode, when the first argument starts with a digit, | Ingo Schwarze |
2019-04-30 | In man(1) mode, i.e. when asking for a single manual page by name, | Ingo Schwarze |
2019-03-04 | For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h> | Ingo Schwarze |
2019-03-04 | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze |
2019-03-03 | Reset HTML formatter state, in particular the id_unique hash, | Ingo Schwarze |
2019-01-11 | Improve error reporting when a file given on the command line | Ingo Schwarze |
2019-01-10 | Initializers for file-scope static variables should be compile-time | Ingo Schwarze |
2019-01-01 | Support taking the -O tag value from apropos(1) key=value search terms; | Ingo Schwarze |
2018-12-30 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-20 | Move the full responsibility for reporting open(2) errors from | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-12-14 | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-11-22 | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze |