aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-06-23 01:28:30 +0200
committerJoakim Verona2011-06-23 01:28:30 +0200
commitc5082a753011dacef505e91f1fc30a84fa75a2eb (patch)
tree2c995eff276b6e9e68f54b4ebe76bf012231c86d /ChangeLog
parent787c27e81f046cfa1c457ed405551f8ca0ddb0e8 (diff)
parent297dde5a97c0c5c8020db72213c7f84067f1ee21 (diff)
downloademacs-c5082a753011dacef505e91f1fc30a84fa75a2eb.tar.gz
emacs-c5082a753011dacef505e91f1fc30a84fa75a2eb.zip
merge upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog51
1 files changed, 50 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c6531ffba3f..9b8e5f762f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,55 @@
12011-06-22 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 in config.h.
8 Include <alloca.h> before any other include file, for AIX 3.
9 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
10 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
11
122011-06-21 Leo Liu <sdl.web@gmail.com>
13
14 * m4/sha256.m4:
15 * m4/sha512.m4:
16 * m4/gl-comp.m4:
17 * lib/u64.h:
18 * lib/sha256.c:
19 * lib/sha256.h:
20 * lib/sha512.c:
21 * lib/sha512.h:
22 * lib/makefile.w32-in (GNULIBOBJS):
23 * lib/gnulib.mk:
24 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
25 crypto/sha512 modules from gnulib.
26
272011-06-19 Paul Eggert <eggert@cs.ucla.edu>
28
29 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
30
312011-06-17 Glenn Morris <rgm@gnu.org>
32
33 * configure.in: Restore the behavior of checking crt-dir only
34 when the user specified it (not all platforms use it).
35
362011-06-16 Paul Eggert <eggert@cs.ucla.edu>
37
38 * m4/lstat.m4: Merge from gnulib (Bug#8878).
39
402011-06-16 Miles Bader <miles@gnu.org>
41
42 * configure.in: Try to determine CRT_DIR automatically when
43 using gcc.
44
12011-06-15 Paul Eggert <eggert@cs.ucla.edu> 452011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2 46
3 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib. 47 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
48 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
49 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
50 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
51 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
52 Merge from gnulib.
4 53
52011-06-14 Jan Djärv <jan.h.d@swipnet.se> 542011-06-14 Jan Djärv <jan.h.d@swipnet.se>
6 55