From 03fbfeb50862cc05552c55c20207d54889416628 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 5 Jan 2001 02:36:27 +0000 Subject: Update. 2001-01-03 Jakub Jelinek * 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 . --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 122e1dc796..10ca84cc9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +2001-01-03 Jakub Jelinek + + * 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 + * malloc/mtrace.pl: Fix matching of addresses. + Patch by Aharon Robbins . + * Versions.def (ld): Add GLIBC_2.2. * catgets/gencat.c: Copyright 2001. -- cgit v1.2.3