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>2006-12-19 01:21:56 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-12-19 01:21:56 +0300
commita4b117829f0733d898c64cbc58565fe5ce6e1359 (patch)
tree74a9e05ac45d8d8371ffb3dad3e6e73a581cb135 /newlib/NEWS
parentdef943c11c834ba11f86e54356925e0dff7dcafd (diff)
2005-12-18 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.15.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.15.0. * aclocal.m4: Regenerated. * configure: Ditto. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * libc/*/aclocal.m4: Ditto. * libc/*/configure: Ditto. * libc/libc.texinfo: Ditto. * libm/*/aclocal.m4: Ditto. * libm/*/configure: Ditto. * libm/libm.texinfo: Ditto. * libc/sys/linux/shared.ld: Add VERS_1.15.
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)