Age | Commit message (Expand) | Author |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-05-14 | use sys/queue macros instead of accessing fields directly. | Pierre-Yves Ritschard |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama... | Theo de Raadt |
2006-06-18 | Fix memleak; From Coverity Scan, CID 3135. | Jasper Lievisse Adriaanse |
2006-04-28 | ensure NUL termination after read(); ok ray | Jared Yanovich |
2006-03-11 | Fixes the `optindx' might be used uninitialized in this function | Ray Lai |
2006-03-11 | Silence 39 warnings. | Ray Lai |
2006-01-08 | Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG; | Miod Vallat |
2006-01-08 | Fix one more uninitialized variable scenario; from Ray Lai. | Miod Vallat |
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 |
2003-12-31 | Both POSIX and the man page says that "vi -r foo" is run where foo does not | Todd C. Miller |
2003-08-01 | when the -R option (read-only) is specified, there is no need to print | Peter Valchev |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
2003-04-25 | oops | Theo de Raadt |
2003-04-25 | fix comment | Theo de Raadt |
2003-04-17 | eliminate strcpy/sprintf. reviewed by deraadt and millert. | Jun-ichiro itojun Hagino |
2003-04-15 | snprintf of course | Theo de Raadt |
2003-04-07 | replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran... | Theo de Raadt |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-19 | oops, left out ; | Eric Jackson |
2002-02-18 | format string fixes | Eric Jackson |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-31 | Bugfix picked up from NetBSD, and checked by pval: | Hugh Graham |
2001-09-19 | Define ENTIRE_LINE to be -1 instead of 0 because we may want to copy 0 charac... | Peter Valchev |
2001-09-17 | make vi exit if it can't create a temp file. From NetBSD, ok millert | Peter Valchev |
2001-08-18 | Fix a pasto I made when adding snprintf() return val checks ages ago. | Todd C. Miller |
2001-06-18 | When creating temp files, use fchmod() to set the perms to be what we | Todd C. Miller |
2001-05-28 | Print SYSERR instead of ERR when recdir does not exist. | Peter Valchev |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-10-22 | Fix noprint/print/octal options; from NetBSD. | Christian Weisgerber |
1999-11-26 | o Update README files etc. from nvi-1.79 so they have the correct info | Todd C. Miller |
1999-05-24 | set the close-on-exec flag for newly opened files | David Leonard |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller |
1999-03-06 | add missing reference to infocmp | Todd C. Miller |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller |
1997-07-27 | Update to 1.79 and install as vi/ex/view. | Jason Downs |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-10-16 | nvi 1.78: | michaels |
1996-09-17 | nvi 1.76: | michaels |
1996-08-23 | nvi 1.75 | michaels |
1996-08-20 | nvi 1.74 | michaels |
1996-08-16 | nvi 1.73 | michaels |
1996-07-24 | bring vi/ex up to 1.71 | Michael Shalayeff |
1996-06-18 | vi fixes from bostic | Theo de Raadt |