From a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 Apr 2011 12:12:13 -0700 Subject: * Makefile.in (GNULIB_MODULES): Add strtoumax. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a3b1701726..c10a2fbec2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2011-04-21 Paul Eggert + + * 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 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin. -- cgit v1.2.1