summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-25 10:52:53 +0000
committerRoland McGrath <roland@gnu.org>1996-06-25 10:52:53 +0000
commit282d87435cfb3d95386355be0fffc3bbb9aafde3 (patch)
tree3813e0fb628e18489a2cc2d0dd234d41861a9a83 /NEWS
parentc66273aae5213e7e4460631e6b823dc2bf8a79d1 (diff)
* 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*.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
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 <malloc.h> for the interfaces.
* There is a new malloc debugging hook `__memalign_hook'.