summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-04-05 10:35:05 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-04-05 10:35:05 +0200
commit8d67708a08082df4b077ee35dcfd4947c0a5b1f3 (patch)
treecf54b9fa57d874cb00b22e1cc483e47ff4c58f7c /winsup/cygwin
parent41abcc5825d33d78bd370997ba664e3c64eb6683 (diff)
downloadcygnal-8d67708a08082df4b077ee35dcfd4947c0a5b1f3.tar.gz
cygnal-8d67708a08082df4b077ee35dcfd4947c0a5b1f3.tar.bz2
cygnal-8d67708a08082df4b077ee35dcfd4947c0a5b1f3.zip
Add latest changes to release message
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/release/2.5.08
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0
index f5821f905..d6533f349 100644
--- a/winsup/cygwin/release/2.5.0
+++ b/winsup/cygwin/release/2.5.0
@@ -53,6 +53,12 @@ What changed:
enables multiple gmon.out files to preserve profiling data after fork or
from multiple program runs.
+- Feature test macros, which control which symbols are exposed in the standard
+ headers, have been completely overhauled for compatibility with glibc.
+
+- The isinf, isinff, and isinfl functions are signed, returning -1 for
+ negative infinity for compatibility with glibc.
+
Bug Fixes
---------
@@ -105,3 +111,5 @@ Bug Fixes
- Fix strtold return value for +/-infinity.
Addresses: https://cygwin.com/ml/cygwin-apps/2016-03/msg00152.html
+
+- Fix accepted specifications with `getconf -v' on 64-bit. Self-observed.