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/NEWS24
1 files changed, 0 insertions, 24 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 3b8f9cf0e..5eb56724a 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,27 +1,3 @@
-*** 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
-* new configuration option to disable syscalls in newlib (e.g. sys/arm)
-* new configuration options controlling long long, long double support
-* ability of configuration options to override platform defaults
-* improved locking protection for file I/O functions
-* new reentrant functions
-* various fixes to allow building under FC3 and Debian Linux
-* cxa exit support
-* new platforms (e.g. crx)
-* new iprintf and iscanf family functions
-
*** Major changes in newlib version 1.12.0:
* general iconv support added