aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-10 23:05:57 -0700
committerPaul Eggert2011-07-10 23:05:57 -0700
commitda85a02af7585384008d3ebec836a7b8571f175d (patch)
treee6d4f34119ea1c45985eaed207ef6b47f650ea93 /ChangeLog
parent7f5515125fbc9b46454e1f84b7e3052a0a5326f0 (diff)
parent4d45a8b7a237e1d33d0ae71d95a0ed7165ea6cda (diff)
downloademacs-da85a02af7585384008d3ebec836a7b8571f175d.tar.gz
emacs-da85a02af7585384008d3ebec836a7b8571f175d.zip
Merge from trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 09d1f9873dc..616c345d7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
12011-07-09 Paul Eggert <eggert@cs.ucla.edu> 12011-07-11 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.
@@ -15,6 +15,17 @@
15 15
162011-07-09 Paul Eggert <eggert@cs.ucla.edu> 162011-07-09 Paul Eggert <eggert@cs.ucla.edu>
17 17
18 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
19 This fixes a build problem on older Mac OS X hosts.
20
21 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
22 test, which runs afoul of Automake installations where, for example,
23 /usr/share/aclocal contains a copy of gl_THREADLIB.
24 Problem reported by Sven Joachim in
25 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
26 This is just a quick temporary fix, specific to Emacs; I'll work
27 with the other gnulib maintainers to get a more-permanent fix.
28
18 Add gnulib's strtoimax module, needed on Solaris 8. 29 Add gnulib's strtoimax module, needed on Solaris 8.
19 * Makefile.in (GNULIB_MODULES): Add strtoimax. 30 * Makefile.in (GNULIB_MODULES): Add strtoimax.
20 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, 31 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,