diff options
| author | Paul Eggert | 2011-04-22 00:33:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-22 00:33:37 -0700 |
| commit | aaa935591793937f354024fd094d2630d0399abc (patch) | |
| tree | 42db7b1a06dd97ab8ae20bbc6a63cd18594db331 /ChangeLog | |
| parent | 36009a21cb540401591a4891e05e1c4b32a8c593 (diff) | |
| download | emacs-aaa935591793937f354024fd094d2630d0399abc.tar.gz emacs-aaa935591793937f354024fd094d2630d0399abc.zip | |
Simpler version of strtoumax module.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 3 insertions, 6 deletions
| @@ -4,12 +4,9 @@ | |||
| 4 | This is needed for the new integer-reading code in lread.c. | 4 | This is needed for the new integer-reading code in lread.c. |
| 5 | It automatically pulls in the following gnulib files, which | 5 | It automatically pulls in the following gnulib files, which |
| 6 | are used on old-fashioned platforms that don't have strtoumax: | 6 | are used on old-fashioned platforms that don't have strtoumax: |
| 7 | lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, | 7 | lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c, |
| 8 | lib/strtoll.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, | 8 | lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4, |
| 9 | lib/verify.h, lib/wchar.in.h, m4/inttypes-pri.m4, | 9 | m4/strtoull.m4, m4/strtoumax.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 | 10 | ||
| 14 | 2011-04-20 Ken Brown <kbrown@cornell.edu> | 11 | 2011-04-20 Ken Brown <kbrown@cornell.edu> |
| 15 | 12 | ||