diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 02:36:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 02:36:27 +0000 |
commit | 03fbfeb50862cc05552c55c20207d54889416628 (patch) | |
tree | b2cc0bd90970c63ca373ac2745fe3fb7760be654 /ChangeLog | |
parent | 06a60d9c89f6cdb2a2ac944bd8b1ddb632b6ceca (diff) | |
download | glibc-03fbfeb50862cc05552c55c20207d54889416628.zip glibc-03fbfeb50862cc05552c55c20207d54889416628.tar.gz glibc-03fbfeb50862cc05552c55c20207d54889416628.tar.bz2 |
Update.
2001-01-03 Jakub Jelinek <jakub@redhat.com>
* resolv/resolv.h (struct __res_state): Add nsinit field.
* resolv/res_send.c (res_nsend): Use it instead of nscount.
* resolv/res_init.c (__res_vinit): Initialize it.
(res_nclose): Clear it instead of nscount.
* malloc/mtrace.pl: Fix matching of addresses.
Patch by Aharon Robbins <arnold@skeeve.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ +2001-01-03 Jakub Jelinek <jakub@redhat.com> + + * resolv/resolv.h (struct __res_state): Add nsinit field. + * resolv/res_send.c (res_nsend): Use it instead of nscount. + * resolv/res_init.c (__res_vinit): Initialize it. + (res_nclose): Clear it instead of nscount. + 2001-01-04 Ulrich Drepper <drepper@redhat.com> + * malloc/mtrace.pl: Fix matching of addresses. + Patch by Aharon Robbins <arnold@skeeve.com>. + * Versions.def (ld): Add GLIBC_2.2. * catgets/gencat.c: Copyright 2001. |