summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2016-11-05Remove syscall.ph from vi.recoverAndrew Fresh
2016-09-02Fix the begin of word issue in vi(1).Martijn van Duren
2016-08-27Pull in <sys/time.h> for struct timespec and timevalPhilip Guenther
2016-08-14Kill '#if defined(DEBUG) && 0' blocks that used %qPhilip Guenther
2016-08-08/tmp and /var/tmp are the same, consistently use the former in bothIgor Sobrado
2016-08-01Remove vi's "directory" option and TMPDIR support.Anthony J. Bentley
2016-07-07biff, mesg, vi: only consider ACCESSPERMS for setting tty mode.Sebastien Marie
2016-06-29If /tmp/vi.recover doesn't exist, don't create it. Warn onceTheo Buehler
2016-05-28Test if stdin is a terminal before resetting the tty state.Martijn van Duren
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-05Remove __sigblockset. This is a leftover after the removal of the signalMartijn van Duren
2016-05-02Remove pointless comment. getcwd(3) is safe.Martijn van Duren
2016-05-02Remove CHAR_T in favor of native types.Martijn van Duren
2016-04-20Remove pointless reenter variable.Martijn van Duren
2016-04-19Remove not implemented decliration of sscr_pty.Martijn van Duren
2016-04-19Remove some useless code.Martijn van Duren
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-19By issuing :e +something in vi(1) this uncovers a backwards memcpy with themestre
2016-03-17Add error checking for COLUMNS/LINES environment variables.Anthony J. Bentley
2016-03-13remove an extra space before ^\ help message.martijn
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