diff options
author | Caolan McNamara <caolanm@redhat.com> | 2009-11-10 06:29:13 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-10 06:29:13 -0800 |
commit | 6515a01fc1d35d329886d5a45435537ee9115bc4 (patch) | |
tree | dda237929d3af3a0a2cb24ea4c0bc6ff6a218cbe /ChangeLog | |
parent | 639d6699e9943c393f5fb5a9b84ab24e20bb7a93 (diff) | |
download | glibc-6515a01fc1d35d329886d5a45435537ee9115bc4.tar glibc-6515a01fc1d35d329886d5a45435537ee9115bc4.tar.gz glibc-6515a01fc1d35d329886d5a45435537ee9115bc4.tar.bz2 glibc-6515a01fc1d35d329886d5a45435537ee9115bc4.zip |
Avoid memset warning in one case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-11-10 Ulrich Drepper <drepper@redhat.com> + + * string/bits/string3.h (memset): If the second parameter is constant + and zero there is likely no transposition. + 2009-11-04 Philippe De Muyter <phdm@macqel.be> * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson. |