diff options
| author | Paul Eggert | 2011-06-21 09:15:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-21 09:15:07 -0700 |
| commit | fa23e171f4d9390c1c4151355ec72f9ff6fc90ab (patch) | |
| tree | 3545fbfe6da37d20d6cc37a4d2f1be884a868a6a /ChangeLog | |
| parent | 9e9de01439b2c57e79505ba0668894c9addc3bf1 (diff) | |
| download | emacs-fa23e171f4d9390c1c4151355ec72f9ff6fc90ab.tar.gz emacs-fa23e171f4d9390c1c4151355ec72f9ff6fc90ab.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-06-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use gnulib's alloca-opt module. | ||
| 4 | * .bzrignore: Add lib/alloca.h. | ||
| 5 | * Makefile.in (GNULIB_MODULES): Add alloca-opt. | ||
| 6 | * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff, | ||
| 7 | as gnulib now does that for us. Put alloca check after gl_INIT. | ||
| 8 | * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. | ||
| 9 | * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib. | ||
| 10 | |||
| 1 | 2011-06-21 Leo Liu <sdl.web@gmail.com> | 11 | 2011-06-21 Leo Liu <sdl.web@gmail.com> |
| 2 | 12 | ||
| 3 | * m4/sha256.m4: | 13 | * m4/sha256.m4: |