summaryrefslogtreecommitdiff
path: root/usr.bin/vi/common
AgeCommit message (Expand)Author
2016-06-29If /tmp/vi.recover doesn't exist, don't create it. Warn onceTheo Buehler
2016-05-27Revert CHAR_T removal. Some signedness flaws were introduced.Martijn van Duren
2016-05-07Free memory if realloc fails. The application is most likely to terminate afterMartijn van Duren
2016-05-02Remove CHAR_T in favor of native types.Martijn van Duren
2016-02-03Remove needless alias macros for malloc and calloc. No binary change. Immcc
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-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 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-07Remove needless type casts and corresponding type parameters frommmcc
2015-11-24Turn on filename tab completion in vi by default.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-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-19Don't lock the file for "vi -R" or "view". OK deraadt@Todd C. Miller
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-10Display "Search wrapped" even when searching from the end of the file.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 old, unnecessary compat code. from Martin NatanoTed Unangst
2014-11-06Clean up unused header files and docs referring to them.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
2013-12-01Change the file reference queue from 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-26fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@Otto Moerbeek
2013-11-25Replace _texth CIRCLEQ with TAILQ. One down, five to go.Kenneth R Westerback
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2011-07-10Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collisionTodd C. Miller
2009-11-22Change the flash option to be off by default. Now that xterm has the flashNicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-01Move variable declarations around to compile with gcc 2Miod Vallat