Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2021-12-31 20:46:13 +0300
committerJeff Johnston <jjohnstn@redhat.com>2021-12-31 20:46:13 +0300
commit484d2ebf8d825b28af47b8ee88cd845f1d2c7c6e (patch)
tree574206cb785213e03a590104618bae53b4721363 /newlib/NEWS
parent1162f09b6cecaa159531e92bf1e26a88eabba771 (diff)
Update newlib to 4.2.0newlib-snapshot-20211231
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 0cf3364b3..fdca12ab9 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,21 @@
+*** Major changes in newlib version 4.2.0:
+
+- remove use of --cygnus option for automake
+- rename configure.in files to configure.ac
+- enable automake silent rules
+- import gdtoa from OpenBSD
+- update to Unicode 14.0
+- ignore _FORTIFY_SOURCE when building newlib
+- fixes to ldtoa
+- add clock support to nvptx port
+- various pthread POSIX APIs added
+- added implementatio for sig2str/str2sig
+- strtod/strtof to set errno to ERANGE consistently for underflow
+- fixed rounding issue with sqrt/sqrtf
+- fixed heap fragmentation issue with nano-malloc
+- FTW port for newlib
+- additions to sys/tree.h
+
*** Major changes in newlib version 4.1.0:
- fixes for regressions to pow/powf and tgamma functions