summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2017-08-22Do not treat comma as part of the command modifier.anton
2017-07-31Silence some warnings generated by clang.Martijn van Duren
2017-07-20Replace usage of strtol() with strtonum().anton
2017-07-05avoid double space caused by end-of-sentence detection; requested by jmc@Ingo Schwarze
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-07-03markup fixes;Jason McIntyre
2017-07-03Remove settings that were unimplemented for 20 years; update STANDARDS.Anthony J. Bentley
2017-06-30Add mdoc(7) macros to vi's built-in lists of roff paragraph/section macros.Anthony J. Bentley
2017-06-24Fix a check in ADD_SPACE_{GOTO,RET} that potentially allowed for aMartijn van Duren
2017-06-20Better document the :s ex command and its variants.Anthony J. Bentley
2017-06-15"10th's of a second" -> "tenths of a second"Anthony J. Bentley
2017-06-12Use openat() and unlinkat() instead of chdir()ing to the recovery dir.Todd C. Miller
2017-04-26Remove extraneous ", NULL" in the assignment of msgstr which wasTodd C. Miller
2017-04-18free(NULL) is ok so use it; from Michael W. BombardieriTheo de Raadt
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2016-12-18Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)Kenneth R Westerback
2016-12-18Nuke more unused variables.Kenneth R Westerback
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