Module Name: src
Committed By: martin
Date: Sat Jun 9 18:01:25 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ammend ticket #780
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.206 -r1.1.2.207 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.206 src/doc/CHANGES-8.0:1.1.2.207
--- src/doc/CHANGES-8.0:1.1.2.206 Sat Jun 9 15:46:27 2018
+++ src/doc/CHANGES-8.0 Sat Jun 9 18:01:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.206 2018/06/09 15:46:27 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.207 2018/06/09 18:01:24 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -13849,6 +13849,7 @@ usr.bin/make/unit-tests/Makefile 1.53
usr.bin/make/unit-tests/varquote.exp upto 1.2
usr.bin/make/unit-tests/varquote.mk upto 1.2
usr.bin/make/var.c 1.220
+distrib/sets/lists/tests/mi 1.784
- Introduce :q modifier for make variables and make it double escape
$'s so that passing variables to recursive makes with :q works as