diff options
| author | Paul Eggert | 2011-04-21 12:12:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-21 12:12:13 -0700 |
| commit | a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 (patch) | |
| tree | f382d740123da83c6f212cae2ecfcbd6555060e4 /ChangeLog | |
| parent | d78050d6bab1f1add4284163b8fc474495ac6580 (diff) | |
| download | emacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.tar.gz emacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.zip | |
* Makefile.in (GNULIB_MODULES): Add strtoumax.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-04-20 Ken Brown <kbrown@cornell.edu> | 14 | 2011-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. |