aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJohn Wiegley2012-06-26 22:49:35 -0500
committerJohn Wiegley2012-06-26 22:49:35 -0500
commited6b35106553c615b210a12b51a7ebb57aaa82e4 (patch)
tree1fb6428bc308fb1e83e38b30775f0bdb93ed8777 /src/ChangeLog
parent65400531235c557072dbdb2a793bc892df009f82 (diff)
downloademacs-ed6b35106553c615b210a12b51a7ebb57aaa82e4.tar.gz
emacs-ed6b35106553c615b210a12b51a7ebb57aaa82e4.zip
alloc.c (mark_memory): Do not check with -faddress-sanitizer when
building with Clang.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9b412fd01e3..d0e226db5dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-06-26 John Wiegley <johnw@newartisans.com>
2
3 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
4 when building with Clang.
5
12012-06-26 Stefan Monnier <monnier@iro.umontreal.ca> 62012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * eval.c (Fapply): Allow calling it with a single argument. 8 * eval.c (Fapply): Allow calling it with a single argument.