index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mandoc
/
tag.c
Age
Commit message (
Expand
)
Author
2017-02-09
Be consistent in protecting __attribute__ attributes with __;
Ingo Schwarze
2017-01-09
Use stdout rather than stdin for controlling the terminal
Ingo Schwarze
2016-11-08
implement tag priority 0, which will tag only keys that appear as
Ingo Schwarze
2016-11-08
skip leading \& and \e in tags
Ingo Schwarze
2016-11-08
support more than one tag entry for the same search term;
Ingo Schwarze
2016-07-20
tag_signal() is dead; from LLVM via Christos Zoulas
Ingo Schwarze
2016-07-08
POSIX requires that a process calling tcsetpgrp(3) from the background
Ingo Schwarze
2015-11-20
Fix multiple issues regarding process group and signal mask handling
Ingo Schwarze
2015-10-13
Reduce the amount of code by moving the three copies of the ohash
Ingo Schwarze
2015-10-11
Drop tags containing a blank character:
Ingo Schwarze
2015-10-06
modernize style: "return" is not a function; ok cmp(1)
Ingo Schwarze
2015-08-29
Portability: including <ohash.h> requires including <stdint.h> before.
Ingo Schwarze
2015-07-28
Remove the hack of scrolling forward and backward with +G1G that
Ingo Schwarze
2015-07-25
Simplify and make tag_put() more efficient by integrating tag_get()
Ingo Schwarze
2015-07-25
basic support for tag priorities; written at YYC
Ingo Schwarze
2015-07-21
When creation of the temporary tags file fails, call the pager
Ingo Schwarze
2015-07-18
clean up the temporary file when the process dies from a signal
Ingo Schwarze
2015-07-17
Initial, still somewhat experimental implementation to leverage
Ingo Schwarze