diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-06 20:57:55 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-06 20:57:55 -0400 |
commit | 9895c8bc62759a2d7abf95654fb2aefe5677a930 (patch) | |
tree | 8ded35a6ac3313127aded751360465ba49a26c69 /NEWS | |
parent | 56d4baf3bd18619983bbc9826ad4296a8067efc1 (diff) | |
download | glibc-9895c8bc62759a2d7abf95654fb2aefe5677a930.tar.gz |
Change error code for underflows in strtod
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-6-28 +GNU C Library NEWS -- history of user-visible changes. 2011-7-6 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -9,7 +9,7 @@ Version 2.15 * The following bugs are resolved with this release: - 12874, 12885, 12907, 12935 + 9696, 12874, 12885, 12907, 12935 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |