From 6f99528a90dc8e6beb07ac5ced73770ed82a0830 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 20 Jan 2003 10:02:37 +0000 Subject: [PATCH] Add a Maintainer. --- ChangeLog | 6 ++++++ gnulib-tool | 24 +++++++++++++++++++++--- modules/TEMPLATE | 2 ++ modules/acl | 3 +++ modules/alloca | 3 +++ modules/argmatch | 3 +++ modules/assert | 3 +++ modules/atexit | 3 +++ modules/backupfile | 3 +++ modules/bcopy | 2 ++ modules/bumpalloc | 3 +++ modules/c-bs-a | 3 +++ modules/c-stack | 3 +++ modules/canon-host | 3 +++ modules/chown | 3 +++ modules/closeout | 3 +++ modules/diacrit | 3 +++ modules/dirfd | 3 +++ modules/dirname | 3 +++ modules/dup2 | 3 +++ modules/error | 3 +++ modules/euidaccess | 3 +++ modules/exclude | 3 +++ modules/exitfail | 3 +++ modules/fatal | 2 ++ modules/file-type | 3 +++ modules/fileblocks | 3 +++ modules/filemode | 3 +++ modules/fnmatch | 4 ++++ modules/fnmatch-gnu | 3 +++ modules/fnmatch-posix | 3 +++ modules/fpending | 3 +++ modules/fsusage | 3 +++ modules/ftruncate | 3 +++ modules/full-read | 3 +++ modules/full-write | 3 +++ modules/gcd | 3 +++ modules/getdate | 3 +++ modules/getgroups | 3 +++ modules/gethostname | 3 +++ modules/getline | 3 +++ modules/getloadavg | 3 +++ modules/getopt | 3 +++ modules/getpagesize | 3 +++ modules/getpass | 3 +++ modules/gettext | 3 +++ modules/gettime | 3 +++ modules/gettimeofday | 3 +++ modules/getugroups | 3 +++ modules/getusershell | 3 +++ modules/group-member | 3 +++ modules/hard-locale | 3 +++ modules/hash | 3 +++ modules/hash-pjw | 3 +++ modules/human | 3 +++ modules/iconv | 3 +++ modules/idcache | 3 +++ modules/isdir | 3 +++ modules/lchown | 3 +++ modules/linebuffer | 3 +++ modules/localcharset | 3 +++ modules/long-options | 3 +++ modules/lstat | 3 +++ modules/makepath | 3 +++ modules/malloc | 3 +++ modules/mbswidth | 3 +++ modules/md5 | 3 +++ modules/memcasecmp | 3 +++ modules/memchr | 3 +++ modules/memcmp | 3 +++ modules/memcoll | 3 +++ modules/memcpy | 3 +++ modules/memmove | 3 +++ modules/memrchr | 3 +++ modules/memset | 3 +++ modules/mkdir | 3 +++ modules/mkstemp | 3 +++ modules/mktime | 3 +++ modules/modechange | 3 +++ modules/mountlist | 3 +++ modules/nanosleep | 3 +++ modules/obstack | 3 +++ modules/path-concat | 3 +++ modules/pathmax | 3 +++ modules/physmem | 3 +++ modules/posixtm | 3 +++ modules/posixver | 3 +++ modules/putenv | 3 +++ modules/quote | 3 +++ modules/quotearg | 3 +++ modules/readtokens | 3 +++ modules/readutmp | 3 +++ modules/realloc | 3 +++ modules/regex | 3 +++ modules/rename | 3 +++ modules/rmdir | 3 +++ modules/rpmatch | 3 +++ modules/safe-read | 3 +++ modules/safe-write | 3 +++ modules/same | 3 +++ modules/save-cwd | 3 +++ modules/savedir | 3 +++ modules/setenv | 3 +++ modules/settime | 3 +++ modules/sha | 3 +++ modules/sig2str | 3 +++ modules/stat | 3 +++ modules/stdbool | 3 +++ modules/stdio-safer | 3 +++ modules/stpcpy | 3 +++ modules/strcase | 3 +++ modules/strcspn | 3 +++ modules/strdup | 3 +++ modules/strerror | 3 +++ modules/strftime | 3 +++ modules/strndup | 3 +++ modules/strnlen | 3 +++ modules/strpbrk | 3 +++ modules/strstr | 3 +++ modules/strtod | 3 +++ modules/strtoimax | 3 +++ modules/strtol | 3 +++ modules/strtoll | 3 +++ modules/strtoul | 3 +++ modules/strtoull | 3 +++ modules/strtoumax | 3 +++ modules/strverscmp | 3 +++ modules/timespec | 3 +++ modules/unicodeio | 3 +++ modules/unistd-safer | 3 +++ modules/unlocked-io | 3 +++ modules/userspec | 3 +++ modules/utime | 3 +++ modules/version-etc | 3 +++ modules/xalloc | 3 +++ modules/xgetcwd | 3 +++ modules/xgethostname | 3 +++ modules/xmemcoll | 3 +++ modules/xreadlink | 3 +++ modules/xstrtod | 3 +++ modules/xstrtoimax | 3 +++ modules/xstrtol | 3 +++ modules/xstrtoumax | 3 +++ modules/yesno | 3 +++ 144 files changed, 451 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3d48188b..666830aba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-19 Bruno Haible + + * gnulib-tool: Recognize option --extract-maintainer. + (func_get_maintainer): New function. + * modules/*: Add Maintainer entry. + 2003-01-16 Bruno Haible * MODULES.html.sh: Add a table of contents. Add the module name as diff --git a/gnulib-tool b/gnulib-tool index a6b81eb9a..d5991fc5d 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2003-01-13 21:57:21 $' +cvsdatestamp='$Date: 2003-01-20 10:02:37 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -57,6 +57,7 @@ Usage: gnulib-tool --list gnulib-tool --extract-autoconf-snippet module gnulib-tool --extract-automake-snippet module gnulib-tool --extract-include-directive module + gnulib-tool --extract-maintainer module Operation modes: --list print the available module names @@ -65,15 +66,16 @@ Operation modes: --create-megatestdir create a mega scratch package with the given modules one by one and all together --test test the combination of the given modules - (recommended to use CC="gcc -Wall -Werror" here) + (recommended to use CC=\"gcc -Wall\" here) --megatest test the given modules one by one and all together - (recommended to use CC="gcc -Wall -Werror" here) + (recommended to use CC=\"gcc -Wall\" here) --extract-description extract the description --extract-filelist extract the list of files --extract-dependencies extract the dependencies --extract-autoconf-snippet extract the snippet for configure.ac --extract-automake-snippet extract the snippet for lib/Makefile.am --extract-include-directive extract the #include directive + --extract-maintainer report the maintainer(s) inside gnulib Options: --dir=DIRECTORY specify the target directory @@ -279,6 +281,12 @@ func_get_include_directive () sed -e 's/^\(["<]\)/#include \1/' } +# func_get_maintainer module +func_get_maintainer () +{ + sed -n -e "/^Maintainer$sed_extract_prog" < "$gnulib_dir/modules/$1" +} + # func_create_testdir testdir modules func_create_testdir () { @@ -636,6 +644,16 @@ case $mode in done ;; + extract-maintainer ) + for module + do + func_verify_module + if test -n "$module"; then + func_get_maintainer "$module" + fi + done + ;; + * ) func_fatal_error "unknown operation mode --$mode" ;; esac diff --git a/modules/TEMPLATE b/modules/TEMPLATE index f430143b8..7115ff0e7 100644 --- a/modules/TEMPLATE +++ b/modules/TEMPLATE @@ -10,3 +10,5 @@ Makefile.am: Include: +Maintainer: + diff --git a/modules/acl b/modules/acl index d3417caa7..875102588 100644 --- a/modules/acl +++ b/modules/acl @@ -17,3 +17,6 @@ lib_SOURCES += acl.h acl.c Include: "acl.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/alloca b/modules/alloca index a18f3f5dd..b7a238137 100644 --- a/modules/alloca +++ b/modules/alloca @@ -25,3 +25,6 @@ MOSTLYCLEANFILES += alloca.h Include: #include +Maintainer: +bug-gnulib@gnu.org + diff --git a/modules/argmatch b/modules/argmatch index 0063654f5..9f99899d5 100644 --- a/modules/argmatch +++ b/modules/argmatch @@ -20,3 +20,6 @@ lib_SOURCES += argmatch.h argmatch.c Include: "argmatch.h" +Maintainer: +all + diff --git a/modules/assert b/modules/assert index 8e072206e..72147225d 100644 --- a/modules/assert +++ b/modules/assert @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/atexit b/modules/atexit index be1f4a7d0..133b10c67 100644 --- a/modules/atexit +++ b/modules/atexit @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/backupfile b/modules/backupfile index fc0b8d832..291392591 100644 --- a/modules/backupfile +++ b/modules/backupfile @@ -23,3 +23,6 @@ lib_SOURCES += backupfile.h backupfile.c addext.c Include: "backupfile.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/bcopy b/modules/bcopy index 53de8b138..d61861227 100644 --- a/modules/bcopy +++ b/modules/bcopy @@ -13,3 +13,5 @@ Makefile.am: Include: +Maintainer: + diff --git a/modules/bumpalloc b/modules/bumpalloc index 741aee5ba..3dba3b6b6 100644 --- a/modules/bumpalloc +++ b/modules/bumpalloc @@ -15,3 +15,6 @@ lib_SOURCES += bumpalloc.h Include: "bumpalloc.h" +Maintainer: +Jim Meyering + diff --git a/modules/c-bs-a b/modules/c-bs-a index dcb467c82..0757f47c6 100644 --- a/modules/c-bs-a +++ b/modules/c-bs-a @@ -13,3 +13,6 @@ Makefile.am: Include: +Maintainer: +Paul Eggert + diff --git a/modules/c-stack b/modules/c-stack index ff20deba9..e8d052e5e 100644 --- a/modules/c-stack +++ b/modules/c-stack @@ -19,3 +19,6 @@ lib_SOURCES += c-stack.h c-stack.c Include: "c-stack.h" +Maintainer: +Paul Eggert + diff --git a/modules/canon-host b/modules/canon-host index 64710730b..64a9629fa 100644 --- a/modules/canon-host +++ b/modules/canon-host @@ -16,3 +16,6 @@ lib_SOURCES += canon-host.c Include: +Maintainer: +Jim Meyering + diff --git a/modules/chown b/modules/chown index 50d06400d..de86204ae 100644 --- a/modules/chown +++ b/modules/chown @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/closeout b/modules/closeout index 0e43dde8d..f1e5e1a59 100644 --- a/modules/closeout +++ b/modules/closeout @@ -22,3 +22,6 @@ lib_SOURCES += closeout.h closeout.c Include: "closeout.h" +Maintainer: +Jim Meyering + diff --git a/modules/diacrit b/modules/diacrit index c9cc4fd83..1aa186043 100644 --- a/modules/diacrit +++ b/modules/diacrit @@ -15,3 +15,6 @@ lib_SOURCES += diacrit.h diacrit.c Include: "diacrit.h" +Maintainer: +Jim Meyering + diff --git a/modules/dirfd b/modules/dirfd index bb450978a..ce489f3bb 100644 --- a/modules/dirfd +++ b/modules/dirfd @@ -17,3 +17,6 @@ lib_SOURCES += dirfd.h Include: "dirfd.h" +Maintainer: +Jim Meyering + diff --git a/modules/dirname b/modules/dirname index 126b6537c..d6fef3fc8 100644 --- a/modules/dirname +++ b/modules/dirname @@ -21,3 +21,6 @@ lib_SOURCES += dirname.h dirname.c basename.c stripslash.c Include: "dirname.h" +Maintainer: +Jim Meyering + diff --git a/modules/dup2 b/modules/dup2 index 9e8891ade..1d841ef4c 100644 --- a/modules/dup2 +++ b/modules/dup2 @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/error b/modules/error index 681284713..6adb27b17 100644 --- a/modules/error +++ b/modules/error @@ -18,3 +18,6 @@ Makefile.am: Include: "error.h" +Maintainer: +all, glibc + diff --git a/modules/euidaccess b/modules/euidaccess index 846e85b07..cb14d6359 100644 --- a/modules/euidaccess +++ b/modules/euidaccess @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering, glibc + diff --git a/modules/exclude b/modules/exclude index c5c13a065..be464edaf 100644 --- a/modules/exclude +++ b/modules/exclude @@ -22,3 +22,6 @@ lib_SOURCES += exclude.h exclude.c Include: "exclude.h" +Maintainer: +Paul Eggert + diff --git a/modules/exitfail b/modules/exitfail index 68dc53786..58367d5b6 100644 --- a/modules/exitfail +++ b/modules/exitfail @@ -17,3 +17,6 @@ lib_SOURCES += exitfail.h exitfail.c Include: "exitfail.h" +Maintainer: +Paul Eggert + diff --git a/modules/fatal b/modules/fatal index e85e98581..1e8bdbbf6 100644 --- a/modules/fatal +++ b/modules/fatal @@ -19,3 +19,5 @@ lib_SOURCES += fatal.h fatal.c Include: "fatal.h" +Maintainer: + diff --git a/modules/file-type b/modules/file-type index 54e7f6af5..dff2503de 100644 --- a/modules/file-type +++ b/modules/file-type @@ -18,3 +18,6 @@ lib_SOURCES += file-type.h file-type.c Include: "file-type.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/fileblocks b/modules/fileblocks index a97ed410c..6105c051b 100644 --- a/modules/fileblocks +++ b/modules/fileblocks @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/filemode b/modules/filemode index 4628d3ad1..31ae03917 100644 --- a/modules/filemode +++ b/modules/filemode @@ -18,3 +18,6 @@ lib_SOURCES += filemode.h filemode.c Include: "filemode.h" +Maintainer: +Jim Meyering + diff --git a/modules/fnmatch b/modules/fnmatch index ff47477e8..dfec965ac 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -20,4 +20,8 @@ EXTRA_DIST += fnmatch_loop.c DISTCLEANFILES += fnmatch.h Include: + + +Maintainer: +all, glibc diff --git a/modules/fnmatch-gnu b/modules/fnmatch-gnu index dc7f908b0..93fc49e59 100644 --- a/modules/fnmatch-gnu +++ b/modules/fnmatch-gnu @@ -14,3 +14,6 @@ Makefile.am: Include: "fnmatch.h" +Maintainer: +all + diff --git a/modules/fnmatch-posix b/modules/fnmatch-posix index 0479dc23b..e11b78922 100644 --- a/modules/fnmatch-posix +++ b/modules/fnmatch-posix @@ -14,3 +14,6 @@ Makefile.am: Include: "fnmatch.h" +Maintainer: +all + diff --git a/modules/fpending b/modules/fpending index 153743272..29802094c 100644 --- a/modules/fpending +++ b/modules/fpending @@ -17,3 +17,6 @@ lib_SOURCES += __fpending.h Include: "__fpending.h" +Maintainer: +Jim Meyering + diff --git a/modules/fsusage b/modules/fsusage index 050b7c1bc..b5bda8007 100644 --- a/modules/fsusage +++ b/modules/fsusage @@ -22,3 +22,6 @@ lib_SOURCES += fsusage.h Include: "fsusage.h" +Maintainer: +Jim Meyering + diff --git a/modules/ftruncate b/modules/ftruncate index 09c2ae0c5..906ae8247 100644 --- a/modules/ftruncate +++ b/modules/ftruncate @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/full-read b/modules/full-read index 6b47bbd7c..30b5f61d3 100644 --- a/modules/full-read +++ b/modules/full-read @@ -17,3 +17,6 @@ lib_SOURCES += full-read.h full-read.c Include: "full-read.h" +Maintainer: +Jim Meyering, Bruno Haible + diff --git a/modules/full-write b/modules/full-write index 6cc908f45..800623f6e 100644 --- a/modules/full-write +++ b/modules/full-write @@ -16,3 +16,6 @@ lib_SOURCES += full-write.h full-write.c Include: "full-write.h" +Maintainer: +Jim Meyering, Bruno Haible + diff --git a/modules/gcd b/modules/gcd index 33b935275..b65527886 100644 --- a/modules/gcd +++ b/modules/gcd @@ -15,3 +15,6 @@ lib_SOURCES += gcd.h gcd.c Include: "gcd.h" +Maintainer: +Bruno Haible + diff --git a/modules/getdate b/modules/getdate index 77c96a720..2bcee5e4d 100644 --- a/modules/getdate +++ b/modules/getdate @@ -22,3 +22,6 @@ MAINTAINERCLEANFILES += getdate.c Include: "getdate.h" +Maintainer: +Paul Eggert + diff --git a/modules/getgroups b/modules/getgroups index 8d4972edd..219b454dd 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -16,3 +16,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/gethostname b/modules/gethostname index 3ebcc2319..6c96f8896 100644 --- a/modules/gethostname +++ b/modules/gethostname @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +all + diff --git a/modules/getline b/modules/getline index e642f9264..e584a466d 100644 --- a/modules/getline +++ b/modules/getline @@ -18,3 +18,6 @@ lib_SOURCES += getline.h Include: "getline.h" +Maintainer: +all + diff --git a/modules/getloadavg b/modules/getloadavg index 0a67da4c1..3a41e3352 100644 --- a/modules/getloadavg +++ b/modules/getloadavg @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/getopt b/modules/getopt index 7d9b0989b..f1906f998 100644 --- a/modules/getopt +++ b/modules/getopt @@ -19,3 +19,6 @@ lib_SOURCES += getopt.h getopt.c getopt1.c Include: "getopt.h" +Maintainer: +all, glibc + diff --git a/modules/getpagesize b/modules/getpagesize index a0072c8cd..2fc5d23b0 100644 --- a/modules/getpagesize +++ b/modules/getpagesize @@ -16,3 +16,6 @@ lib_SOURCES += getpagesize.h Include: "getpagesize.h" +Maintainer: +Jim Meyering + diff --git a/modules/getpass b/modules/getpass index 891f8dbae..fb5aa9d7b 100644 --- a/modules/getpass +++ b/modules/getpass @@ -16,3 +16,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering, glibc + diff --git a/modules/gettext b/modules/gettext index e2afa3d9f..45b1065fc 100644 --- a/modules/gettext +++ b/modules/gettext @@ -33,3 +33,6 @@ lib_SOURCES += gettext.h Include: "gettext.h" +Maintainer: +Bruno Haible + diff --git a/modules/gettime b/modules/gettime index 575e63200..e41d3da6f 100644 --- a/modules/gettime +++ b/modules/gettime @@ -18,3 +18,6 @@ lib_SOURCES += gettime.c Include: +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/gettimeofday b/modules/gettimeofday index 574966198..28f2d468a 100644 --- a/modules/gettimeofday +++ b/modules/gettimeofday @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/getugroups b/modules/getugroups index 5f0c9196c..dd69cbed6 100644 --- a/modules/getugroups +++ b/modules/getugroups @@ -15,3 +15,6 @@ lib_SOURCES += getugroups.c Include: +Maintainer: +Jim Meyering + diff --git a/modules/getusershell b/modules/getusershell index 67aebfea2..cd8c408c6 100644 --- a/modules/getusershell +++ b/modules/getusershell @@ -16,3 +16,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/group-member b/modules/group-member index 96d3436dc..7db8a36e7 100644 --- a/modules/group-member +++ b/modules/group-member @@ -18,3 +18,6 @@ lib_SOURCES += group-member.h Include: "group-member.h" +Maintainer: +Jim Meyering + diff --git a/modules/hard-locale b/modules/hard-locale index a047e5fbf..c2e5a5a96 100644 --- a/modules/hard-locale +++ b/modules/hard-locale @@ -17,3 +17,6 @@ lib_SOURCES += hard-locale.h hard-locale.c Include: "hard-locale.h" +Maintainer: +Paul Eggert + diff --git a/modules/hash b/modules/hash index 3feaaee41..6f353dc23 100644 --- a/modules/hash +++ b/modules/hash @@ -20,3 +20,6 @@ lib_SOURCES += hash.h hash.c Include: "hash.h" +Maintainer: +Jim Meyering + diff --git a/modules/hash-pjw b/modules/hash-pjw index a133637bc..4db03621d 100644 --- a/modules/hash-pjw +++ b/modules/hash-pjw @@ -15,3 +15,6 @@ lib_SOURCES += hash-pjw.h hash-pjw.c Include: "hash-pjw.h" +Maintainer: +Jim Meyering + diff --git a/modules/human b/modules/human index 5578c0c4c..01b6e2a58 100644 --- a/modules/human +++ b/modules/human @@ -26,3 +26,6 @@ lib_SOURCES += human.h human.c Include: "human.h" +Maintainer: +Paul Eggert + diff --git a/modules/iconv b/modules/iconv index c537dca64..6278b2e34 100644 --- a/modules/iconv +++ b/modules/iconv @@ -18,3 +18,6 @@ Makefile.am: Include: +Maintainer: +Bruno Haible + diff --git a/modules/idcache b/modules/idcache index fa34f88a1..4402121be 100644 --- a/modules/idcache +++ b/modules/idcache @@ -16,3 +16,6 @@ lib_SOURCES += idcache.c Include: +Maintainer: +Jim Meyering + diff --git a/modules/isdir b/modules/isdir index bc2154fa1..943219d43 100644 --- a/modules/isdir +++ b/modules/isdir @@ -15,3 +15,6 @@ lib_SOURCES += isdir.c Include: +Maintainer: +Jim Meyering + diff --git a/modules/lchown b/modules/lchown index 654623153..4a5217f5b 100644 --- a/modules/lchown +++ b/modules/lchown @@ -17,3 +17,6 @@ lib_SOURCES += lchown.h Include: +Maintainer: +Jim Meyering + diff --git a/modules/linebuffer b/modules/linebuffer index 7456d70e4..10b14b4d8 100644 --- a/modules/linebuffer +++ b/modules/linebuffer @@ -17,3 +17,6 @@ lib_SOURCES += linebuffer.h linebuffer.c Include: "linebuffer.h" +Maintainer: +Jim Meyering + diff --git a/modules/localcharset b/modules/localcharset index a9ed9024c..ebdf516df 100644 --- a/modules/localcharset +++ b/modules/localcharset @@ -72,3 +72,6 @@ CLEANFILES += charset.alias ref-add.sed ref-del.sed Include: "localcharset.h" +Maintainer: +Bruno Haible + diff --git a/modules/long-options b/modules/long-options index 444d67d69..bc0a686a2 100644 --- a/modules/long-options +++ b/modules/long-options @@ -18,3 +18,6 @@ lib_SOURCES += long-options.h long-options.c Include: "long-options.h" +Maintainer: +Jim Meyering + diff --git a/modules/lstat b/modules/lstat index 9ef350acf..3571e7709 100644 --- a/modules/lstat +++ b/modules/lstat @@ -17,3 +17,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/makepath b/modules/makepath index 1a894da42..83a9e14ef 100644 --- a/modules/makepath +++ b/modules/makepath @@ -25,3 +25,6 @@ lib_SOURCES += makepath.h makepath.c Include: "makepath.h" +Maintainer: +Jim Meyering + diff --git a/modules/malloc b/modules/malloc index b1d496ccc..dce5391d5 100644 --- a/modules/malloc +++ b/modules/malloc @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/mbswidth b/modules/mbswidth index 664e404d5..a031e84db 100644 --- a/modules/mbswidth +++ b/modules/mbswidth @@ -19,3 +19,6 @@ lib_SOURCES += mbswidth.h mbswidth.c Include: "mbswidth.h" +Maintainer: +Bruno Haible + diff --git a/modules/md5 b/modules/md5 index ac5dce12c..6acb81099 100644 --- a/modules/md5 +++ b/modules/md5 @@ -18,3 +18,6 @@ lib_SOURCES += md5.h md5.c Include: "md5.h" +Maintainer: +Jim Meyering + diff --git a/modules/memcasecmp b/modules/memcasecmp index 15dbfcb72..d3da698a8 100644 --- a/modules/memcasecmp +++ b/modules/memcasecmp @@ -17,3 +17,6 @@ lib_SOURCES += memcasecmp.h memcasecmp.c Include: "memcasecmp.h" +Maintainer: +Jim Meyering + diff --git a/modules/memchr b/modules/memchr index 7b4c7245f..f2e35c5c2 100644 --- a/modules/memchr +++ b/modules/memchr @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering, glibc + diff --git a/modules/memcmp b/modules/memcmp index 0395d7ac2..303c9b8ee 100644 --- a/modules/memcmp +++ b/modules/memcmp @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering, glibc + diff --git a/modules/memcoll b/modules/memcoll index 58dc5e482..d64e4fe52 100644 --- a/modules/memcoll +++ b/modules/memcoll @@ -17,3 +17,6 @@ lib_SOURCES += memcoll.h memcoll.c Include: "memcoll.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/memcpy b/modules/memcpy index fddbb0382..cb69e61f0 100644 --- a/modules/memcpy +++ b/modules/memcpy @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/memmove b/modules/memmove index db619b1e5..d02001b67 100644 --- a/modules/memmove +++ b/modules/memmove @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/memrchr b/modules/memrchr index 8b350d607..01c8feaf5 100644 --- a/modules/memrchr +++ b/modules/memrchr @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering, glibc + diff --git a/modules/memset b/modules/memset index 4800b6a04..ba12b8716 100644 --- a/modules/memset +++ b/modules/memset @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/mkdir b/modules/mkdir index 8a46b7675..67df04980 100644 --- a/modules/mkdir +++ b/modules/mkdir @@ -17,3 +17,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/mkstemp b/modules/mkstemp index 698925a56..1386045b1 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -20,3 +20,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/mktime b/modules/mktime index 5829c752a..4e8b77344 100644 --- a/modules/mktime +++ b/modules/mktime @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Paul Eggert, Jim Meyering, glibc + diff --git a/modules/modechange b/modules/modechange index e1ae6cdd2..07de3723e 100644 --- a/modules/modechange +++ b/modules/modechange @@ -19,3 +19,6 @@ lib_SOURCES += modechange.h modechange.c Include: "modechange.h" +Maintainer: +Jim Meyering + diff --git a/modules/mountlist b/modules/mountlist index c36d49ee0..19996712e 100644 --- a/modules/mountlist +++ b/modules/mountlist @@ -21,3 +21,6 @@ lib_SOURCES += mountlist.h Include: "mountlist.h" +Maintainer: +Jim Meyering + diff --git a/modules/nanosleep b/modules/nanosleep index 841827993..e0d5e038a 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -16,3 +16,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/obstack b/modules/obstack index 28c973e20..5937751ab 100644 --- a/modules/obstack +++ b/modules/obstack @@ -17,3 +17,6 @@ Makefile.am: Include: "obstack.h" +Maintainer: +all, glibc + diff --git a/modules/path-concat b/modules/path-concat index 8a25890a4..0baf48958 100644 --- a/modules/path-concat +++ b/modules/path-concat @@ -22,3 +22,6 @@ lib_SOURCES += path-concat.h path-concat.c Include: "path-concat.h" +Maintainer: +Jim Meyering + diff --git a/modules/pathmax b/modules/pathmax index 91de470b6..a0aae2323 100644 --- a/modules/pathmax +++ b/modules/pathmax @@ -16,3 +16,6 @@ lib_SOURCES += pathmax.h Include: "pathmax.h" +Maintainer: +Jim Meyering + diff --git a/modules/physmem b/modules/physmem index ebd91565b..7d3a1dee2 100644 --- a/modules/physmem +++ b/modules/physmem @@ -17,3 +17,6 @@ lib_SOURCES += physmem.h physmem.c Include: "physmem.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/posixtm b/modules/posixtm index 42e602f93..7309f9e1d 100644 --- a/modules/posixtm +++ b/modules/posixtm @@ -18,3 +18,6 @@ lib_SOURCES += posixtm.h posixtm.c Include: "posixtm.h" +Maintainer: +Jim Meyering + diff --git a/modules/posixver b/modules/posixver index e37adc7e1..88da29aad 100644 --- a/modules/posixver +++ b/modules/posixver @@ -18,3 +18,6 @@ lib_SOURCES += posixver.h posixver.c Include: "posixver.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/putenv b/modules/putenv index f5a0879de..3e38deec8 100644 --- a/modules/putenv +++ b/modules/putenv @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/quote b/modules/quote index 74ff8c34b..cebfa9b09 100644 --- a/modules/quote +++ b/modules/quote @@ -18,3 +18,6 @@ lib_SOURCES += quote.h quote.c Include: "quote.h" +Maintainer: +Paul Eggert + diff --git a/modules/quotearg b/modules/quotearg index 49987e066..7ef807618 100644 --- a/modules/quotearg +++ b/modules/quotearg @@ -21,3 +21,6 @@ lib_SOURCES += quotearg.h quotearg.c Include: "quotearg.h" +Maintainer: +Paul Eggert + diff --git a/modules/readtokens b/modules/readtokens index 295b3695c..fc24e9048 100644 --- a/modules/readtokens +++ b/modules/readtokens @@ -19,3 +19,6 @@ lib_SOURCES += readtokens.h readtokens.c Include: "readtokens.h" +Maintainer: +Jim Meyering + diff --git a/modules/readutmp b/modules/readutmp index 59200eba9..864082a5a 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -19,3 +19,6 @@ lib_SOURCES += readutmp.h Include: "readutmp.h" +Maintainer: +Jim Meyering + diff --git a/modules/realloc b/modules/realloc index 56ce24d62..e1530b639 100644 --- a/modules/realloc +++ b/modules/realloc @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/regex b/modules/regex index b84305f73..d71081a61 100644 --- a/modules/regex +++ b/modules/regex @@ -20,3 +20,6 @@ lib_SOURCES += regex.h Include: "regex.h" +Maintainer: +all + diff --git a/modules/rename b/modules/rename index ac2de1193..e8894ce44 100644 --- a/modules/rename +++ b/modules/rename @@ -17,3 +17,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/rmdir b/modules/rmdir index 207b547f3..01547e4d3 100644 --- a/modules/rmdir +++ b/modules/rmdir @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/rpmatch b/modules/rpmatch index 624ec1d79..d9451258c 100644 --- a/modules/rpmatch +++ b/modules/rpmatch @@ -16,3 +16,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/safe-read b/modules/safe-read index 0e71158af..721181894 100644 --- a/modules/safe-read +++ b/modules/safe-read @@ -17,3 +17,6 @@ lib_SOURCES += safe-read.h safe-read.c Include: "safe-read.h" +Maintainer: +Jim Meyering, Bruno Haible + diff --git a/modules/safe-write b/modules/safe-write index fad023964..c436f0e33 100644 --- a/modules/safe-write +++ b/modules/safe-write @@ -18,3 +18,6 @@ lib_SOURCES += safe-write.h safe-write.c Include: "safe-write.h" +Maintainer: +Jim Meyering, Bruno Haible + diff --git a/modules/same b/modules/same index 562955096..163032c5f 100644 --- a/modules/same +++ b/modules/same @@ -21,3 +21,6 @@ lib_SOURCES += same.h same.c Include: "same.h" +Maintainer: +Jim Meyering + diff --git a/modules/save-cwd b/modules/save-cwd index 03a0fd5fe..e13c64521 100644 --- a/modules/save-cwd +++ b/modules/save-cwd @@ -18,3 +18,6 @@ lib_SOURCES += save-cwd.h save-cwd.c Include: "save-cwd.h" +Maintainer: +Jim Meyering + diff --git a/modules/savedir b/modules/savedir index e6a1506bc..ee8ef30a4 100644 --- a/modules/savedir +++ b/modules/savedir @@ -18,3 +18,6 @@ lib_SOURCES += savedir.h savedir.c Include: "savedir.h" +Maintainer: +Jim Meyering + diff --git a/modules/setenv b/modules/setenv index 786f38298..074823ed9 100644 --- a/modules/setenv +++ b/modules/setenv @@ -20,3 +20,6 @@ lib_SOURCES += setenv.h Include: "setenv.h" +Maintainer: +Bruno Haible + diff --git a/modules/settime b/modules/settime index 447dbcf58..56ab0a92f 100644 --- a/modules/settime +++ b/modules/settime @@ -17,3 +17,6 @@ lib_SOURCES += settime.c Include: +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/sha b/modules/sha index 8151b5f0f..0ebcb3a30 100644 --- a/modules/sha +++ b/modules/sha @@ -19,3 +19,6 @@ lib_SOURCES += sha.h sha.c Include: "sha.h" +Maintainer: +Jim Meyering + diff --git a/modules/sig2str b/modules/sig2str index 312361d52..dd243c8ba 100644 --- a/modules/sig2str +++ b/modules/sig2str @@ -17,3 +17,6 @@ lib_SOURCES += sig2str.h Include: "sig2str.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/stat b/modules/stat index 7cc261792..83d2aa23d 100644 --- a/modules/stat +++ b/modules/stat @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Jim Meyering + diff --git a/modules/stdbool b/modules/stdbool index 08aa22515..946905fca 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -24,3 +24,6 @@ MOSTLYCLEANFILES += stdbool.h Include: #include +Maintainer: +Bruno Haible + diff --git a/modules/stdio-safer b/modules/stdio-safer index da5a8e5d1..67c0c21ad 100644 --- a/modules/stdio-safer +++ b/modules/stdio-safer @@ -18,3 +18,6 @@ lib_SOURCES += stdio-safer.h fopen-safer.c Include: "stdio-safer.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/stpcpy b/modules/stpcpy index ad3e64d8d..784af1d68 100644 --- a/modules/stpcpy +++ b/modules/stpcpy @@ -17,3 +17,6 @@ lib_SOURCES += stpcpy.h Include: "stpcpy.h" +Maintainer: +Bruno Haible, glibc + diff --git a/modules/strcase b/modules/strcase index 4754cee1e..f4e727e24 100644 --- a/modules/strcase +++ b/modules/strcase @@ -17,3 +17,6 @@ Makefile.am: Include: "strcase.h" +Maintainer: +Bruno Haible + diff --git a/modules/strcspn b/modules/strcspn index b6fdd642d..0af4becc8 100644 --- a/modules/strcspn +++ b/modules/strcspn @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +Bruno Haible, glibc + diff --git a/modules/strdup b/modules/strdup index 2c258637f..c9ca632c1 100644 --- a/modules/strdup +++ b/modules/strdup @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +all, glibc + diff --git a/modules/strerror b/modules/strerror index e2b21f7a7..5e5d467b9 100644 --- a/modules/strerror +++ b/modules/strerror @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +all + diff --git a/modules/strftime b/modules/strftime index 1dadd5f0a..4d28e3fdf 100644 --- a/modules/strftime +++ b/modules/strftime @@ -18,3 +18,6 @@ lib_SOURCES += strftime.c Include: +Maintainer: +glibc + diff --git a/modules/strndup b/modules/strndup index e11f5b3ce..90e599c2b 100644 --- a/modules/strndup +++ b/modules/strndup @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +glibc + diff --git a/modules/strnlen b/modules/strnlen index e5f7339ba..900803ed7 100644 --- a/modules/strnlen +++ b/modules/strnlen @@ -14,3 +14,6 @@ Makefile.am: Include: +Maintainer: +glibc + diff --git a/modules/strpbrk b/modules/strpbrk index 9c395808d..5121f3e84 100644 --- a/modules/strpbrk +++ b/modules/strpbrk @@ -17,3 +17,6 @@ lib_SOURCES += strpbrk.h Include: "strpbrk.h" +Maintainer: +Bruno Haible, glibc + diff --git a/modules/strstr b/modules/strstr index 10f2fc8d7..a4cb7bea5 100644 --- a/modules/strstr +++ b/modules/strstr @@ -16,3 +16,6 @@ Makefile.am: Include: "strstr.h" +Maintainer: +Bruno Haible, glibc + diff --git a/modules/strtod b/modules/strtod index 4be1db628..267776f7d 100644 --- a/modules/strtod +++ b/modules/strtod @@ -16,3 +16,6 @@ LIBS += @POW_LIB@ Include: +Maintainer: +all + diff --git a/modules/strtoimax b/modules/strtoimax index 1c8341a8b..fd244d0ef 100644 --- a/modules/strtoimax +++ b/modules/strtoimax @@ -19,3 +19,6 @@ Makefile.am: Include: +Maintainer: +Paul Eggert + diff --git a/modules/strtol b/modules/strtol index 22638636f..363c7f0fc 100644 --- a/modules/strtol +++ b/modules/strtol @@ -15,3 +15,6 @@ Makefile.am: Include: +Maintainer: +glibc + diff --git a/modules/strtoll b/modules/strtoll index 9cf687554..75276ef7d 100644 --- a/modules/strtoll +++ b/modules/strtoll @@ -17,3 +17,6 @@ Makefile.am: Include: +Maintainer: +glibc + diff --git a/modules/strtoul b/modules/strtoul index 287e73409..a5628e90f 100644 --- a/modules/strtoul +++ b/modules/strtoul @@ -16,3 +16,6 @@ Makefile.am: Include: +Maintainer: +glibc + diff --git a/modules/strtoull b/modules/strtoull index ea650b3ce..f6a558840 100644 --- a/modules/strtoull +++ b/modules/strtoull @@ -17,3 +17,6 @@ Makefile.am: Include: +Maintainer: +glibc + diff --git a/modules/strtoumax b/modules/strtoumax index d6aa725a7..0e5eb5fab 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -20,3 +20,6 @@ Makefile.am: Include: +Maintainer: +Paul Eggert + diff --git a/modules/strverscmp b/modules/strverscmp index e778174bd..cf8692047 100644 --- a/modules/strverscmp +++ b/modules/strverscmp @@ -17,3 +17,6 @@ lib_SOURCES += strverscmp.h Include: "strverscmp.h" +Maintainer: +Jim Meyering, glibc + diff --git a/modules/timespec b/modules/timespec index 14bf0998a..fe8e3d8c0 100644 --- a/modules/timespec +++ b/modules/timespec @@ -17,3 +17,6 @@ lib_SOURCES += timespec.h Include: "timespec.h" +Maintainer: +Jim Meyering + diff --git a/modules/unicodeio b/modules/unicodeio index aada360ca..3581f65cf 100644 --- a/modules/unicodeio +++ b/modules/unicodeio @@ -21,3 +21,6 @@ lib_SOURCES += unicodeio.h unicodeio.c Include: "unicodeio.h" +Maintainer: +Bruno Haible + diff --git a/modules/unistd-safer b/modules/unistd-safer index a3146bce4..c5d24c06f 100644 --- a/modules/unistd-safer +++ b/modules/unistd-safer @@ -17,3 +17,6 @@ lib_SOURCES += unistd-safer.h dup-safer.c Include: "unistd-safer.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/unlocked-io b/modules/unlocked-io index ac6f67286..3c649a3a3 100644 --- a/modules/unlocked-io +++ b/modules/unlocked-io @@ -16,3 +16,6 @@ lib_SOURCES += unlocked-io.h Include: "unlocked-io.h" +Maintainer: +Jim Meyering + diff --git a/modules/userspec b/modules/userspec index c76990e3c..388f6465b 100644 --- a/modules/userspec +++ b/modules/userspec @@ -21,3 +21,6 @@ lib_SOURCES += userspec.c Include: +Maintainer: +Jim Meyering + diff --git a/modules/utime b/modules/utime index db8a509b5..c2db72edf 100644 --- a/modules/utime +++ b/modules/utime @@ -23,3 +23,6 @@ Include: # include #endif +Maintainer: +Jim Meyering + diff --git a/modules/version-etc b/modules/version-etc index 3d7ea9741..db78c4359 100644 --- a/modules/version-etc +++ b/modules/version-etc @@ -17,3 +17,6 @@ lib_SOURCES += version-etc.h version-etc.c Include: "version-etc.h" +Maintainer: +Jim Meyering + diff --git a/modules/xalloc b/modules/xalloc index 58834d895..0a45b0acb 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -22,3 +22,6 @@ lib_SOURCES += xalloc.h xmalloc.c xstrdup.c Include: "xalloc.h" +Maintainer: +Bruno Haible + diff --git a/modules/xgetcwd b/modules/xgetcwd index db08c871e..f552136c5 100644 --- a/modules/xgetcwd +++ b/modules/xgetcwd @@ -20,3 +20,6 @@ lib_SOURCES += xgetcwd.h xgetcwd.c Include: "xgetcwd.h" +Maintainer: +Jim Meyering + diff --git a/modules/xgethostname b/modules/xgethostname index 0d9d2edf0..659ae55ee 100644 --- a/modules/xgethostname +++ b/modules/xgethostname @@ -16,3 +16,6 @@ lib_SOURCES += xgethostname.c Include: +Maintainer: +Jim Meyering + diff --git a/modules/xmemcoll b/modules/xmemcoll index b351edfb6..4d3f2edd6 100644 --- a/modules/xmemcoll +++ b/modules/xmemcoll @@ -19,3 +19,6 @@ lib_SOURCES += xmemcoll.h xmemcoll.c Include: "xmemcoll.h" +Maintainer: +Paul Eggert, Jim Meyering + diff --git a/modules/xreadlink b/modules/xreadlink index 1bde1afa5..d3b825b4e 100644 --- a/modules/xreadlink +++ b/modules/xreadlink @@ -18,3 +18,6 @@ lib_SOURCES += xreadlink.h xreadlink.c Include: "xreadlink.h" +Maintainer: +Jim Meyering + diff --git a/modules/xstrtod b/modules/xstrtod index 09d4d43ec..32ec54493 100644 --- a/modules/xstrtod +++ b/modules/xstrtod @@ -17,3 +17,6 @@ lib_SOURCES += xstrtod.h xstrtod.c Include: "xstrtod.h" +Maintainer: +Jim Meyering + diff --git a/modules/xstrtoimax b/modules/xstrtoimax index 57c5d6adc..e20af9ed2 100644 --- a/modules/xstrtoimax +++ b/modules/xstrtoimax @@ -19,3 +19,6 @@ lib_SOURCES += xstrtoimax.c Include: "xstrtol.h" +Maintainer: +Paul Eggert + diff --git a/modules/xstrtol b/modules/xstrtol index 7d3bceb3f..904aaa8f5 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -24,3 +24,6 @@ lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h" +Maintainer: +Jim Meyering + diff --git a/modules/xstrtoumax b/modules/xstrtoumax index 67ef9cc3f..5ef377c2c 100644 --- a/modules/xstrtoumax +++ b/modules/xstrtoumax @@ -18,3 +18,6 @@ lib_SOURCES += xstrtoumax.c Include: "xstrtol.h" +Maintainer: +Paul Eggert + diff --git a/modules/yesno b/modules/yesno index 844d80bf5..05a885260 100644 --- a/modules/yesno +++ b/modules/yesno @@ -18,3 +18,6 @@ lib_SOURCES += yesno.c Include: +Maintainer: +Jim Meyering + -- 2.11.0