summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2008-10-29bye old vi!christos
2008-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-09-02disable completely.christos
2008-08-31For now descend into old vi for virecover and doc. Unfortunately thechristos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-10add check wether /var/run/vi.* is regular file or not.tnozaki
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2007-01-22exit(3) needs stdlib.h.joerg
2006-11-24fix spelling of accidentally; from Zapherchristos
2006-10-13Comma in enumeration. No dot at end of SEE ALSO.wiz
2006-10-13Various fixes.wiz
2006-10-10Remove parenthesis from around a sentence.reed
2006-10-10Also point to new virecover manual page.reed
2006-10-08Build virecover.0dogcow
2006-10-08PR/22228: Jeremy C. Reed: a man page for virecover(8)elad
2006-09-27Coverity CID 793 uncovered a bunch of issues:christos
2006-09-27Coverity CID 4166: If GET_SPACE_RET can return a NULL pointer if len == 0.christos
2006-09-27Coverity CID 4171: bp can be null if len == 0. So check for it anyway andchristos
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