Sun Mar 18 10:20:38 2018 UTC ()
Ammend ticket #608 for additional changes


(martin)
diff -r1.1.2.146 -r1.1.2.147 src/doc/CHANGES-8.0

cvs diff -r1.1.2.146 -r1.1.2.147 src/doc/Attic/CHANGES-8.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.0 2018/03/17 11:32:15 1.1.2.146
+++ src/doc/Attic/CHANGES-8.0 2018/03/18 10:20:38 1.1.2.147
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.0,v 1.1.2.146 2018/03/17 11:32:15 martin Exp $ 1# $NetBSD: CHANGES-8.0,v 1.1.2.147 2018/03/18 10:20:38 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 3A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
4until the 8.0 release: 4until the 8.0 release:
5 5
6doc/CHANGES-8.0 patched by hand 6doc/CHANGES-8.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 8.0_BETA! 12 Welcome to 8.0_BETA!
13 13
14src/share/man/man9/fstrans.9 1.25 14src/share/man/man9/fstrans.9 1.25
@@ -10304,27 +10304,27 @@ sys/arch/xen/x86/cpu.c via patch: 1.1 @@ -10304,27 +10304,27 @@ sys/arch/xen/x86/cpu.c via patch: 1.1
10304 10304
10305lib/libc/stdio/vfwprintf.c 1.35, 1.36 10305lib/libc/stdio/vfwprintf.c 1.35, 1.36
10306tests/lib/libc/locale/t_sprintf.c 1.2 10306tests/lib/libc/locale/t_sprintf.c 1.2
10307 10307
10308 Do not use thousands grouping when none is specified by the locale. 10308 Do not use thousands grouping when none is specified by the locale.
10309 Fixes PR standards/52282. 10309 Fixes PR standards/52282.
10310 [martin, ticket #630] 10310 [martin, ticket #630]
10311 10311
10312tests/lib/libc/locale/t_btowc.c 1.2,1.3 10312tests/lib/libc/locale/t_btowc.c 1.2,1.3
10313tests/lib/libc/locale/t_io.c 1.5 10313tests/lib/libc/locale/t_io.c 1.5
10314tests/lib/libc/locale/t_mbrtowc.c 1.2 10314tests/lib/libc/locale/t_mbrtowc.c 1.2
10315tests/lib/libc/locale/t_mbstowcs.c 1.2 10315tests/lib/libc/locale/t_mbstowcs.c 1.2
10316tests/lib/libc/locale/t_sprintf.c 1.3 10316tests/lib/libc/locale/t_sprintf.c 1.3
10317tests/lib/libc/locale/t_wcstod.c 1.4 10317tests/lib/libc/locale/t_wcstod.c 1.4,1.5
10318tests/lib/libc/locale/t_wctomb.c 1.5 10318tests/lib/libc/locale/t_wctomb.c 1.5
10319tests/lib/libc/locale/t_wctype.c 1.2 10319tests/lib/libc/locale/t_wctype.c 1.2
10320 10320
10321 Add ISO10646 versions of these tests, conditional on 10321 Add ISO10646 versions of these tests, conditional on
10322 __STDC_ISO_10646__. 10322 __STDC_ISO_10646__.
10323 Separate the C/POSIX locale test from the rest; make it 10323 Separate the C/POSIX locale test from the rest; make it
10324 more thorough and more correct. 10324 more thorough and more correct.
10325 [maya, ticket #608] 10325 [maya, ticket #608]
10326 10326
10327tests/lib/libc/locale/t_sprintf.c 1.4 - 1.7 10327tests/lib/libc/locale/t_sprintf.c 1.4 - 1.7
10328 10328
10329 Since the C standard allows for intermediate floating results to 10329 Since the C standard allows for intermediate floating results to
10330 contain more precision bits than the data type expects, but 10330 contain more precision bits than the data type expects, but