Mercurial > emacs
comparison ChangeLog @ 111613:8a76f3e33a5a
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).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 13 Nov 2010 12:22:52 -0500 |
parents | c781fc4de505 |
children | bab066ba345e |
comparison
equal
deleted
inserted
replaced
111612:2529e302a86e | 111613:8a76f3e33a5a |
---|---|
1 2010-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 | |
1 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2010-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. |
4 | 10 |
5 2010-11-04 Michael Albinus <michael.albinus@gmx.de> | 11 2010-11-04 Michael Albinus <michael.albinus@gmx.de> |