Module Name: src
Committed By: snj
Date: Tue Dec 20 07:48:04 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
amend #1312
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-7.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.135 src/doc/CHANGES-7.1:1.1.2.136
--- src/doc/CHANGES-7.1:1.1.2.135 Sun Dec 18 08:27:59 2016
+++ src/doc/CHANGES-7.1 Tue Dec 20 07:48:04 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.135 2016/12/18 08:27:59 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.136 2016/12/20 07:48:04 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -7617,7 +7617,7 @@ external/bsd/nvi/dist/common/key.h 1.3
external/bsd/nvi/dist/common/vi_db1.c 1.8
external/bsd/nvi/dist/docs/vi.man/vi.1 1.3, 1.4
external/bsd/nvi/dist/ex/ex_map.c 1.4
-external/bsd/nvi/dist/ex/ex_script.c 1.5, 1.6
+external/bsd/nvi/dist/ex/ex_script.c 1.5-1.7
external/bsd/nvi/usr.bin/nvi/Makefile 1.7
nvi:
@@ -7625,7 +7625,9 @@ external/bsd/nvi/usr.bin/nvi/Makefile 1
- Fix the script command of vi(1). PR/50484
- Fix > 1024 char lines in script.
- Fix synopsis for :tagprev. PR 51446.
- [riastradh, ticket #1312]
+ - sscr_insert(): sh_prompt should be compared with t, not p
+ - replace strnstr(3) with memcmp(3)
+ [riastradh/rin, ticket #1312]
usr.sbin/paxctl/paxctl.8 1.15