Module Name: src
Committed By: martin
Date: Thu Mar 15 09:56:35 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #608
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.142 -r1.1.2.143 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.142 src/doc/CHANGES-8.0:1.1.2.143
--- src/doc/CHANGES-8.0:1.1.2.142 Wed Mar 14 18:37:48 2018
+++ src/doc/CHANGES-8.0 Thu Mar 15 09:56:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.142 2018/03/14 18:37:48 bouyer Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.143 2018/03/15 09:56:35 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -10309,3 +10309,18 @@ tests/lib/libc/locale/t_sprintf.c 1.2
Fixes PR standards/52282.
[martin, ticket #630]
+tests/lib/libc/locale/t_btowc.c 1.2,1.3
+tests/lib/libc/locale/t_io.c 1.5
+tests/lib/libc/locale/t_mbrtowc.c 1.2
+tests/lib/libc/locale/t_mbstowcs.c 1.2
+tests/lib/libc/locale/t_sprintf.c 1.3
+tests/lib/libc/locale/t_wcstod.c 1.4
+tests/lib/libc/locale/t_wctomb.c 1.5
+tests/lib/libc/locale/t_wctype.c 1.2
+
+ Add ISO10646 versions of these tests, conditional on
+ __STDC_ISO_10646__.
+ Separate the C/POSIX locale test from the rest; make it
+ more thorough and more correct.
+ [maya, ticket #608]
+