aboutsummaryrefslogtreecommitdiff
path: root/newlib/NEWS
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-12-16 20:49:42 +0000
committerJeff Johnston <jjohnstn@redhat.com>2005-12-16 20:49:42 +0000
commit0217078f77de375347b3c76fb7dbf6ab11b61883 (patch)
tree186284eaa90bc9a086a68a82409b88b31e8544bf /newlib/NEWS
parent6ba157bb2e6cde295bd74c40110aea5b5d096c85 (diff)
downloadnewlib-0217078f77de375347b3c76fb7dbf6ab11b61883.zip
newlib-0217078f77de375347b3c76fb7dbf6ab11b61883.tar.gz
newlib-0217078f77de375347b3c76fb7dbf6ab11b61883.tar.bz2
2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.14.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.14.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.14.
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index f7d9c0a..3b8f9cf 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,14 @@
+*** Major changes in newlib version 1.14.0:
+
+* new platforms added (cris, mt, m32c)
+* more locking protection macros added
+* various C99/POSIX/SUSV3 compliance issue improvements
+* reentrancy cleanup
+* header file improvements (e.g. adding RTEMS stdint.h/inttypes.h)
+* various math fixes
+* changes made to allow use of gcc4 to build newlib
+* general bug fixes and cleanups
+
*** Major changes in newlib version 1.13.0:
* optimized iconv support