Move strtoimax and strtoumax to section "Support for systems lacking ISO C 99."
authorBruno Haible <bruno@clisp.org>
Tue, 31 Dec 2002 12:55:31 +0000 (12:55 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 31 Dec 2002 12:55:31 +0000 (12:55 +0000)
MODULES.txt

index 93aa77c8a3fbc75d33f3e22dfab4e2936eae68ed..704652e609231c3d90c7768865837e6919d839d1 100644 (file)
@@ -211,20 +211,6 @@ xstrtol.h       xstrtol.c             xstrtoimax.m4               ---
                                       see also jm_AC_PREREQ_XSTRTOIMAX
                                       see also jm_AC_PREREQ_XSTRTOUMAX
 
-NYI             strtoimax.c           longlong.m4                 ---
-                                      AC_CHECK_HEADERS(inttypes.h)
-                                      AC_CHECK_HEADERS(stdlib.h)
-                                      AC_CHECK_DECLS(strtol)
-                                      AC_CHECK_DECLS(strtoll)
-                                      jm_AC_TYPE_LONG_LONG
-
-NYI             strtoumax.c           longlong.m4                 ---
-                                      AC_CHECK_HEADERS(inttypes.h)
-                                      AC_CHECK_HEADERS(stdlib.h)
-                                      AC_CHECK_DECLS(strtoul)
-                                      AC_CHECK_DECLS(strtoull)
-                                      jm_AC_TYPE_UNSIGNED_LONG_LONG
-
 -------------------------------------------------------------------------------
 
 + Date and time <time.h>
@@ -362,6 +348,29 @@ Header          Implementation        Autoconf macro              Depends on
 
 -------------------------------------------------------------------------------
 
++ Functions for greatest-width integer types <inttypes.h>
+
+-------------------------------------------------------------------------------
+lib/            lib/                  m4/
+Header          Implementation        Autoconf macro              Depends on
+-------------------------------------------------------------------------------
+
+NYI             strtoimax.c           longlong.m4                 ---
+                                      AC_CHECK_HEADERS(inttypes.h)
+                                      AC_CHECK_HEADERS(stdlib.h)
+                                      AC_CHECK_DECLS(strtol)
+                                      AC_CHECK_DECLS(strtoll)
+                                      jm_AC_TYPE_LONG_LONG
+
+NYI             strtoumax.c           longlong.m4                 ---
+                                      AC_CHECK_HEADERS(inttypes.h)
+                                      AC_CHECK_HEADERS(stdlib.h)
+                                      AC_CHECK_DECLS(strtoul)
+                                      AC_CHECK_DECLS(strtoull)
+                                      jm_AC_TYPE_UNSIGNED_LONG_LONG
+
+-------------------------------------------------------------------------------
+
 * Enhancements for ISO C 99 functions.
 
 -------------------------------------------------------------------------------