summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-21 12:12:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-21 12:12:13 -0700
commita8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 (patch)
treef382d740123da83c6f212cae2ecfcbd6555060e4 /ChangeLog
parentd78050d6bab1f1add4284163b8fc474495ac6580 (diff)
downloademacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.tar.gz
* Makefile.in (GNULIB_MODULES): Add strtoumax.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a3b1701726..c10a2fbec2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-04-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ * Makefile.in (GNULIB_MODULES): Add strtoumax.
+ This is needed for the new integer-reading code in lread.c.
+ It automatically pulls in the following gnulib files, which
+ are used on old-fashioned platforms that don't have strtoumax:
+ lib/inttypes.h, lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c,
+ lib/strtoll.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c,
+ lib/verify.h, lib/wchar.h, lib/wchar.in.h, m4/inttypes-pri.m4,
+ m4/inttypes.m4, m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4,
+ m4/strtoul.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/wchar_h.m4,
+ m4/wint_t.m4.
+
2011-04-20 Ken Brown <kbrown@cornell.edu>
* configure.in (use_mmap_for_buffers): Set to yes on Cygwin.