summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2004-01-16- point people to vi.ref now that it's installed (and get its name right);Jason McIntyre
2004-01-15return documented lines option to original (default) value;Jason McIntyre
2004-01-15update vi.ref to reflect reality;Jason McIntyre
2004-01-14Comment out reference to index.so when we are building index.so itself.Todd C. Miller
2004-01-12Install vi.ref in /usr/share/doc/usd (directories already exist for it).Todd C. Miller
2004-01-12There is no typewriter font in nroff so just use the roman font instead.Todd C. Miller
2004-01-12Use a 5n margin on the right & left sides so the text version formats nicely.Todd C. Miller
2004-01-12Pass groff the -U flag so that building the index works. OK jmc@Todd C. Miller
2004-01-07corrections to SET OPTIONS;Jason McIntyre
2004-01-07s/environmental/environment/;Jason McIntyre
2004-01-07corrections to the EX COMMANDS section;Jason McIntyre
2004-01-02some corrections/improvements to the VI COMMANDS section;Jason McIntyre
2004-01-02use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES;Jason McIntyre
2003-12-31fix -r description now that millert has fixed the code;Jason McIntyre
2003-12-31Both POSIX and the man page says that "vi -r foo" is run where foo does notTodd C. Miller
2003-12-31mdoc vi(1); also better document current behaviour and add some missingJason McIntyre
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
2003-08-01when the -R option (read-only) is specified, there is no need to printPeter Valchev
2003-07-21Updated license from nvi-1.81.5 since we will be pulling in patches from it.Todd C. Miller
2003-07-21Merge back some changes from skimo's tree, fixes endless recursionsDaniel Hartmeier
2003-07-18add missing includesDavid Krause
2003-07-09Fix double free; eric jacksonTodd C. Miller
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
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-15No, vi does not ignore SIGQUITTodd C. Miller
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
2003-03-10spelling fixesDavid Krause
2003-01-12typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-15more writable spelling; torhHenning Brauer
2002-11-23typo: Edieroption->EditieroptionReinhard J. Sammer
2002-11-19update ru as it was 7bit stripped and add ua and pl; from freebsd, pt out by ...Michael Shalayeff
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