X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9e9de01439b2c57e79505ba0668894c9addc3bf1..fa23e171f4d9390c1c4151355ec72f9ff6fc90ab:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e523175936..c73d6bf85f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-06-21 Paul Eggert + + 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 after gl_INIT. + * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. + * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib. + 2011-06-21 Leo Liu * m4/sha256.m4: