From 282d87435cfb3d95386355be0fffc3bbb9aafde3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Jun 1996 10:52:53 +0000 Subject: * resolv/Makefile (distribute): Remove res_hconf.h; add mapv4v6addr.h and mapv4v6hostent.h. (routines): Move res* and gethnamaddr into libresolv-routines. (libresolv-routines): New variable, put them there. (extra-libs): New variable, list libresolv. (CPPFLAGS): Add -D for get*by* to res_get*by*. --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b82baa683d..ec195fcf5e 100644 --- a/NEWS +++ b/NEWS @@ -107,8 +107,10 @@ Version 2.0 * The resolver code has been updated from the BIND 4.9.4-T3B release. * The new function `malloc_find_object_address' finds the starting address - of a malloc'd block, given any address within the block. This can be - useful for debugging. + of a malloc'd block, given any address within the block; + `malloc_object_allocated_size' returns the size of an allocated block; + and `malloc_walk' lets you walk through all allocated blocks. These can + be useful for debugging; see for the interfaces. * There is a new malloc debugging hook `__memalign_hook'. -- cgit 1.4.1