diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-23 19:54:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-23 19:54:06 +0000 |
commit | 5605e1177d4728b66b92cb5012810b5feda1ec4b (patch) | |
tree | b65a493bf9b40bb2291d96739c59e01eb392e10d /ChangeLog | |
parent | a8fd5a02d94dcbe9a75252a66d2d73b41b9a2c83 (diff) | |
download | glibc-5605e1177d4728b66b92cb5012810b5feda1ec4b.tar.gz glibc-5605e1177d4728b66b92cb5012810b5feda1ec4b.tar.xz glibc-5605e1177d4728b66b92cb5012810b5feda1ec4b.zip |
Update.
2004-02-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): If _res has not been inited yet, try to init it before saving old _res.options. * posix/Makefile (xtests): Add bug-ga2. (generated): Add bug-ga2.mtrace and bug-ga2-mem. (xtests): Depend on bug-ga2-mem. ($(objpfx)bug-ga2-mem, bug-ga2-ENV): New. * posix/bug-ga2.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 93eae38c9c..8c365b9781 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-02-23 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/posix/getaddrinfo.c (gaih_inet): If _res has not been + inited yet, try to init it before saving old _res.options. + * posix/Makefile (xtests): Add bug-ga2. + (generated): Add bug-ga2.mtrace and bug-ga2-mem. + (xtests): Depend on bug-ga2-mem. + ($(objpfx)bug-ga2-mem, bug-ga2-ENV): New. + * posix/bug-ga2.c: New test. + 2004-02-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Pop register |