Age | Commit message (Expand) | Author |
2004-01-15 | update vi.ref to reflect reality; | Jason McIntyre |
2004-01-14 | Comment out reference to index.so when we are building index.so itself. | Todd C. Miller |
2004-01-12 | Install vi.ref in /usr/share/doc/usd (directories already exist for it). | Todd C. Miller |
2004-01-12 | There is no typewriter font in nroff so just use the roman font instead. | Todd C. Miller |
2004-01-12 | Use a 5n margin on the right & left sides so the text version formats nicely. | Todd C. Miller |
2004-01-12 | Pass groff the -U flag so that building the index works. OK jmc@ | Todd C. Miller |
2004-01-07 | corrections to SET OPTIONS; | Jason McIntyre |
2004-01-07 | s/environmental/environment/; | Jason McIntyre |
2004-01-07 | corrections to the EX COMMANDS section; | Jason McIntyre |
2004-01-02 | some corrections/improvements to the VI COMMANDS section; | Jason McIntyre |
2004-01-02 | use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES; | Jason McIntyre |
2003-12-31 | fix -r description now that millert has fixed the code; | Jason McIntyre |
2003-12-31 | Both POSIX and the man page says that "vi -r foo" is run where foo does not | Todd C. Miller |
2003-12-31 | mdoc vi(1); also better document current behaviour and add some missing | Jason McIntyre |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-09-02 | switch to dynamic fd_set and poll. patch entirely from millert@. | Daniel Hartmeier |
2003-08-01 | when the -R option (read-only) is specified, there is no need to print | Peter Valchev |
2003-07-21 | Updated license from nvi-1.81.5 since we will be pulling in patches from it. | Todd C. Miller |
2003-07-21 | Merge back some changes from skimo's tree, fixes endless recursions | Daniel Hartmeier |
2003-07-18 | add missing includes | David Krause |
2003-07-09 | Fix double free; eric jackson | Todd C. Miller |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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 | No, vi does not ignore SIGQUIT | Todd C. Miller |
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 |
2003-03-10 | spelling fixes | David Krause |
2003-01-12 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-12-15 | more writable spelling; torh | Henning Brauer |
2002-11-23 | typo: Edieroption->Editieroption | Reinhard J. Sammer |
2002-11-19 | update ru as it was 7bit stripped and add ua and pl; from freebsd, pt out by ... | Michael Shalayeff |
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-11-19 | kill more registers | Mike Pechkin |
2001-11-06 | change a stat() to lstat() | Todd C. Miller |
2001-11-05 | Add more sanity checks of path data in the vi recovery file; potential proble... | Todd C. Miller |
2001-09-19 | Define ENTIRE_LINE to be -1 instead of 0 because we may want to copy 0 charac... | Peter Valchev |
2001-09-19 | Fix a bug where ^@ wouldn't behave as expected when reading an ex | Peter Valchev |
2001-09-17 | make vi exit if it can't create a temp file. From NetBSD, ok millert | Peter Valchev |
2001-09-15 | Obvious omissions. | Miod Vallat |
2001-09-11 | locale ru_SU is obsolete, replace with ru_RU | Heikki Korpela |
2001-08-18 | Range check snprintf() return value | Todd C. Miller |