summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2016-02-11Update comment: the #ifdef VDSUSP was removed in r1.22.Tim van der Molen
2016-02-09avoid special characters; from michael reedJason McIntyre
2016-02-03Remove needless alias macros for malloc and calloc. No binary change. Immcc
2016-01-30/var/tmp is dead, long live /tmpmartijn
2016-01-30replace tail with basenamemartijn
2016-01-30replace progname variable in gs structure with getprognamemartijn
2016-01-27remove v_estr in favor of warn and warnxmartijn
2016-01-27Replace fprintf+exit with errx. No functional changemartijn
2016-01-20Remove ARG_CHAR_T, a relic from when the code was written K&R style.Anthony J. Bentley
2016-01-09decls before code; from Martijn van DurenTheo de Raadt
2016-01-06Remove mention of message catalog dir.Todd C. Miller
2016-01-06We don't use configure so this file is full of lies and we areTodd C. Miller
2016-01-06Remove msgcat from the documentation.Todd C. Miller
2016-01-06Remove prototype for now-deleted f_msgcat().Todd C. Miller
2016-01-06Remove the actual message catalogs. From Martijn van DurenTodd C. Miller
2016-01-06Remove the msg_cat() function and adjust its former callers.Todd C. Miller
2016-01-06Remove the numeric identifiers at the beginning of the messagesTodd C. Miller
2016-01-06Remove the message catalog DB. This removes the msg_open() andTodd C. Miller
2015-12-28Use err() instead of custom perr() function. Also applied by nvi2Todd C. Miller
2015-12-07Remove needless type casts and corresponding type parameters frommmcc
2015-12-03After inserting a backslash, don't treat ^H ^? or ^U as special cases.Anthony J. Bentley
2015-11-24Update the other documentation to match the new filec default.Anthony J. Bentley
2015-11-24Turn on filename tab completion in vi by default.Anthony J. Bentley
2015-11-23Remove cscope references in documentation.Anthony J. Bentley
2015-11-20vi -S doesn't need proc or exec.Anthony J. Bentley
2015-11-19"tty proc exec", not "proc exec tty"Anthony J. Bentley
2015-11-19Remove cscope support in vi.Anthony J. Bentley
2015-11-15Vi needs flock, for those who haven't set nolock in .exrc for years...Anthony J. Bentley
2015-11-15Basic pledge for vi.Anthony J. Bentley
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