]> git.cameronkatri.com Git - mandoc.git/history - tag.c
Ignore author-specified indentation for .RS; it harms responsive
[mandoc.git] / tag.c
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...