aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tag.c
Commit message (Expand)AuthorAgeFilesLines
* 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