aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d9091c7ba..73c9073ee2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-09-06 Florian Weimer <fweimer@redhat.com>
+
+ Convert malloc to __libc_lock. Automated part, using this Perl
+ s/// command:
+ s/(?:\(void\)\s*)?mutex_((?:|un|try)lock|init)
+ \s*\(\&([^\)]+)\)/__libc_lock_$1\ ($2)/gx;
+ * malloc/malloc.c, malloc/arena.c, malloc/hooks.c: Perform
+ conversion.
+
2016-09-05 Aurelien Jarno <aurelien@aurel32.net>
* conform/Makefile (conformtest-header-tests): Pass -I. to $(PERL).