summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-07-07Fix a regression caused by timespec changes when vi is run withoutTodd C. Miller
2015-04-24struct timespec/clock_gettime(3) conversion for vi(1).Bryan Steele
2015-04-21init both fds passed to pipe as -1 instead of initing one twiceJonathan Gray
2015-04-19Don't lock the file for "vi -R" or "view". OK deraadt@Todd C. Miller
2015-04-10This changes vi to use resizeterm(3) instead of reinitializing curses onBryan Steele
2015-03-29Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE usingBrian Callahan
2015-03-28vi was using two separate isblank functions: one defined in <ctype.h> andBrian Callahan
2015-03-27Some vi cleanup, unifdef's some signal blocking code that has never beenBryan Steele
2015-03-17Don't use the wrong escape for < and >. Tweak wording to match the page.Anthony J. Bentley
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-10Display "Search wrapped" even when searching from the end of the file.Anthony J. Bentley
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-06Do not rely on unspecified behavior for the size_t overflow check.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20Remove the vi perl api.Anthony J. Bentley
2014-11-19Remove ifdef checks for LIBRARY.Anthony J. Bentley
2014-11-14from natano:Ted Unangst
2014-11-14from natano:Ted Unangst
2014-11-14from natano:Ted Unangst
2014-11-12Remove more portability bits for older systems; from Martin NatanoTodd C. Miller
2014-11-12Ansify vi.Anthony J. Bentley
2014-11-10remove various bits of autoconf cruft. from Martin NatanoTed Unangst
2014-11-10remove ipc leftovers. from Martin NatanoTed Unangst
2014-11-10remove old, unnecessary compat code. from Martin NatanoTed Unangst
2014-11-06Clean up unused header files and docs referring to them.Anthony J. Bentley
2014-11-06Remove old curses support in vi.Anthony J. Bentley
2014-10-14create a REALLOCARRAY macro, and use it where it gives us overflowTheo de Raadt
2014-10-08bump max columns out to 768. screens are getting bigger...David Gwynne
2014-09-09We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"Todd C. Miller
2014-07-10add missing include file to bring in protosTheo de Raadt
2013-12-01Change the file reference queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Change the tags queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Change the tag queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Convert the ranges CIRCLEQ to TAILQ.Kenneth R Westerback
2013-11-28Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.Kenneth R Westerback
2013-11-27Zap some pointer casts became extra (and thus dangerous) after recentVadim Zhukov
2013-11-26fix a possible double-free/NULL deref in msg_printpelikan
2013-11-26Tweak a tortuous manual loop into a TAILQ_FOREACH().Kenneth R Westerback
2013-11-26fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@Otto Moerbeek
2013-11-26fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref'spelikan
2013-11-25Replace _texth CIRCLEQ with TAILQ. One down, five to go.Kenneth R Westerback
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-06-22Tweak optimization flags on landisk until I have time to investigate further.Miod Vallat
2013-05-14When ^W (WERASE) is hit in insert mode it's possible that the lineTodd C. Miller
2013-05-03Use open(2) / fstat(2) instead of stat(2) / open(2) for checkingMatthias Kilian
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2012-12-20use openpty() rather than hand-rolled pty opening code; ok millert@Christian Weisgerber
2012-12-03Fix hang when exiting shell in script mode. OK naddy@Todd C. Miller
2012-01-17flesh out the VI COMMANDS section somewhat;Jason McIntyre