diff options
author | Andreas Jaeger <aj@suse.de> | 2006-10-12 05:27:24 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2006-10-12 05:27:24 +0000 |
commit | 3f7a21a9c6057de0c5c76433fdccc7e09bad0f99 (patch) | |
tree | 9b2cdc1e6e6f8bc89ff96fd03bc2c1fee8406853 /ChangeLog | |
parent | 251fc920c714e08bd960d517e733c6840e6d83d8 (diff) | |
download | glibc-3f7a21a9c6057de0c5c76433fdccc7e09bad0f99.tar.gz |
[BZ #2510, BZ #2830]
Update.
2006-11-12 Andreas Jaeger <aj@suse.de>
[BZ #2510]
* manual/search.texi (Hash Search Function): Clarify.
(Array Search Function): Clarify.
2006-11-12 Joseph Myers <joseph@codesourcery.com>
[BZ #2830]
* math/atest-exp.c (main): Cast hex value to mp_limb_t before
shifting.
* math/atest-exp2.c (read_mpn_hex): Likewise.
* math/atest-sincos.c (main): Likewise.
Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +2006-11-12 Andreas Jaeger <aj@suse.de> + + [BZ #2510] + * manual/search.texi (Hash Search Function): Clarify. + (Array Search Function): Clarify. + +2006-11-12 Joseph Myers <joseph@codesourcery.com> + + [BZ #2830] + * math/atest-exp.c (main): Cast hex value to mp_limb_t before + shifting. + * math/atest-exp2.c (read_mpn_hex): Likewise. + * math/atest-sincos.c (main): Likewise. + 2006-10-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait. @@ -755,7 +769,7 @@ * nis/nis_xdr.c: Avoid some function calls. 2006-08-07 Jakub Jelinek <jakub@redhat.com> - Ulrich Drepper <drepper@redhat.com> + Ulrich Drepper <drepper@redhat.com> * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take short cut if only one name component is stripped away. |