aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-13 12:22:52 -0500
committerChong Yidong2010-11-13 12:22:52 -0500
commit4d613e98a7ca89dbebbcc1a2865f8df04bf888f8 (patch)
treeb5abd818b623806a41023f2c549c24b17ca343b9 /ChangeLog
parentcdf015b1880d94bc414188ec5980171adc48bed2 (diff)
downloademacs-4d613e98a7ca89dbebbcc1a2865f8df04bf888f8.tar.gz
emacs-4d613e98a7ca89dbebbcc1a2865f8df04bf888f8.zip
Backport fix for Bug#6170 from trunk.
Fix alloca definition when using gcc on non-gnu systems. * configure.in: Use the code sequence indicated by "info autoconf" for alloca (bug#6170).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75813c9e7aa..a6b47ed9415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12010-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Fix alloca definition when using gcc on non-gnu systems.
4 * configure.in: Use the code sequence indicated by "info autoconf"
5 for alloca (bug#6170).
6
12010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> 72010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes. 9 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.