aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tag.c
Commit message (Expand)AuthorAgeFilesLines
* Invalidate the tag_files.tfd after fclose(3)ing the stram associatedIngo Schwarze2018-02-231-1/+4
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-2/+2
* Use stdout rather than stdin for controlling the terminalIngo Schwarze2017-01-091-3/+3
* implement tag priority 0, which will tag only keys that appear asIngo Schwarze2016-11-081-4/+12
* skip leading \& and \e in tagsIngo Schwarze2016-11-081-2/+8
* support more than one tag entry for the same search term;Ingo Schwarze2016-11-081-8/+39
* tag_signal() is dead; from LLVM via Christos ZoulasIngo Schwarze2016-07-201-2/+2
* POSIX requires that a process calling tcsetpgrp(3) from the backgroundIngo Schwarze2016-07-081-7/+19
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-201-6/+23
* Reduce the amount of code by moving the three copies of the ohashIngo Schwarze2015-10-131-41/+3
* Drop tags containing a blank character:Ingo Schwarze2015-10-111-2/+2
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-5/+5
* Including <ohash.h> requires including <stdint.h> before,Ingo Schwarze2015-08-291-1/+4
* Remove the hack of scrolling forward and backward with +G1G thatIngo Schwarze2015-07-281-20/+57
* Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze2015-07-251-32/+10
* basic support for tag priorities; written at YYCIngo Schwarze2015-07-251-4/+6
* When creation of the temporary tags file fails, call the pagerIngo Schwarze2015-07-211-9/+3
* clean up the temporary file when the process dies from a signalIngo Schwarze2015-07-181-1/+17
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-0/+183