]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add latest changes to release message
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 5 Apr 2016 08:35:05 +0000 (10:35 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 5 Apr 2016 08:35:05 +0000 (10:35 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/release/2.5.0
winsup/doc/new-features.xml

index f5821f905d9191e86009ba405a0fa7774990e186..d6533f349cd6cf27f1607714f91c4ade0a85de21 100644 (file)
@@ -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.
index d246247712163aa12c3d32be61d05598eb72e522..9d428e2e8086973dfb45f1034170b20322853e27 100644 (file)
@@ -76,6 +76,16 @@ enables multiple gmon.out files to preserve profiling data after fork or
 from multiple program runs.
 </para></listitem>
 
+<listitem><para>
+Feature test macros, which control which symbols are exposed in the standard
+headers, have been completely overhauled for compatibility with glibc.
+</para></listitem>
+
+<listitem><para>
+The isinf, isinff, and isinfl functions are signed, returning -1 for
+negative infinity for compatibility with glibc.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>
This page took 0.035045 seconds and 5 git commands to generate.