summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-06-22 09:28:41 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-06-22 09:28:41 -0700
commit03b36a73ed7e230124f59c0076acc07d422e00a5 (patch)
tree79b7bf7dc51d09d0c112e46483c4bf2ff3734f89 /ChangeLog
parent943b2f68287a767d956670c764d9b53e89460e7d (diff)
parentf808125f3c31b70e7ce73d33847ff153de414542 (diff)
downloademacs-03b36a73ed7e230124f59c0076acc07d422e00a5.tar.gz
Merge: Use gnulib's alloca-opt module.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e523175936e..9b8e5f762f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ Use gnulib's alloca-opt module.
+ * .bzrignore: Add lib/alloca.h.
+ * Makefile.in (GNULIB_MODULES): Add alloca-opt.
+ * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
+ as gnulib now does that for us. Put alloca check in config.h.
+ Include <alloca.h> before any other include file, for AIX 3.
+ * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+ * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
+
2011-06-21 Leo Liu <sdl.web@gmail.com>
* m4/sha256.m4: