Age | Commit message (Expand) | Author |
2015-03-17 | Don't use the wrong escape for < and >. Tweak wording to match the page. | Anthony J. Bentley |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-10 | Display "Search wrapped" even when searching from the end of the file. | Anthony J. Bentley |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-06 | Do not rely on unspecified behavior for the size_t overflow check. | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | Remove the vi perl api. | Anthony J. Bentley |
2014-11-19 | Remove ifdef checks for LIBRARY. | Anthony J. Bentley |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | from natano: | Ted Unangst |
2014-11-12 | Remove more portability bits for older systems; from Martin Natano | Todd C. Miller |
2014-11-12 | Ansify vi. | Anthony J. Bentley |
2014-11-10 | remove various bits of autoconf cruft. from Martin Natano | Ted Unangst |
2014-11-10 | remove ipc leftovers. from Martin Natano | Ted Unangst |
2014-11-10 | remove old, unnecessary compat code. from Martin Natano | Ted Unangst |
2014-11-06 | Clean up unused header files and docs referring to them. | Anthony J. Bentley |
2014-11-06 | Remove old curses support in vi. | Anthony J. Bentley |
2014-10-14 | create a REALLOCARRAY macro, and use it where it gives us overflow | Theo de Raadt |
2014-10-08 | bump max columns out to 768. screens are getting bigger... | David Gwynne |
2014-09-09 | We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]" | Todd C. Miller |
2014-07-10 | add missing include file to bring in protos | Theo de Raadt |
2013-12-01 | Change the file reference queue from CIRCLEQ to TAILQ. | Kenneth R Westerback |
2013-12-01 | Change the tags queue from CIRCLEQ to TAILQ. | Kenneth R Westerback |
2013-12-01 | Change the tag queue from CIRCLEQ to TAILQ. | Kenneth R Westerback |
2013-12-01 | Convert the ranges CIRCLEQ to TAILQ. | Kenneth R Westerback |
2013-11-28 | Convert the display screens and hidden screens CIRCLEQ's to TAILQ's. | Kenneth R Westerback |
2013-11-27 | Zap some pointer casts became extra (and thus dangerous) after recent | Vadim Zhukov |
2013-11-26 | fix a possible double-free/NULL deref in msg_print | pelikan |
2013-11-26 | Tweak a tortuous manual loop into a TAILQ_FOREACH(). | Kenneth R Westerback |
2013-11-26 | fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@ | Otto Moerbeek |
2013-11-26 | fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref's | pelikan |
2013-11-25 | Replace _texth CIRCLEQ with TAILQ. One down, five to go. | Kenneth R Westerback |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-06-22 | Tweak optimization flags on landisk until I have time to investigate further. | Miod Vallat |
2013-05-14 | When ^W (WERASE) is hit in insert mode it's possible that the line | Todd C. Miller |
2013-05-03 | Use open(2) / fstat(2) instead of stat(2) / open(2) for checking | Matthias Kilian |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2012-12-20 | use openpty() rather than hand-rolled pty opening code; ok millert@ | Christian Weisgerber |
2012-12-03 | Fix hang when exiting shell in script mode. OK naddy@ | Todd C. Miller |
2012-01-17 | flesh out the VI COMMANDS section somewhat; | Jason McIntyre |
2011-12-28 | These utilities were already part of 1BSD, and some authors are known. | Ingo Schwarze |
2011-07-29 | document vi/ex regular expressions, and where they differ from those | Jason McIntyre |
2011-07-10 | Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collision | Todd C. Miller |
2011-05-16 | better document some of the terminology used in the VI COMMANDS section; | Jason McIntyre |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-04-12 | better document vi's startup (in terms of environment variables | Jason McIntyre |
2011-04-10 | Fix display glitch leading to crash. If we're reformatting, check | Martynas Venckus |
2011-03-31 | add a BUFFERS section, to explain how they work; | Jason McIntyre |
2011-03-17 | since we stopped installing the usd docs, it no longer makes | Jason McIntyre |