diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-25 10:52:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-25 10:52:53 +0000 |
commit | 282d87435cfb3d95386355be0fffc3bbb9aafde3 (patch) | |
tree | 3813e0fb628e18489a2cc2d0dd234d41861a9a83 /NEWS | |
parent | c66273aae5213e7e4460631e6b823dc2bf8a79d1 (diff) | |
download | glibc-282d87435cfb3d95386355be0fffc3bbb9aafde3.zip glibc-282d87435cfb3d95386355be0fffc3bbb9aafde3.tar.gz glibc-282d87435cfb3d95386355be0fffc3bbb9aafde3.tar.bz2 |
* 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-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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'. |