Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.bin/vi/ex Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/584d094d8a37
branches:  netbsd-3
changeset: 577141:584d094d8a37
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Sep 09 15:28:55 2005 +0000

description:
Pull up following revision(s) (requested by aymeric in ticket #753):
        usr.bin/vi/ex/version.h: revision 1.18
bump to nb15:
. we now handle ^C correctly in all cases
. blanks and alnum chars are ignored in the shellmeta option, as the code
  brokenly said it should
. \ can be used to escape any (special) character in file names

diffstat:

 usr.bin/vi/ex/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (10 lines):

diff -r c9c4cffa5e01 -r 584d094d8a37 usr.bin/vi/ex/version.h
--- a/usr.bin/vi/ex/version.h   Fri Sep 09 15:27:52 2005 +0000
+++ b/usr.bin/vi/ex/version.h   Fri Sep 09 15:28:55 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.17 2004/11/23 14:36:50 aymeric Exp $     */
+/*     $NetBSD: version.h,v 1.17.2.1 2005/09/09 15:28:55 tron Exp $    */
 
 #define        VI_VERSION \
-    "Version 1.79nb14 (10/23/96) The CSRG, University of California, Berkeley."
+    "Version 1.79nb15 (10/23/96) The CSRG, University of California, Berkeley."



Home | Main Index | Thread Index | Old Index