diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 23:49:48 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:21 -0500 |
commit | 380d7e87dc80978581e73063dff0e264283c0306 (patch) | |
tree | 7d7bf0ae5f0ad112100bc49a2e90bcb94f9345ec /NEWS | |
parent | c0e87cc01807aee964014bb6518694e7f42b71a7 (diff) | |
download | glibc-380d7e87dc80978581e73063dff0e264283c0306.zip glibc-380d7e87dc80978581e73063dff0e264283c0306.tar.gz glibc-380d7e87dc80978581e73063dff0e264283c0306.tar.bz2 |
Implement aligned_alloc
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -9,7 +9,20 @@ Version 2.16 * The following bugs are resolved with this release: - 13526, 13527, 13528, 13529 + 13526, 13527, 13528, 13529, 13531 + +* ISO C11 support: + + + define static_assert + + + do not declare gets + + + declare at_quick_exit and quick_exit also for ISO C11 + + + aligned_alloc. NB: The code is deliberately allows the size parameter + to not be a multiple of the alignment. This is a moronic requirement + in the standard but it is only a requirement on the caller, not the + implementation. Version 2.15 |