aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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 @@
12011-04-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4 This is needed for the new integer-reading code in lread.c.
5 It automatically pulls in the following gnulib files, which
6 are used on old-fashioned platforms that don't have strtoumax:
7 lib/inttypes.h, lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c,
8 lib/strtoll.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c,
9 lib/verify.h, lib/wchar.h, lib/wchar.in.h, m4/inttypes-pri.m4,
10 m4/inttypes.m4, m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4,
11 m4/strtoul.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/wchar_h.m4,
12 m4/wint_t.m4.
13
12011-04-20 Ken Brown <kbrown@cornell.edu> 142011-04-20 Ken Brown <kbrown@cornell.edu>
2 15
3 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin. 16 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.