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