aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-16 12:07:56 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-16 12:07:56 -0500
commitd77e786926ef8d4af55d978b86cc525e7366acd7 (patch)
treee8f9df7153d7df6adfe0780413557cd9221d2e73 /ChangeLog
parent400aa020ea599b4319670a1cea7028930aeab588 (diff)
downloadglibc-d77e786926ef8d4af55d978b86cc525e7366acd7.zip
glibc-d77e786926ef8d4af55d978b86cc525e7366acd7.tar.gz
glibc-d77e786926ef8d4af55d978b86cc525e7366acd7.tar.bz2
Minor cleanups of malloc code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f06b9a..3d847a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-01-16 Ulrich Drepper <drepper@gmail.com>
+ * malloc/malloc.c: Various cleanups.
+ * malloc/hooks.c: Likewise.
+
* stdlib/Makefile (tests): Add bug-fmtmsg1.
* stdlib/bug-fmtmsg1.c: New file.