Module Name: src
Committed By: sborrill
Date: Sat Mar 6 22:03:19 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1315
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-5.1
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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.205 src/doc/CHANGES-5.1:1.1.2.206
--- src/doc/CHANGES-5.1:1.1.2.205 Sat Mar 6 21:19:49 2010
+++ src/doc/CHANGES-5.1 Sat Mar 6 22:03:19 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.205 2010/03/06 21:19:49 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.206 2010/03/06 22:03:19 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -16859,3 +16859,10 @@
and FreeBSD versions of "wc".
[tron, ticket #1313]
+include/math.h 1.51
+
+ Address PR#36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF,
+ HUGE_VALL and INFINITY are constant expressions.
+ Use the GCC builtins if possible to implement them.
+ [joerg, ticket #1315]
+