summaryrefslogtreecommitdiff
path: root/usr.bin/vi/common
AgeCommit message (Expand)Author
2007-09-14remove some warnings:Charles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-05-14use sys/queue macros instead of accessing fields directly.Pierre-Yves Ritschard
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2006-12-11rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama...Theo de Raadt
2006-06-18Fix memleak; From Coverity Scan, CID 3135.Jasper Lievisse Adriaanse
2006-04-28ensure NUL termination after read(); ok rayJared Yanovich
2006-03-11Fixes the `optindx' might be used uninitialized in this functionRay Lai
2006-03-11Silence 39 warnings.Ray Lai
2006-01-08Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG;Miod Vallat
2006-01-08Fix one more uninitialized variable scenario; from Ray Lai.Miod Vallat
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
2003-12-31Both POSIX and the man page says that "vi -r foo" is run where foo does notTodd C. Miller
2003-08-01when the -R option (read-only) is specified, there is no need to printPeter Valchev
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-04-25oopsTheo de Raadt
2003-04-25fix commentTheo de Raadt
2003-04-17eliminate strcpy/sprintf. reviewed by deraadt and millert.Jun-ichiro itojun Hagino
2003-04-15snprintf of courseTheo de Raadt
2003-04-07replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran...Theo de Raadt
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-09-19Define ENTIRE_LINE to be -1 instead of 0 because we may want to copy 0 charac...Peter Valchev
2001-09-17make vi exit if it can't create a temp file. From NetBSD, ok millertPeter Valchev
2001-08-18Fix a pasto I made when adding snprintf() return val checks ages ago.Todd C. Miller
2001-06-18When creating temp files, use fchmod() to set the perms to be what weTodd C. Miller
2001-05-28Print SYSERR instead of ERR when recdir does not exist.Peter Valchev
2001-01-29$OpenBSD$Niklas Hallqvist
2000-10-22Fix noprint/print/octal options; from NetBSD.Christian Weisgerber
1999-11-26o Update README files etc. from nvi-1.79 so they have the correct infoTodd C. Miller
1999-05-24set the close-on-exec flag for newly opened filesDavid Leonard
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1998-06-23Fix snprintf return value usage.Todd C. Miller
1997-07-27Update to 1.79 and install as vi/ex/view.Jason Downs
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-16nvi 1.78:michaels
1996-09-17nvi 1.76:michaels
1996-08-23nvi 1.75michaels
1996-08-20nvi 1.74michaels
1996-08-16nvi 1.73michaels
1996-07-24bring vi/ex up to 1.71Michael Shalayeff
1996-06-18vi fixes from bosticTheo de Raadt