diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-19 16:48:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-19 16:48:27 +0000 |
commit | f50fa10c8ac99e0efdca8469c646a08dd2cdefe2 (patch) | |
tree | 1c304654d398805b0cbbdf0c7678345e1fde5551 /ChangeLog | |
parent | 882bfe73fd0d3ee9e625ff841bd0c1e0815cff90 (diff) | |
download | glibc-f50fa10c8ac99e0efdca8469c646a08dd2cdefe2.zip glibc-f50fa10c8ac99e0efdca8469c646a08dd2cdefe2.tar.gz glibc-f50fa10c8ac99e0efdca8469c646a08dd2cdefe2.tar.bz2 |
* malloc/memusage.sh (memusageso): Add quotes.
(memusagestat): Likewise.
* debug/xtrace.sh (pcprofileso): Likewise.
(pcprofiledump): Likewise.
* debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
replacement.
* malloc/Makefile ($(objpfx)memusage): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2006-05-19 Ulrich Drepper <drepper@redhat.com> + * malloc/memusage.sh (memusageso): Add quotes. + (memusagestat): Likewise. + * debug/xtrace.sh (pcprofileso): Likewise. + (pcprofiledump): Likewise. + * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR + replacement. + * malloc/Makefile ($(objpfx)memusage): Likewise. + * nis/nis_callback.c (__nis_create_callback): Calls to svcudp_bufcreate and svctcp_create can fail. Free ->xprt if asprintf call fails. |