Module Name: src
Committed By: martin
Date: Sat Jun 23 10:44:47 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Ticket #1617
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-7.2
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.2
diff -u src/doc/CHANGES-7.2:1.1.2.92 src/doc/CHANGES-7.2:1.1.2.93
--- src/doc/CHANGES-7.2:1.1.2.92 Thu Jun 14 19:44:56 2018
+++ src/doc/CHANGES-7.2 Sat Jun 23 10:44:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.92 2018/06/14 19:44:56 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.93 2018/06/23 10:44:47 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5545,3 +5545,9 @@ share/i18n/esdb/ISO-8859/ISO-8859.alias
Add more aliases for Hebrew and Arabic ISO-8859-... encodings.
[maya, ticket #1616]
+external/gpl3/gcc/dist/libstdc++-v3/include/std/complex 1.2
+
+ Use the c99 cabs math builtins directly, because cabs and cabsf
+ have broken ABI's and cabsl does not exist.
+ [maya, ticket #1617]
+