summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-25 19:47:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-26 12:18:15 -0700
commit0d1cca61cd72b6e3d0dc5f927334b7d085da3133 (patch)
tree8c2c9672dc6bd253b922b4f940570ef664ff02f6 /ChangeLog
parent23e09df46ae150007e6208af1be628fd2d63d986 (diff)
downloadgnulib-0d1cca61cd72b6e3d0dc5f927334b7d085da3133.tar.gz
strtoumax: remove dependency on strtoimax
This is like the strtoull change of yesterday. * modules/strtoumax (Files): Add lib/strtoimax.c. (Depends-on): Remove strtoimax and add verify.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fef3ae162..7948faf6ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-04-25 Paul Eggert <eggert@cs.ucla.edu>
+ strtoumax: remove dependency on strtoimax
+ This is like the strtoull change of yesterday.
+ * modules/strtoumax (Files): Add lib/strtoimax.c.
+ (Depends-on): Remove strtoimax and add verify.
+
inttypes-incomplete: new module
* m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): New macro, containing
all but the PRI* and SCN* parts of gl_INTTYPES_H.