summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1615-62/+61
* Remove the vi perl api.bentley2014-11-2025-2378/+50
* Remove ifdef checks for LIBRARY.bentley2014-11-193-8/+8
* from natano:tedu2014-11-146-47/+11
* from natano:tedu2014-11-147-64/+21
* from natano:tedu2014-11-142-75/+2
* Remove more portability bits for older systems; from Martin Natanomillert2014-11-1216-288/+33
* Ansify vi.bentley2014-11-12111-2161/+733
* remove various bits of autoconf cruft. from Martin Natanotedu2014-11-104-253/+4
* remove ipc leftovers. from Martin Natanotedu2014-11-101-49/+1
* remove old, unnecessary compat code. from Martin Natanotedu2014-11-104-206/+5
* Clean up unused header files and docs referring to them.bentley2014-11-067-271/+25
* Remove old curses support in vi.bentley2014-11-066-464/+8
* create a REALLOCARRAY macro, and use it where it gives us overflowderaadt2014-10-143-13/+14
* bump max columns out to 768. screens are getting bigger...dlg2014-10-081-2/+2
* We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"millert2014-09-091-22/+4
* add missing include file to bring in protosderaadt2014-07-101-1/+2
* Change the file reference queue from CIRCLEQ to TAILQ.krw2013-12-013-14/+12
* Change the tags queue from CIRCLEQ to TAILQ.krw2013-12-013-28/+28
* Change the tag queue from CIRCLEQ to TAILQ.krw2013-12-015-47/+57
* Convert the ranges CIRCLEQ to TAILQ.krw2013-12-014-22/+21
* Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.krw2013-11-2816-101/+107
* Zap some pointer casts became extra (and thus dangerous) after recentzhuk2013-11-271-9/+9
* fix a possible double-free/NULL deref in msg_printpelikan2013-11-261-4/+7
* Tweak a tortuous manual loop into a TAILQ_FOREACH().krw2013-11-261-4/+3
* fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@otto2013-11-261-2/+2
* fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref'spelikan2013-11-261-2/+2
* Replace _texth CIRCLEQ with TAILQ. One down, five to go.krw2013-11-2518-91/+93
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-2/+3
* Tweak optimization flags on landisk until I have time to investigate further.miod2013-06-221-1/+6
* When ^W (WERASE) is hit in insert mode it's possible that the linemillert2013-05-141-8/+6
* Use open(2) / fstat(2) instead of stat(2) / open(2) for checkingkili2013-05-033-34/+83
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-291-2/+2
* use openpty() rather than hand-rolled pty opening code; ok millert@naddy2012-12-203-196/+9
* Fix hang when exiting shell in script mode. OK naddy@millert2012-12-031-3/+9
* flesh out the VI COMMANDS section somewhat;jmc2012-01-171-66/+338
* These utilities were already part of 1BSD, and some authors are known.schwarze2011-12-281-2/+11
* document vi/ex regular expressions, and where they differ from thosejmc2011-07-291-3/+91
* Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collisionmillert2011-07-104-12/+12
* better document some of the terminology used in the VI COMMANDS section;jmc2011-05-161-26/+51
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-5/+5
* better document vi's startup (in terms of environment variablesjmc2011-04-121-10/+40
* Fix display glitch leading to crash. If we're reformatting, checkmartynas2011-04-101-2/+11
* add a BUFFERS section, to explain how they work;jmc2011-03-311-2/+113
* since we stopped installing the usd docs, it no longer makesjmc2011-03-171-5/+2
* tyop, pr 6538.jasper2011-01-051-1/+1
* remove references to now removed usd/psd/smm docs;jmc2010-10-181-51/+2
* Stop installing me(1) and ms(1) source code.schwarze2010-10-171-6/+1
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-5/+9
* add a little padding to make SYNOPSIS line up nicely;jmc2010-09-241-3/+3