summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19oops, left out ;Eric Jackson
2002-02-18format string fixesEric Jackson
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-31Bugfix picked up from NetBSD, and checked by pval:Hugh Graham
2001-11-19kill more registersMike Pechkin
2001-11-06change a stat() to lstat()Todd C. Miller
2001-11-05Add more sanity checks of path data in the vi recovery file; potential proble...Todd C. Miller
2001-09-19Define ENTIRE_LINE to be -1 instead of 0 because we may want to copy 0 charac...Peter Valchev
2001-09-19Fix a bug where ^@ wouldn't behave as expected when reading an exPeter Valchev
2001-09-17make vi exit if it can't create a temp file. From NetBSD, ok millertPeter Valchev
2001-09-15Obvious omissions.Miod Vallat
2001-09-11locale ru_SU is obsolete, replace with ru_RUHeikki Korpela
2001-08-18Range check snprintf() return valueTodd C. Miller
2001-08-18Fix a pasto I made when adding snprintf() return val checks ages ago.Todd C. Miller
2001-07-20make this work, after espie changed other mk behavioursTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-18When creating temp files, use fchmod() to set the perms to be what weTodd C. Miller
2001-05-28Behave correctly when displaying an empty screen line when thePeter Valchev
2001-05-28Print SYSERR instead of ERR when recdir does not exist.Peter Valchev
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-17Don't dump core when a ``bad address'' error occurs and there is neitherPaul Janzen
2001-01-11grep() returns a list of aliases to entries in the original listTodd C. Miller
2000-11-17OpenBSD already has queue.h and this one gets in the way since OpenBSDTodd C. Miller
2000-11-17Userland programs should not include sys/select.hTodd C. Miller
2000-10-22Fix noprint/print/octal options; from NetBSD.Christian Weisgerber
2000-10-12When checking mmap return, check for MAP_FAILED, not -1.Artur Grabowski
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-04-21Remove the races so that this is safe to run anytime. We openTodd C. Miller
2000-04-20If recover dir is not owned by root, chown it. If the mode is notTodd C. Miller
2000-03-09Pull in fnctl modeul so we are sure to get O_* for sysopen().Todd C. Miller
2000-01-22Some minor doc updates that should have gotten commited ages ago.Todd C. Miller
2000-01-20Use sysopen() when opening recover files. This is purely paranoiaTodd C. Miller
1999-11-26o Update README files etc. from nvi-1.79 so they have the correct infoTodd C. Miller
1999-10-11Rewrite in perl for safety and paranoia. It might have been possibleTodd C. Miller
1999-07-10Fix a SEGV after you HUP vi; dean@netbsd.orgTodd C. Miller
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-29MLINKS, not MLINKAaron Campbell
1999-05-24set the close-on-exec flag for newly opened filesDavid Leonard
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1999-03-03better grammar for err msgAaron Campbell
1999-02-08Don't call curses routines beep() or flash() if the screen has not beenTodd C. Miller
1998-07-24Man pages Xrefs.Marc Espie
1998-07-24-D_USE_OLD_CURSE_ for -locurses and no more -ltermlib/termcapTodd C. Miller
1998-06-23Fix snprintf return value usage.Todd C. Miller