summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2006-05-27Fix previous Coverity "fix" so that it doesn't break vi completely.simonb
2006-05-27Clean up after the last fix.agc
2006-05-27Coverity CID 3684: memory leakjnemeth
2006-05-27Coverity CID 3135: memory leakjnemeth
2006-05-14XXX: GCC uninitializedchristos
2006-05-11XXX build with -Wno-pointer-sign and -fno-strict-aliasing when using GCC4.mrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-03-19the preceeding loop does not terminate except in a condition wherertr
2006-03-19avoid double fclose()rtr
2006-03-19remove ambiguity in evaluation of conditional expressions and avoidrtr
2005-10-16the last revision introduced a bug in the handling of escape characters whileaymeric
2005-10-08bump for latest changes:aymeric
2005-10-08accept ^V again as a quoting character. At least one person uses it. (hi abs!)aymeric
2005-10-08remove the hack that changed backslaches to ^V's when the command is "set" (!).aymeric
2005-09-06bump to nb15:aymeric
2005-09-06In argv_exp3() where we cut a line into args, check for '\' as the escapeaymeric
2005-09-06From code inspection, nvi had the undocumented and non-working functionalityaymeric
2005-09-06Finally handle ^C the correct way. This indeed requires to separate the caseaymeric
2005-09-06when reading an ex command within visual mode with v_tcmd(), check thataymeric
2005-06-07Initialize a local variable to appease -Wuninitialized.he
2005-06-07Initialize a local variable to appease -Wuninitialized.he
2005-06-07Initialize a local variable to appease -Wuninitialized.he
2005-06-02appease gcc -Wuninitializedlukem
2005-06-02appease gcc -Wuninitialized.lukem
2005-06-02Don't attempt to dereference an uninitialized 'ep' pointer if we can'tlukem
2005-06-02Don't attempt to dereference an uninitialized pointer when an errorlukem
2005-03-06If we cannot retrieve lines from a recovery file, don't call ourselveschristos
2005-03-06A corrupt recovery file can have vs_scmap NULL now, since paint may returnchristos
2005-02-12Fix the RCSID's to be $NetBSD$ instead of $NetBSDaymeric
2005-01-19Set FD_CLOEXEC on the recovery mail file.mycroft
2004-11-23bump version: coredump fixed when autocompleting a filename wider than screenaymeric
2004-11-23Move a line of code which was "obviously" misplaced.aymeric
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-06-13bump: bin/25849 fixed. "rapid resize can crash vi"aymeric
2004-06-13. don't call newterm() more than once; use setterm() and resizeterm() insteadaymeric
2004-05-25-I. is part of CPPFLAGS, not CFLAGS. Make it so, allows to lint.aymeric
2004-05-02bump for latest bug fix: flush the cached line on every DB operationaymeric
2004-05-02flush the current line cache on every operation on the DB.aymeric
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-05bump version: failed recovery doesn't prevent edition anymoreaymeric
2004-04-05Don't fail if asked to recover a file for which there is no recovery file.aymeric
2004-04-05fix copying and freeing of options, patch from yamt@ in PR bin/25050. Thanks!aymeric
2004-03-17Document -c more accurately. Patch from Aymeric Vincent in responsewiz
2004-02-13Spell the plural of suffix "suffixes", not "suffices".wiz
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-11-14s/awk/${AWK}/matt
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19support MAKEVERBOSElukem
2003-09-09PR# bin/22736: Allow unsorted tags file to work. If the initial binaryerh
2003-08-28Add options_def.h to DPSRCS and CLEANFILESdsl