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/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 3b8f9cf0e..df082225c 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,15 @@
+*** Major changes in newlib version 1.15.0:
+
+* new platforms added (bfin, spu, fido)
+* merge of csl branch changes (e.g. m68k)
+* additional C99 support (printf modifiers, strtod, isnan/isinf)
+* new configuration option to turn off dynamic allocation for atexit
+* reentrancy added for read / write functions
+* Cygwin fixes (e.g. POSIX read file flush behavior)
+* switch to autoconf 2.5.9
+* use of aclocal/automake 1.9.6
+* various bug fixes and doc cleanups
+
*** Major changes in newlib version 1.14.0:
* new platforms added (cris, mt, m32c)