]> git.cameronkatri.com Git - mandoc.git/history - tag.c
Autodetect if -lrt is needed for nanosleep(3).
[mandoc.git] / tag.c
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...