Module Name: src Committed By: bouyer Date: Sat Mar 31 11:22:06 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Better entry for 659 To generate a diff of this commit: cvs rdiff -u -r1.1.2.157 -r1.1.2.158 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.157 src/doc/CHANGES-8.0:1.1.2.158 --- src/doc/CHANGES-8.0:1.1.2.157 Sat Mar 31 11:21:10 2018 +++ src/doc/CHANGES-8.0 Sat Mar 31 11:22:06 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.157 2018/03/31 11:21:10 bouyer Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.158 2018/03/31 11:22:06 bouyer Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -10739,7 +10739,7 @@ sys/arch/x86/include/specialreg.h 1.115 lib/libm/src/s_scalbn.c 1.19 - Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures. - Pointed out by Hal Murray on port-arm. + Add ldexpl(3) for architectures where double has the same + size as long double. [martin, ticket #659]