From: Paul Eggert Date: Tue, 26 Apr 2011 02:47:18 +0000 (-0700) Subject: strtoumax: remove dependency on strtoimax X-Git-Tag: v0.1~2903 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0d1cca61cd72b6e3d0dc5f927334b7d085da3133;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 4fef3ae16..7948faf6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-04-25 Paul Eggert + 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. diff --git a/modules/strtoumax b/modules/strtoumax index a1a84f5b8..c2d615ec5 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -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