diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 10:07:26 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 10:07:26 -0500 |
commit | ac097f5cd08c8e60097297bd51e04f4fe1b25cc0 (patch) | |
tree | fbf68ae6835f3794e0e61c12677bb0e6c914586c /NEWS | |
parent | 2119dcfaccfa6fabf9e6be15f6d97ad041252ac9 (diff) | |
download | glibc-ac097f5cd08c8e60097297bd51e04f4fe1b25cc0.tar glibc-ac097f5cd08c8e60097297bd51e04f4fe1b25cc0.tar.gz glibc-ac097f5cd08c8e60097297bd51e04f4fe1b25cc0.tar.bz2 glibc-ac097f5cd08c8e60097297bd51e04f4fe1b25cc0.zip |
Define CMPLX, CMPLXF, CMPLXL
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2012-1-7 +GNU C Library NEWS -- history of user-visible changes. 2012-1-8 Copyright (C) 1992-2009, 2010, 2011, 2012 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,8 +9,8 @@ Version 2.16 * The following bugs are resolved with this release: - 13526, 13527, 13528, 13529, 13531, 13532, 13533, 13547, 13551, 13552, - 13553, 13555, 13559 + 13525, 13526, 13527, 13528, 13529, 13531, 13532, 13533, 13547, 13530, + 13551, 13552, 13553, 13555, 13559 * ISO C11 support: @@ -29,6 +29,8 @@ Version 2.16 + uchar.h support added + + CMPLX, CMPLXF, CMPLXL added + Implemented by Ulrich Drepper. * Support for the IA-64 is removed and could live in ports. |