diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2014-12-18 20:30:11 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2014-12-18 20:30:11 +0000 |
commit | 0615b4bb5f38a738377d4856aed167f0ab6aa52d (patch) | |
tree | 4817841fbc39f5ec85c5d3845cfa968835e7872d /newlib/NEWS | |
parent | f94bbabd8916c6db615d4a0cf37381451951f00b (diff) | |
download | cygnal-0615b4bb5f38a738377d4856aed167f0ab6aa52d.tar.gz cygnal-0615b4bb5f38a738377d4856aed167f0ab6aa52d.tar.bz2 cygnal-0615b4bb5f38a738377d4856aed167f0ab6aa52d.zip |
2014-12-18 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.2.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 2.2.0.
* libc/libc.texinfo: Ditto.
* libm/libm.texinfo: Ditto.
* configure: Regenerated.
* Makefile.in: Regenerated.
* doc/configure: Ditto.
* libc/*/configure: Ditto.
* libm/*/configure: Ditto.
* libc/sys/linux/shared.ld: Add VERS_2.2
Diffstat (limited to 'newlib/NEWS')
-rw-r--r-- | newlib/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS index da235ef06..040950bc6 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -1,3 +1,15 @@ +*** Major changes in newlib version 2.2.0: + +- multiple functional/performance enhancements for arm/aarch64 +- new nano formatted I/O support +- replacement of or16/or32 with or1k platform +- qsort_r support +- additional long double math routines +- ito/utoa/ltoa +- restructuring of gmtime/localtime so tz functions only linked by localtime +- unlocked I/O functions +- various warning clean-ups + *** Major changes in newlib version 2.1.0: - multibyte decimal point support added to |