diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-11-01 15:39:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-11-01 15:39:48 +0000 |
commit | 64647f9aa8727fdcb4c58c7542beca3732148d0a (patch) | |
tree | 620968113f0d265fd042c3a3095ec53ea36e219d /ChangeLog | |
parent | acd44dbc7a0e6001406eb9e46eecab3ae34d9966 (diff) | |
download | glibc-64647f9aa8727fdcb4c58c7542beca3732148d0a.tar glibc-64647f9aa8727fdcb4c58c7542beca3732148d0a.tar.gz glibc-64647f9aa8727fdcb4c58c7542beca3732148d0a.tar.bz2 glibc-64647f9aa8727fdcb4c58c7542beca3732148d0a.zip |
[BZ #6966]
2008-11-01 Ulrich Drepper <drepper@redhat.com>
[BZ #6966]
* misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,9 +1,14 @@ +2008-11-01 Ulrich Drepper <drepper@redhat.com> + + [BZ #6966] + * misc/hsearch_r.c (hsearch_r): Fix secondary hash function. + 2008-10-24 Joseph Myers <joseph@codesourcery.com> Ulrich Drepper <drepper@redhat.com> * math/tgmath.h (__floating_type): Use __builtin_classify_type in definition for GCC 3.1 and later. - + 2008-10-31 Jakub Jelinek <jakub@redhat.com> * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo |