strtoumax: remove dependency on strtoimax
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2011 02:47:18 +0000 (19:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2011 19:18:15 +0000 (12:18 -0700)
This is like the strtoull change of yesterday.
* modules/strtoumax (Files): Add lib/strtoimax.c.
(Depends-on): Remove strtoimax and add verify.

ChangeLog
modules/strtoumax

index 4fef3ae..7948faf 100644 (file)
--- 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.
index a1a84f5..c2d615e 100644 (file)
@@ -2,13 +2,14 @@ Description:
 strtoumax() function: convert string to 'uintmax_t'.
 
 Files:
+lib/strtoimax.c
 lib/strtoumax.c
 m4/longlong.m4
 m4/strtoumax.m4
 
 Depends-on:
-strtoimax
 strtoull
+verify
 inttypes-incomplete
 stdint