diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-02 22:51:39 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-02 22:51:39 +0000 |
commit | 4669438fba6e6180923a325f289306da6b6a8062 (patch) | |
tree | e118070316b5c67879ce19f65023fe4e5ef5fc68 /newlib/NEWS | |
parent | 528060195ca6c38619782fc51a89a4585b816f03 (diff) | |
download | newlib-4669438fba6e6180923a325f289306da6b6a8062.zip newlib-4669438fba6e6180923a325f289306da6b6a8062.tar.gz newlib-4669438fba6e6180923a325f289306da6b6a8062.tar.bz2 |
2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.12.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 1.12.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.12.
Diffstat (limited to 'newlib/NEWS')
-rw-r--r-- | newlib/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS index faba389..5eb5672 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -1,3 +1,12 @@ +*** Major changes in newlib version 1.12.0: + +* general iconv support added +* major cleanup with linux header files regarding warnings +* thread-safety and reentrancy fixes +* additional wide character C99 functions +* addition of %lc, %ls, %S, and %C printf format specifiers +* doc cleanup + *** Major changes in newlib version 1.11.0: * enhanced EL/IX support for i[3456]86-pc-linux |