summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-22 00:33:37 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-22 00:33:37 -0700
commitaaa935591793937f354024fd094d2630d0399abc (patch)
tree42db7b1a06dd97ab8ae20bbc6a63cd18594db331 /ChangeLog
parent36009a21cb540401591a4891e05e1c4b32a8c593 (diff)
downloademacs-aaa935591793937f354024fd094d2630d0399abc.tar.gz
Simpler version of strtoumax module.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 3 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 04a33ec49e5..0e800fc6d52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,12 +4,9 @@
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.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.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.
+ lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
+ lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
+ m4/strtoull.m4, m4/strtoumax.m4.
2011-04-20 Ken Brown <kbrown@cornell.edu>