| Commit message (Expand) | Author | Age | Files | Lines |
| * | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze | 2022-04-26 | 1 | -4/+17 |
| * | When .Bd, .D1, or .Dl is tagged, attach the permalink | Ingo Schwarze | 2020-04-19 | 1 | -24/+41 |
| * | When a .Tg is attached to a paragraph, attach the permalink | Ingo Schwarze | 2020-04-18 | 1 | -4/+29 |
| * | Use a separate node->tag attribute rather than abusing the node->string | Ingo Schwarze | 2020-04-08 | 1 | -10/+17 |
| * | Separate the place to put the <a href> permalink (now marked | Ingo Schwarze | 2020-04-07 | 1 | -1/+95 |
| * | #include <stdint.h> because that is needed before #include <ohash.h>; | Ingo Schwarze | 2020-04-03 | 1 | -1/+2 |
| * | When the last file formatted yielded no tags, the tags file got | Ingo Schwarze | 2020-04-02 | 1 | -12/+4 |
| * | When setting automatic tags, skip initial hyphens and minus signs, | Ingo Schwarze | 2020-03-21 | 1 | -3/+19 |
| * | Properly reset the validation part of the tagging module between files. | Ingo Schwarze | 2020-03-13 | 1 | -1/+4 |
| * | Split tagging into a validation part including prioritization | Ingo Schwarze | 2020-03-13 | 1 | -204/+76 |
| * | Make the code more readable by introducing | Ingo Schwarze | 2020-01-20 | 1 | -12/+13 |
| * | Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place | Ingo Schwarze | 2020-01-19 | 1 | -5/+6 |
| * | Move two more output state variables into the new struct outstate. | Ingo Schwarze | 2019-07-27 | 1 | -2/+4 |
| * | Slowly start implementing tagging support for man(7) pages, even | Ingo Schwarze | 2019-07-22 | 1 | -3/+3 |
| * | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze | 2019-07-19 | 1 | -3/+12 |
| * | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze | 2019-07-10 | 1 | -11/+21 |
| * | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze | 2018-11-22 | 1 | -1/+9 |
| * | The ctags(1) file format uses whitespace as a field delimiter, and | Ingo Schwarze | 2018-10-23 | 1 | -10/+27 |
| * | Invalidate the tag_files.tfd after fclose(3)ing the stram associated | Ingo Schwarze | 2018-02-23 | 1 | -1/+4 |
| * | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze | 2017-02-17 | 1 | -2/+2 |
| * | Use stdout rather than stdin for controlling the terminal | Ingo Schwarze | 2017-01-09 | 1 | -3/+3 |
| * | implement tag priority 0, which will tag only keys that appear as | Ingo Schwarze | 2016-11-08 | 1 | -4/+12 |
| * | skip leading \& and \e in tags | Ingo Schwarze | 2016-11-08 | 1 | -2/+8 |
| * | support more than one tag entry for the same search term; | Ingo Schwarze | 2016-11-08 | 1 | -8/+39 |
| * | tag_signal() is dead; from LLVM via Christos Zoulas | Ingo Schwarze | 2016-07-20 | 1 | -2/+2 |
| * | POSIX requires that a process calling tcsetpgrp(3) from the background | Ingo Schwarze | 2016-07-08 | 1 | -7/+19 |
| * | Fix multiple issues regarding process group and signal mask handling | Ingo Schwarze | 2015-11-20 | 1 | -6/+23 |
| * | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze | 2015-10-13 | 1 | -41/+3 |
| * | Drop tags containing a blank character: | Ingo Schwarze | 2015-10-11 | 1 | -2/+2 |
| * | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -5/+5 |
| * | Including <ohash.h> requires including <stdint.h> before, | Ingo Schwarze | 2015-08-29 | 1 | -1/+4 |
| * | Remove the hack of scrolling forward and backward with +G1G that | Ingo Schwarze | 2015-07-28 | 1 | -20/+57 |
| * | Simplify and make tag_put() more efficient by integrating tag_get() | Ingo Schwarze | 2015-07-25 | 1 | -32/+10 |
| * | basic support for tag priorities; written at YYC | Ingo Schwarze | 2015-07-25 | 1 | -4/+6 |
| * | When creation of the temporary tags file fails, call the pager | Ingo Schwarze | 2015-07-21 | 1 | -9/+3 |
| * | clean up the temporary file when the process dies from a signal | Ingo Schwarze | 2015-07-18 | 1 | -1/+17 |
| * | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze | 2015-07-17 | 1 | -0/+183 |