aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-12 10:38:05 -0700
committerPaul Eggert2011-07-12 10:38:05 -0700
commit2b64ccd2b5916083a421b0263a5bc1d3d075d82b (patch)
treecd80e7dbca2a0bf71687688188d701fa61d52608 /ChangeLog
parent82d66f4e89f12f5c5eb6e4a4f80745a69da6b710 (diff)
parent077e3dda9478f958acb9c9d5b98e0f739726dea7 (diff)
downloademacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.tar.gz
emacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.zip
Merge from trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 616c345d7d6..94b4be02106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
12011-07-11 Paul Eggert <eggert@cs.ucla.edu> 12011-07-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Assume freestanding C89 headers, string.h, stdlib.h. 3 Assume freestanding C89 headers, string.h, stdlib.h.
4 Again, this simplifies the code, and all current platforms have these. 4 Again, this simplifies the code, and all current platforms have these.
@@ -13,6 +13,11 @@
13 can add the gnulib modules for these (a 1-line change to Makefile.in). 13 can add the gnulib modules for these (a 1-line change to Makefile.in).
14 * configure.in: Don't check for memcmp, memcpy, memmove, memset. 14 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
15 15
162011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17
18 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
19 so as to suppress address randomization (Bug#8395).
20
162011-07-09 Paul Eggert <eggert@cs.ucla.edu> 212011-07-09 Paul Eggert <eggert@cs.ucla.edu>
17 22
18 * lib/stdint.in.h: Merge from gnulib (Bug#9025). 23 * lib/stdint.in.h: Merge from gnulib (Bug#9025).