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>2004-12-18 01:48:16 +0300
committerJeff Johnston <jjohnstn@redhat.com>2004-12-18 01:48:16 +0300
commita9c42bde0b7455de5d6882264efb7e96a3781678 (patch)
tree522e04732d9bf74351816cbc4852c3658e4b12d2 /newlib/NEWS
parentd8ae996c41cf0148f5bffa393bc35ed9b0e5d5d5 (diff)
2004-12-17 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.13.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.13.0. * aclocal.m4: Regenerated. * configure: Ditto. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * iconvdata/aclocal.m4: Ditto. * iconvdata/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.13.
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 5eb56724a..f7d9c0a4f 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,16 @@
+*** 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