aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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,