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>2020-11-18 00:47:35 +0300
committerJeff Johnston <jjohnstn@redhat.com>2020-12-11 22:37:12 +0300
commit14123c991b3b833e93a9dbb66c23beaf58c9ebab (patch)
treef7347b71346d3ae940cea91b2c866e555da1a583 /newlib/NEWS
parent21ec498d7f91285018e74f9767fe46cebace682a (diff)
Bump newlib release to 4.0.0
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index c1f611bac..c81ae6e4c 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,18 @@
+*** Major changes in newlib version 4.0.0:
+
+- additional out-of-bounds checking for malloc/nano-malloc family
+- various fixes to makedocbook for python 3.8
+- multiple standard/accuracy fixes to libm math routines
+- C-SKY port
+- support for Armv8-R aarch64 added
+- move of __tzrules_struct from time.h to internal header
+- math additions/improvements for RISC-V and arm
+- all arm code converted to use unified syntax for Thumb1
+- fenv support added for multiple platforms
+- hard float support for PowerPC taken from FreeBSD
+- advertising clause removed from BSD licenses
+- various other fixes
+
*** Major changes in newlib version 3.2.0:
- memmem performance improvement