# HG changeset patch # User Paul Eggert # Date 1140943503 0 # Node ID 25df81cf2f51972e49de3102ba42628402c0beb2 # Parent 5d22fb8baccaaf29a45c589792de78ad4ccfd98b * modules/intprops: New file. * MODULES.html.sh (Numeric conversion functions ): 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2006-02-26 Paul Eggert + + * modules/intprops: New file. + * MODULES.html.sh (Numeric conversion functions ): + 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 (tiny changes) * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES. diff --git a/MODULES.html.sh b/MODULES.html.sh --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1748,6 +1748,7 @@ func_echo "$element" func_begin_table + func_module intprops func_module inttostr func_module xstrtoimax func_module xstrtoumax diff --git a/modules/getloadavg b/modules/getloadavg --- a/modules/getloadavg +++ b/modules/getloadavg @@ -3,12 +3,12 @@ Files: lib/getloadavg.c -lib/intprops.h Depends-on: cloexec xalloc c-strtod +intprops stdbool fcntl-safer diff --git a/modules/human b/modules/human --- a/modules/human +++ b/modules/human @@ -5,7 +5,6 @@ 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 @@ gettext-h argmatch error +intprops xstrtoumax stdbool diff --git a/modules/intprops b/modules/intprops new file mode 100644 --- /dev/null +++ b/modules/intprops @@ -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 diff --git a/modules/inttostr b/modules/inttostr --- a/modules/inttostr +++ b/modules/inttostr @@ -3,7 +3,6 @@ Files: lib/imaxtostr.c -lib/intprops.h lib/inttostr.c lib/inttostr.h lib/offtostr.c @@ -17,6 +16,7 @@ m4/ulonglong.m4 Depends-on: +intprops configure.ac: gl_INTTOSTR diff --git a/modules/openat b/modules/openat --- a/modules/openat +++ b/modules/openat @@ -2,7 +2,6 @@ Open a file at a directory. Files: -lib/intprops.h lib/mkdirat.c lib/openat.c lib/openat.h @@ -15,6 +14,7 @@ gettext-h dirname extensions +intprops configure.ac: gl_FUNC_OPENAT diff --git a/modules/sig2str b/modules/sig2str --- a/modules/sig2str +++ b/modules/sig2str @@ -2,12 +2,12 @@ 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 diff --git a/modules/userspec b/modules/userspec --- a/modules/userspec +++ b/modules/userspec @@ -3,7 +3,6 @@ Files: lib/inttostr.h -lib/intprops.h lib/userspec.c lib/userspec.h m4/userspec.m4 @@ -14,6 +13,7 @@ xstrtol strdup gettext-h +intprops stdbool configure.ac: diff --git a/modules/utimecmp b/modules/utimecmp --- a/modules/utimecmp +++ b/modules/utimecmp @@ -2,7 +2,6 @@ compare file time stamps Files: -lib/intprops.h lib/utimecmp.h lib/utimecmp.c m4/utimecmp.m4 @@ -13,6 +12,7 @@ timespec utimens xalloc +intprops stdbool verify diff --git a/modules/xnanosleep b/modules/xnanosleep --- a/modules/xnanosleep +++ b/modules/xnanosleep @@ -2,13 +2,13 @@ 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: diff --git a/modules/xstrtol b/modules/xstrtol --- a/modules/xstrtol +++ b/modules/xstrtol @@ -2,7 +2,6 @@ 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 @@ Depends-on: exitfail error +intprops configure.ac: gl_XSTRTOL