diff options
author | Andreas Jaeger <aj@suse.de> | 2011-10-15 10:08:07 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-15 10:08:07 -0400 |
commit | 556a2007974ed39a68c87a8b5181f8057ecd0d6f (patch) | |
tree | 7adf77bb1d3bdd3af09e918e0bfaee5a24cd931f /NEWS | |
parent | ab6737ffd037c56f2ded8d93ee07e6170ae0932b (diff) | |
download | glibc-556a2007974ed39a68c87a8b5181f8057ecd0d6f.tar.gz glibc-556a2007974ed39a68c87a8b5181f8057ecd0d6f.tar.xz glibc-556a2007974ed39a68c87a8b5181f8057ecd0d6f.zip |
Add parameter annotation to modf
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 7ef0846059..7e9b2c18a3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-10-14 +GNU C Library NEWS -- history of user-visible changes. 2011-10-15 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -11,7 +11,7 @@ Version 2.15 6779, 6783, 9696, 11589, 12403, 12847, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021, 13067, 13068, 13090, 13092, 13114, 13118, - 13123, 13134, 13138, 13150, 13179, 13192, 13291 + 13123, 13134, 13138, 13150, 13179, 13192, 13268, 13291 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |