]> git.cameronkatri.com Git - mandoc.git/history - tag.c
When a .Tg is attached to a paragraph, attach the permalink
[mandoc.git] / tag.c
2020-04-18 Ingo SchwarzeWhen a .Tg is attached to a paragraph, attach the permalink
2020-04-08 Ingo SchwarzeUse a separate node->tag attribute rather than abusing...
2020-04-07 Ingo SchwarzeSeparate the place to put the <a href> permalink (now...
2020-04-03 Ingo Schwarze#include <stdint.h> because that is needed before ...
2020-04-02 Ingo SchwarzeWhen the last file formatted yielded no tags, the tags...
2020-03-21 Ingo SchwarzeWhen setting automatic tags, skip initial hyphens and...
2020-03-13 Ingo SchwarzeProperly reset the validation part of the tagging modul...
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-01-20 Ingo SchwarzeMake the code more readable by introducing
2020-01-19 Ingo SchwarzeIntroduce a new mdoc(7) macro .Tg ("tag") to explicitly...
2019-07-27 Ingo SchwarzeMove two more output state variables into the new struc...
2019-07-22 Ingo SchwarzeSlowly start implementing tagging support for man(7...
2019-07-19 Ingo SchwarzeIf no tags were generated at all, unlink(2) the empty...
2019-07-10 Ingo SchwarzeSome time ago, i simplified mandoc_msg() such that...
2018-11-22 Ingo SchwarzeIn -T locale (the default), -T ascii, and -T utf8 mode...
2018-10-23 Ingo SchwarzeThe ctags(1) file format uses whitespace as a field...
2018-02-23 Ingo SchwarzeInvalidate the tag_files.tfd after fclose(3)ing the...
2017-02-17 Ingo SchwarzeBe consistent in protecting __attribute__ attributes...
2017-01-09 Ingo SchwarzeUse stdout rather than stdin for controlling the terminal
2016-11-08 Ingo Schwarzeimplement tag priority 0, which will tag only keys...
2016-11-08 Ingo Schwarzeskip leading \& and \e in tags
2016-11-08 Ingo Schwarzesupport more than one tag entry for the same search...
2016-07-20 Ingo Schwarzetag_signal() is dead; from LLVM via Christos Zoulas
2016-07-08 Ingo SchwarzePOSIX requires that a process calling tcsetpgrp(3)...
2015-11-20 Ingo SchwarzeFix multiple issues regarding process group and signal...
2015-10-13 Ingo SchwarzeReduce the amount of code by moving the three copies...
2015-10-11 Ingo SchwarzeDrop tags containing a blank character:
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-08-29 Ingo SchwarzeIncluding <ohash.h> requires including <stdint.h> before,
2015-07-28 Ingo SchwarzeRemove the hack of scrolling forward and backward with...
2015-07-25 Ingo SchwarzeSimplify and make tag_put() more efficient by integrati...
2015-07-25 Ingo Schwarzebasic support for tag priorities; written at YYC
2015-07-21 Ingo SchwarzeWhen creation of the temporary tags file fails, call...
2015-07-18 Ingo Schwarzeclean up the temporary file when the process dies from...
2015-07-17 Ingo SchwarzeInitial, still somewhat experimental implementation...