Age | Commit message (Expand) | Author |
2016-09-02 | Fix the begin of word issue in vi(1). | Martijn van Duren |
2016-08-27 | Pull in <sys/time.h> for struct timespec and timeval | Philip Guenther |
2016-08-14 | Kill '#if defined(DEBUG) && 0' blocks that used %q | Philip Guenther |
2016-08-08 | /tmp and /var/tmp are the same, consistently use the former in both | Igor Sobrado |
2016-08-01 | Remove vi's "directory" option and TMPDIR support. | Anthony J. Bentley |
2016-07-07 | biff, mesg, vi: only consider ACCESSPERMS for setting tty mode. | Sebastien Marie |
2016-06-29 | If /tmp/vi.recover doesn't exist, don't create it. Warn once | Theo Buehler |
2016-05-28 | Test if stdin is a terminal before resetting the tty state. | Martijn van Duren |
2016-05-27 | Revert CHAR_T removal. Some signedness flaws were introduced. | Martijn van Duren |
2016-05-07 | Free memory if realloc fails. The application is most likely to terminate after | Martijn van Duren |
2016-05-05 | Remove __sigblockset. This is a leftover after the removal of the signal | Martijn van Duren |
2016-05-02 | Remove pointless comment. getcwd(3) is safe. | Martijn van Duren |
2016-05-02 | Remove CHAR_T in favor of native types. | Martijn van Duren |
2016-04-20 | Remove pointless reenter variable. | Martijn van Duren |
2016-04-19 | Remove not implemented decliration of sscr_pty. | Martijn van Duren |
2016-04-19 | Remove some useless code. | Martijn van Duren |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-19 | By issuing :e +something in vi(1) this uncovers a backwards memcpy with the | mestre |
2016-03-17 | Add error checking for COLUMNS/LINES environment variables. | Anthony J. Bentley |
2016-03-13 | remove an extra space before ^\ help message. | martijn |
2016-02-11 | Update comment: the #ifdef VDSUSP was removed in r1.22. | Tim van der Molen |
2016-02-09 | avoid special characters; from michael reed | Jason McIntyre |
2016-02-03 | Remove needless alias macros for malloc and calloc. No binary change. I | mmcc |
2016-01-30 | /var/tmp is dead, long live /tmp | martijn |
2016-01-30 | replace tail with basename | martijn |
2016-01-30 | replace progname variable in gs structure with getprogname | martijn |
2016-01-27 | remove v_estr in favor of warn and warnx | martijn |
2016-01-27 | Replace fprintf+exit with errx. No functional change | martijn |
2016-01-20 | Remove ARG_CHAR_T, a relic from when the code was written K&R style. | Anthony J. Bentley |
2016-01-09 | decls before code; from Martijn van Duren | Theo de Raadt |
2016-01-06 | Remove mention of message catalog dir. | Todd C. Miller |
2016-01-06 | We don't use configure so this file is full of lies and we are | Todd C. Miller |
2016-01-06 | Remove msgcat from the documentation. | Todd C. Miller |
2016-01-06 | Remove prototype for now-deleted f_msgcat(). | Todd C. Miller |
2016-01-06 | Remove the actual message catalogs. From Martijn van Duren | Todd C. Miller |
2016-01-06 | Remove the msg_cat() function and adjust its former callers. | Todd C. Miller |
2016-01-06 | Remove the numeric identifiers at the beginning of the messages | Todd C. Miller |
2016-01-06 | Remove the message catalog DB. This removes the msg_open() and | Todd C. Miller |
2015-12-28 | Use err() instead of custom perr() function. Also applied by nvi2 | Todd C. Miller |
2015-12-07 | Remove needless type casts and corresponding type parameters from | mmcc |
2015-12-03 | After inserting a backslash, don't treat ^H ^? or ^U as special cases. | Anthony J. Bentley |
2015-11-24 | Update the other documentation to match the new filec default. | Anthony J. Bentley |
2015-11-24 | Turn on filename tab completion in vi by default. | Anthony J. Bentley |
2015-11-23 | Remove cscope references in documentation. | Anthony J. Bentley |
2015-11-20 | vi -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-19 | Remove cscope support in vi. | Anthony J. Bentley |
2015-11-15 | Vi needs flock, for those who haven't set nolock in .exrc for years... | Anthony J. Bentley |
2015-11-15 | Basic pledge for vi. | Anthony J. Bentley |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |