Mercurial > hg > octave-kai > gnulib-hg
changeset 6657:25df81cf2f51
* 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.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 26 Feb 2006 08:45:03 +0000 |
parents | 5d22fb8bacca |
children | 7cb4b011e766 |
files | ChangeLog MODULES.html.sh modules/getloadavg modules/human modules/intprops modules/inttostr modules/openat modules/sig2str modules/userspec modules/utimecmp modules/xnanosleep modules/xstrtol |
diffstat | 12 files changed, 47 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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
--- 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
--- 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
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
--- 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
--- 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
--- 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
--- 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:
--- 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