bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] strtoumax: remove dependency on strtoimax


From: Paul Eggert
Subject: [PATCH 4/4] strtoumax: remove dependency on strtoimax
Date: Mon, 25 Apr 2011 22:01:12 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

This is like the strtoull change of yesterday.
* modules/strtoumax (Files): Add lib/strtoimax.c.
(Depends-on): Remove strtoimax and add verify.
---
 ChangeLog         |    5 +++++
 modules/strtoumax |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4fef3ae..7948faf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-04-25  Paul Eggert  <address@hidden>
 
+       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 a1a84f5..c2d615e 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
 
-- 
1.7.4.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]