diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-22 19:45:56 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-22 19:45:56 +0000 |
commit | 272fac20e743611550c6fad64f054934da6fd4bc (patch) | |
tree | 0e3106884b5cf452b95e16d63f8adfc1d7158bdb /newlib/NEWS | |
parent | 6ef31d2336b2a7b3eed261c095ccb91230729033 (diff) | |
download | newlib-272fac20e743611550c6fad64f054934da6fd4bc.zip newlib-272fac20e743611550c6fad64f054934da6fd4bc.tar.gz newlib-272fac20e743611550c6fad64f054934da6fd4bc.tar.bz2 |
2008-12-19 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.17.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 1.17.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.17
Diffstat (limited to 'newlib/NEWS')
-rw-r--r-- | newlib/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS index 8495a73..e964b63 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -1,3 +1,17 @@ +*** Major changes in newlib version 1.17.0: + +* new C99 wide-char function additions +* lm32 platform support contributed +* movement of regex functions from sys/linux directory into + shared libc/posix directory +* string function optimizations +* redesign of formatted I/O to reduce dependencies when using + sprintf/sscanf family of functions +* numerous warning cleanups +* documentation fixes to support pdf, info, ps formats and + eclipse libhover hover docs +* various bug fixes + *** Major changes in newlib version 1.16.0: * mep-elf support contributed |