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
/
vi
/
common
/
key.c
Age
Commit message (
Expand
)
Author
2022-04-21
v_event_get: check qp->output for NULL before passing to e_memcmp().
Todd C. Miller
2017-04-18
free(NULL) is ok so use it; from Michael W. Bombardieri
Theo de Raadt
2016-05-27
Revert CHAR_T removal. Some signedness flaws were introduced.
Martijn van Duren
2016-05-02
Remove CHAR_T in favor of native types.
Martijn van Duren
2016-01-20
Remove ARG_CHAR_T, a relic from when the code was written K&R style.
Anthony J. Bentley
2016-01-06
Remove the numeric identifiers at the beginning of the messages
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-12
Ansify vi.
Anthony J. Bentley
2014-11-10
remove old, unnecessary compat code. from Martin Natano
Ted Unangst
2013-11-28
Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.
Kenneth R Westerback
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-01-08
Make sure we can exit from a loop in v_key_init() regardless of the locale
Miod Vallat
2006-01-08
Explicit braces around macro fields and logical operations, gets rid of 148
Miod Vallat
2005-10-17
Use queue macros instead of directly accessing fields. ok pat@ "put it
Otto Moerbeek
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-01-29
$OpenBSD$
Niklas Hallqvist
1999-11-26
o Update README files etc. from nvi-1.79 so they have the correct info
Todd C. Miller
1996-10-16
nvi 1.78:
michaels
1996-07-24
bring vi/ex up to 1.71
Michael Shalayeff
1996-05-22
new vi
Theo de Raadt