aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJohn Wiegley2012-07-11 01:14:27 -0500
committerJohn Wiegley2012-07-11 01:14:27 -0500
commitb41253a389afdffde3d2551e4c165f0ebbafdf89 (patch)
tree772126439a523aa0e2d961a232d7e25a3aae5e92 /src/ChangeLog
parentd923b542aa2d115bb87e72e156be837cea752536 (diff)
downloademacs-b41253a389afdffde3d2551e4c165f0ebbafdf89.tar.gz
emacs-b41253a389afdffde3d2551e4c165f0ebbafdf89.zip
alloc.c (mark_memory): Guard the "no_address_safety_analysis" function
attribute, so we only use it if it exists in the compiler.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a6dc8644b8..64a7989a70f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-07-11 John Wiegley <johnw@newartisans.com>
2
3 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
4 function attribute, so we only use it if it exists in the
5 compiler.
6
12012-07-11 Dmitry Antipov <dmantipov@yandex.ru> 72012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 Avoid call to strlen in fast_c_string_match_ignore_case. 9 Avoid call to strlen in fast_c_string_match_ignore_case.