* modules/intprops: New file.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Feb 2006 08:45:03 +0000 (08:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Feb 2006 08:45:03 +0000 (08:45 +0000)
* MODULES.html.sh (Numeric conversion functions <stdlib.h>):
Add intprops.
* modules/getloadavg (Files): Remove lib/intprops.h.
(Depends-on): Add intprops.
* modules/human: Likewise.
* modules/inttostr: Likewise.
* modules/openat: Likewise.
* modules/sig2str: Likewise.
* modules/userspec: Likewise.
* modules/utimecmp: Likewise.
* modules/xnanosleep: Likewise.
* modules/xstrtol: Likewise.

12 files changed:
ChangeLog
MODULES.html.sh
modules/getloadavg
modules/human
modules/intprops [new file with mode: 0644]
modules/inttostr
modules/openat
modules/sig2str
modules/userspec
modules/utimecmp
modules/xnanosleep
modules/xstrtol

index babbf62f06fcabdca5ad4367792ba2b2593a8b7f..171f2fd8b5e15e790c82d603087c63e27a64940b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/intprops: New file.
+       * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
+       Add intprops.
+       * modules/getloadavg (Files): Remove lib/intprops.h.
+       (Depends-on): Add intprops.
+       * modules/human: Likewise.
+       * modules/inttostr: Likewise.
+       * modules/openat: Likewise.
+       * modules/sig2str: Likewise.
+       * modules/userspec: Likewise.
+       * modules/utimecmp: Likewise.
+       * modules/xnanosleep: Likewise.
+       * modules/xstrtol: Likewise.
+
 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
 
        * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
index de85873ebea622e8b28991d44febb15ef972fae3..0957ebf17301ea1f3a53197a30f1146b3e61059e 100755 (executable)
@@ -1748,6 +1748,7 @@ func_all_modules ()
   func_echo "$element"
 
   func_begin_table
+  func_module intprops
   func_module inttostr
   func_module xstrtoimax
   func_module xstrtoumax
index f526a547d840509adb893b02e2659c8954642b6d..75e3bfd08d28f208d7789189dba9ed6773e39772 100644 (file)
@@ -3,12 +3,12 @@ Return the current system load averages.
 
 Files:
 lib/getloadavg.c
-lib/intprops.h
 
 Depends-on:
 cloexec
 xalloc
 c-strtod
+intprops
 stdbool
 fcntl-safer
 
index dd3250a9ed21a9693ce6ea97854c0bb9bd4945bf..838caececbc9cbcf3d985fb8da3e78b349ec531a 100644 (file)
@@ -5,7 +5,6 @@ with K/M/G suffix.
 Files:
 lib/human.h
 lib/human.c
-lib/intprops.h
 m4/ulonglong.m4
 m4/stdint_h.m4
 m4/inttypes_h.m4
@@ -16,6 +15,7 @@ Depends-on:
 gettext-h
 argmatch
 error
+intprops
 xstrtoumax
 stdbool
 
diff --git a/modules/intprops b/modules/intprops
new file mode 100644 (file)
index 0000000..2f09c85
--- /dev/null
@@ -0,0 +1,21 @@
+Description:
+Properties of integer types
+
+Files:
+lib/intprops.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+EXTRA_DIST += intprops.h
+
+Include:
+"intprops.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert
index a20647d6d1556d4eccc918b6875346d04768e5c4..ed57e43c6911c08fd3ce94730a4618926ae62a69 100644 (file)
@@ -3,7 +3,6 @@ Convert integers to printable strings.
 
 Files:
 lib/imaxtostr.c
-lib/intprops.h
 lib/inttostr.c
 lib/inttostr.h
 lib/offtostr.c
@@ -17,6 +16,7 @@ m4/uintmax_t.m4
 m4/ulonglong.m4
 
 Depends-on:
+intprops
 
 configure.ac:
 gl_INTTOSTR
index 792eac641d5181a45eab0d6dcb20cca31de46981..76126432323270f26016acdcea0271149a65ac78 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Open a file at a directory.
 
 Files:
-lib/intprops.h
 lib/mkdirat.c
 lib/openat.c
 lib/openat.h
@@ -15,6 +14,7 @@ save-cwd
 gettext-h
 dirname
 extensions
+intprops
 
 configure.ac:
 gl_FUNC_OPENAT
index 66747da3b32add707d1227c3bf8a1ce6c4449c05..89d00cc63edffaa15df66e2b1d1392fdedd23398 100644 (file)
@@ -2,12 +2,12 @@ Description:
 Convert between signal names and signal numbers.
 
 Files:
-lib/intprops.h
 lib/sig2str.h
 lib/sig2str.c
 m4/sig2str.m4
 
 Depends-on:
+intprops
 
 configure.ac:
 gl_FUNC_SIG2STR
index 041f341b708131d89655448d95664dc922e834d0..71fbe33b9bc859d16d984d12fdd6a9a237cf6ca6 100644 (file)
@@ -3,7 +3,6 @@ Parse a `user:group' specifier (e.g. the first argument of chown utility).
 
 Files:
 lib/inttostr.h
-lib/intprops.h
 lib/userspec.c
 lib/userspec.h
 m4/userspec.m4
@@ -14,6 +13,7 @@ xalloc
 xstrtol
 strdup
 gettext-h
+intprops
 stdbool
 
 configure.ac:
index 6cd77faf9f355d60314c97dba228a33be5747b88..af72a78bc5fc40dd4d3860e02d9a23c8f5ac7ad8 100644 (file)
@@ -2,7 +2,6 @@ Description:
 compare file time stamps
 
 Files:
-lib/intprops.h
 lib/utimecmp.h
 lib/utimecmp.c
 m4/utimecmp.m4
@@ -13,6 +12,7 @@ stat-time
 timespec
 utimens
 xalloc
+intprops
 stdbool
 verify
 
index 3b30c4806e1e0ad3f0612de6c4bfd0bdf48889e7..5acf1d3894422cba154fd798dfb407ee8c88f9c6 100644 (file)
@@ -2,13 +2,13 @@ Description:
 a more convenient interface to nanosleep
 
 Files:
-lib/intprops.h
 lib/xnanosleep.h
 lib/xnanosleep.c
 m4/xnanosleep.m4
 
 Depends-on:
 timespec
+intprops
 stdbool
 
 configure.ac:
index 63f032965a52abca807b2999829133f87287a143..f1faa0998dc13ca7d0b2ed8196e520a1d95cd918 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Convert string to 'long' or 'unsigned long', with error checking.
 
 Files:
-lib/intprops.h
 lib/xstrtol.h
 lib/xstrtol.c
 lib/xstrtoul.c
@@ -17,6 +16,7 @@ m4/xstrtol.m4
 Depends-on:
 exitfail
 error
+intprops
 
 configure.ac:
 gl_XSTRTOL