about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-31 18:49:22 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-31 18:49:22 -0500
commit3b49edc04bae4ba33b0a3f1a402ba0ae2352766c (patch)
tree11fecd571cb82fc0365ab7bc9270a3cf7a03c3dc /ChangeLog
parent41b81892f11fe1353123e892158b53de73863d62 (diff)
downloadglibc-3b49edc04bae4ba33b0a3f1a402ba0ae2352766c.tar.gz
glibc-3b49edc04bae4ba33b0a3f1a402ba0ae2352766c.tar.xz
glibc-3b49edc04bae4ba33b0a3f1a402ba0ae2352766c.zip
Cleanups of malloc
Remove ugly names and unnecessary wrappers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e62d483b07..3425762501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
 
+	* malloc/malloc.c: Remove name translation.  Don't use mixed-cap
+	names.  Just use the correct names.  Remove unnecessary wrapper
+	functions.
+	* malloc/arena.c: Likewise.
+	* malloc/hooks.c: Likewise.
+
 	* malloc/arena.c (arena_get2): Really don't call __get_nprocs if
 	ARENA_TEST says not to.  Simplify test for creation of a new arena.
 	Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.