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:
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