From 04e1170c683e5e3f58dfe408e341c77ef1c1445b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 14 Apr 2024 22:45:01 +0200 Subject: [PATCH] used-modules: New directory. * used-modules/*: New files, with module lists extracted from the respective version control repositories. --- used-modules/4ti2 | 1 + used-modules/CSSC | 29 +++ used-modules/OATH | 52 +++++ used-modules/acct | 12 ++ used-modules/ale | 3 + used-modules/amanda | 17 ++ used-modules/augeas | 18 ++ used-modules/autobuild | 4 + used-modules/barcode | 23 +++ used-modules/binfmt-support | 21 ++ used-modules/bison | 46 +++++ used-modules/cgminer | 3 + used-modules/clisp | 11 ++ used-modules/cmogstored | 23 +++ used-modules/collectd | 19 ++ used-modules/complexity | 7 + used-modules/coreutils | 284 +++++++++++++++++++++++++++ used-modules/cpio | 23 +++ used-modules/cvs | 70 +++++++ used-modules/datamash | 87 +++++++++ used-modules/dc3dd | 57 ++++++ used-modules/dico | 27 +++ used-modules/diffutils | 104 ++++++++++ used-modules/emacs | 23 +++ used-modules/enchant-2 | 7 + used-modules/febootstrap | 9 + used-modules/findutils | 122 ++++++++++++ used-modules/freedink | 7 + used-modules/fuse-overlayfs | 1 + used-modules/gawk | 30 +++ used-modules/gcal | 54 ++++++ used-modules/gdb | 1 + used-modules/gengetopt | 2 + used-modules/gettext | 287 +++++++++++++++++++++++++++ used-modules/gmediaserver | 29 +++ used-modules/gnuit | 72 +++++++ used-modules/gnutls | 4 + used-modules/grep | 79 ++++++++ used-modules/groff | 10 + used-modules/grub | 14 ++ used-modules/gsasl | 54 ++++++ used-modules/gsequencer | 1 + used-modules/gss | 16 ++ used-modules/gtk-vnc | 2 + used-modules/guile | 103 ++++++++++ used-modules/gzip | 46 +++++ used-modules/hello | 22 +++ used-modules/hivex | 11 ++ used-modules/icoutils | 26 +++ used-modules/idutils | 66 +++++++ used-modules/inetutils | 74 +++++++ used-modules/iwhd | 49 +++++ used-modules/jugtail | 1 + used-modules/jwhois | 17 ++ used-modules/lbzip2 | 3 + used-modules/libdap | 2 + used-modules/libffcall | 7 + used-modules/libguestfs | 22 +++ used-modules/libiconv | 19 ++ used-modules/libidn | 26 +++ used-modules/libidn2 | 37 ++++ used-modules/libksba | 1 + used-modules/libntlm | 13 ++ used-modules/libprelude | 48 +++++ used-modules/libpreludedb | 7 + used-modules/libtasn1 | 20 ++ used-modules/libtool | 14 ++ used-modules/libu2f-host | 5 + used-modules/libunistring | 364 +++++++++++++++++++++++++++++++++++ used-modules/licenseutils | 28 +++ used-modules/m4 | 65 +++++++ used-modules/mailutils | 10 + used-modules/man-db | 72 +++++++ used-modules/miktex | 1 + used-modules/mini-httpd | 2 + used-modules/mmv | 22 +++ used-modules/myserver | 52 +++++ used-modules/nagios-plugins | 23 +++ used-modules/nano | 23 +++ used-modules/netcf | 30 +++ used-modules/octave | 111 +++++++++++ used-modules/pacemaker | 1 + used-modules/parted | 46 +++++ used-modules/patch | 60 ++++++ used-modules/pdf | 27 +++ used-modules/poke | 94 +++++++++ used-modules/prelude-lml | 24 +++ used-modules/prelude-manager | 18 ++ used-modules/pspp | 127 ++++++++++++ used-modules/radius | 9 + used-modules/rcs | 48 +++++ used-modules/recutils | 10 + used-modules/reindeer | 2 + used-modules/sed | 43 +++++ used-modules/sharutils | 39 ++++ used-modules/shishi | 70 +++++++ used-modules/tar | 25 +++ used-modules/texinfo | 55 ++++++ used-modules/time | 31 +++ used-modules/tmpwatch | 1 + used-modules/trader | 24 +++ used-modules/ttfautohint | 15 ++ used-modules/vc-dwim | 14 ++ used-modules/wdiff | 18 ++ used-modules/wget | 102 ++++++++++ used-modules/wget2 | 122 ++++++++++++ used-modules/wydawca | 1 + used-modules/wyslij-po | 1 + used-modules/zile | 11 ++ 109 files changed, 4245 insertions(+) create mode 100644 used-modules/4ti2 create mode 100644 used-modules/CSSC create mode 100644 used-modules/OATH create mode 100644 used-modules/acct create mode 100644 used-modules/ale create mode 100644 used-modules/amanda create mode 100644 used-modules/augeas create mode 100644 used-modules/autobuild create mode 100644 used-modules/barcode create mode 100644 used-modules/binfmt-support create mode 100644 used-modules/bison create mode 100644 used-modules/cgminer create mode 100644 used-modules/clisp create mode 100644 used-modules/cmogstored create mode 100644 used-modules/collectd create mode 100644 used-modules/complexity create mode 100644 used-modules/coreutils create mode 100644 used-modules/cpio create mode 100644 used-modules/cvs create mode 100644 used-modules/datamash create mode 100644 used-modules/dc3dd create mode 100644 used-modules/dico create mode 100644 used-modules/diffutils create mode 100644 used-modules/emacs create mode 100644 used-modules/enchant-2 create mode 100644 used-modules/febootstrap create mode 100644 used-modules/findutils create mode 100644 used-modules/freedink create mode 100644 used-modules/fuse-overlayfs create mode 100644 used-modules/gawk create mode 100644 used-modules/gcal create mode 100644 used-modules/gdb create mode 100644 used-modules/gengetopt create mode 100644 used-modules/gettext create mode 100644 used-modules/gmediaserver create mode 100644 used-modules/gnuit create mode 100644 used-modules/gnutls create mode 100644 used-modules/grep create mode 100644 used-modules/groff create mode 100644 used-modules/grub create mode 100644 used-modules/gsasl create mode 100644 used-modules/gsequencer create mode 100644 used-modules/gss create mode 100644 used-modules/gtk-vnc create mode 100644 used-modules/guile create mode 100644 used-modules/gzip create mode 100644 used-modules/hello create mode 100644 used-modules/hivex create mode 100644 used-modules/icoutils create mode 100644 used-modules/idutils create mode 100644 used-modules/inetutils create mode 100644 used-modules/iwhd create mode 100644 used-modules/jugtail create mode 100644 used-modules/jwhois create mode 100644 used-modules/lbzip2 create mode 100644 used-modules/libdap create mode 100644 used-modules/libffcall create mode 100644 used-modules/libguestfs create mode 100644 used-modules/libiconv create mode 100644 used-modules/libidn create mode 100644 used-modules/libidn2 create mode 100644 used-modules/libksba create mode 100644 used-modules/libntlm create mode 100644 used-modules/libprelude create mode 100644 used-modules/libpreludedb create mode 100644 used-modules/libtasn1 create mode 100644 used-modules/libtool create mode 100644 used-modules/libu2f-host create mode 100644 used-modules/libunistring create mode 100644 used-modules/licenseutils create mode 100644 used-modules/m4 create mode 100644 used-modules/mailutils create mode 100644 used-modules/man-db create mode 100644 used-modules/miktex create mode 100644 used-modules/mini-httpd create mode 100644 used-modules/mmv create mode 100644 used-modules/myserver create mode 100644 used-modules/nagios-plugins create mode 100644 used-modules/nano create mode 100644 used-modules/netcf create mode 100644 used-modules/octave create mode 100644 used-modules/pacemaker create mode 100644 used-modules/parted create mode 100644 used-modules/patch create mode 100644 used-modules/pdf create mode 100644 used-modules/poke create mode 100644 used-modules/prelude-lml create mode 100644 used-modules/prelude-manager create mode 100644 used-modules/pspp create mode 100644 used-modules/radius create mode 100644 used-modules/rcs create mode 100644 used-modules/recutils create mode 100644 used-modules/reindeer create mode 100644 used-modules/sed create mode 100644 used-modules/sharutils create mode 100644 used-modules/shishi create mode 100644 used-modules/tar create mode 100644 used-modules/texinfo create mode 100644 used-modules/time create mode 100644 used-modules/tmpwatch create mode 100644 used-modules/trader create mode 100644 used-modules/ttfautohint create mode 100644 used-modules/vc-dwim create mode 100644 used-modules/wdiff create mode 100644 used-modules/wget create mode 100644 used-modules/wget2 create mode 100644 used-modules/wydawca create mode 100644 used-modules/wyslij-po create mode 100644 used-modules/zile diff --git a/used-modules/4ti2 b/used-modules/4ti2 new file mode 100644 index 00000000..253cb6ae --- /dev/null +++ b/used-modules/4ti2 @@ -0,0 +1 @@ + getopt-gnu diff --git a/used-modules/CSSC b/used-modules/CSSC new file mode 100644 index 00000000..0ac1b8db --- /dev/null +++ b/used-modules/CSSC @@ -0,0 +1,29 @@ +canonicalize +ctype +dirent-safer +errno +fcntl +fdl +fseek +gettext-h +maintainer-makefile +manywarnings +progname +pthread +signal +stdio +string +std-gnu11 +stdarg +stdlib +sys_file +sys_stat +sys_wait +time +unistd +warnings + +gitlog-to-changelog +maintainer-makefile +update-copyright +gendocs diff --git a/used-modules/OATH b/used-modules/OATH new file mode 100644 index 00000000..ea4ca436 --- /dev/null +++ b/used-modules/OATH @@ -0,0 +1,52 @@ + autobuild + git-version-gen + gitlog-to-changelog + maintainer-makefile + update-copyright + + base32 + c-ctype + crypto/gc-hmac-sha1 + crypto/gc-hmac-sha256 + crypto/gc-hmac-sha512 + fclose + fopen + fseeko + fsync + getline + lib-symbol-versions + lib-symbol-visibility + manywarnings + rename + snprintf + strdup-posix + strptime + strtok_r + strverscmp + sys_stat + unlink + valgrind-tests + + base64 + inttostr + lib-symbol-versions + lib-symbol-visibility + manywarnings + minmax + strptime + strverscmp + valgrind-tests + + error + getline + inttypes + parse-datetime + parse-duration + progname + vasprintf + version-etc + + error + progname + read-file + version-etc diff --git a/used-modules/acct b/used-modules/acct new file mode 100644 index 00000000..81d38f50 --- /dev/null +++ b/used-modules/acct @@ -0,0 +1,12 @@ + alloca + ftello + getopt-gnu + getpagesize + mktime + readutmp + rename + sigaction + strtol + strtoul + sys_stat + xalloc diff --git a/used-modules/ale b/used-modules/ale new file mode 100644 index 00000000..ea507a13 --- /dev/null +++ b/used-modules/ale @@ -0,0 +1,3 @@ +strndup +error +strtod diff --git a/used-modules/amanda b/used-modules/amanda new file mode 100644 index 00000000..5726bda5 --- /dev/null +++ b/used-modules/amanda @@ -0,0 +1,17 @@ + base64 + environ + euidaccess + fseeko + fsusage + ftello + full-read + full-write + getaddrinfo + getopt-gnu + inet_pton + lock + lseek + mkdtemp + nanosleep + physmem + regex diff --git a/used-modules/augeas b/used-modules/augeas new file mode 100644 index 00000000..bc66292a --- /dev/null +++ b/used-modules/augeas @@ -0,0 +1,18 @@ +argz +fnmatch +getline +getopt-gnu +gitlog-to-changelog +canonicalize-lgpl +isblank +locale +mkstemp +regex +safe-alloc +selinux-h +stpcpy +stpncpy +strchrnul +strndup +sys_wait +vasprintf diff --git a/used-modules/autobuild b/used-modules/autobuild new file mode 100644 index 00000000..1636bcda --- /dev/null +++ b/used-modules/autobuild @@ -0,0 +1,4 @@ + autobuild + fdl-1.3 + gendocs + gpl-3.0 diff --git a/used-modules/barcode b/used-modules/barcode new file mode 100644 index 00000000..d3619dd1 --- /dev/null +++ b/used-modules/barcode @@ -0,0 +1,23 @@ +calloc-gnu +close +error +float +fopen +free +gettext-h +git-version-gen +malloc-gnu +memcpy +memset +open +rint +search +sigpipe +snprintf +stdio +strdup-posix +strerror +string +time +verify +write diff --git a/used-modules/binfmt-support b/used-modules/binfmt-support new file mode 100644 index 00000000..f4d7bcc5 --- /dev/null +++ b/used-modules/binfmt-support @@ -0,0 +1,21 @@ + argp + array-list + getline + gitlog-to-changelog + gnupload + hash-map + hash-pjw-bare + lib-ignore + manywarnings + rbtree-omap + rename + stdbool + strerror + warnings + xalloc + xlist + xmap + xomap + xstdopen + xstrndup + xvasprintf diff --git a/used-modules/bison b/used-modules/bison new file mode 100644 index 00000000..ce9be6ec --- /dev/null +++ b/used-modules/bison @@ -0,0 +1,46 @@ + argmatch array-list assert assure attribute + bitsetv + calloc-posix close closeout config-h c-strcase c-strtod + configmake + dirname + error execute extensions + fopen-safer fstrcmp + getopt-gnu + gettext-h git-version-gen gitlog-to-changelog + gpl-3.0 intprops inttypes isnan javacomp-script + hash-map + javaexec-script + ldexpl + libtextstyle-optional + linked-list + malloc-gnu + mbfile mbswidth + obstack + obstack-printf + perror progname + quote quotearg + rbtreehash-list + readline + readme-release + realloc-posix + relocatable-prog relocatable-script + rename + spawn-pipe stdbool stpcpy stpncpy strdup-posix strerror strverscmp + sys_ioctl + termios + timevar + unicodeio unistd unistd-safer unlink unlocked-io + update-copyright unsetenv verify + warnings + winsz-ioctl + winsz-termios + xalloc + xalloc-die + xconcat-filename + xhash + xlist + xmap xmemdup0 + xstrndup + + fprintf-posix printf-posix snprintf-posix sprintf-posix + vsnprintf-posix vsprintf-posix diff --git a/used-modules/cgminer b/used-modules/cgminer new file mode 100644 index 00000000..754def60 --- /dev/null +++ b/used-modules/cgminer @@ -0,0 +1,3 @@ + memmem + sigaction + signal diff --git a/used-modules/clisp b/used-modules/clisp new file mode 100644 index 00000000..c576475d --- /dev/null +++ b/used-modules/clisp @@ -0,0 +1,11 @@ +no-c++ stdint stdbool havelib gettext localcharset stdlib +unistd alloca-opt environ lstat stat readlink sys_uio sys_select +mkfifo mknod mkstemp mkdtemp getloadavg bind accept listen recv send +getsockopt shutdown connect socket setsockopt getsockname getpeername +uniwidth/width streq uniname/uniname unitypes link-follow close select +host-cpu-c-abi socklen sockets fd-hook setenv unsetenv errno ioctl +arpa_inet netinet_in inet_ntop inet_pton socketlib strerror_r-posix +nocrash libsigsegv gnu-make gettimeofday getpagesize sys_time sys_wait +vma-iter c-strtod noreturn libunistring-optional crypto/sha1 +mktime strftime strptime strverscmp uname fnmatch-gnu +regex recvfrom sendto diff --git a/used-modules/cmogstored b/used-modules/cmogstored new file mode 100644 index 00000000..2977913a --- /dev/null +++ b/used-modules/cmogstored @@ -0,0 +1,23 @@ + argp + base64 + canonicalize + crypto/gc-md5 + crypto/gc-sha1 + dprintf + environ + error + findprog + gettime + git-version-gen + hash + mempcpy + minmax + mountlist + nonblocking + nproc + pipe2 + progname + random_r + verify + warnings + xvasprintf diff --git a/used-modules/collectd b/used-modules/collectd new file mode 100644 index 00000000..87c46cf2 --- /dev/null +++ b/used-modules/collectd @@ -0,0 +1,19 @@ + canonicalize-lgpl + fcntl-h + fnmatch + getsockopt + gettimeofday + nanosleep + netdb + net_if + poll + recv + regex + sendto + setlocale + strtok_r + sys_resource + sys_socket + sys_stat + sys_wait + time_r diff --git a/used-modules/complexity b/used-modules/complexity new file mode 100644 index 00000000..a17ea98e --- /dev/null +++ b/used-modules/complexity @@ -0,0 +1,7 @@ + close + fdl + gendocs + gpl-3.0 + malloc-posix + snprintf + stdbool diff --git a/used-modules/coreutils b/used-modules/coreutils new file mode 100644 index 00000000..a5066e09 --- /dev/null +++ b/used-modules/coreutils @@ -0,0 +1,284 @@ + acl + alignalloc + alignasof + alloca + announce-gen + areadlink-with-size + areadlinkat-with-size + argmatch + argv-iter + assert + assert-h + assure + attribute + autobuild + backup-rename + backupfile + base32 + base64 + btoc32 + buffer-lcm + byteswap + c-strcase + c32iscntrl + c32isspace + c32width + canon-host + canonicalize + chmodat + chown + chownat + cl-strtod + cl-strtold + closein + closeout + config-h + configmake + copy-file-range + count-leading-zeros + crypto/md5 + crypto/sha1 + crypto/sha256 + crypto/sha512 + crypto/sm3 + cycle-check + d-ino + d-type + di-set + dirfd + dirname + do-release-commit-and-tag + dtoastr + dup2 + environ + error + euidaccess + exclude + exitfail + explicit_bzero + faccessat + fadvise + fchdir + fchmodat + fchownat + fclose + fcntl + fcntl-safer + fd-reopen + fdatasync + fdopen + fdutimensat + file-has-acl + file-type + fileblocks + filemode + filenamecat + filevercmp + flexmember + fnmatch-gnu + fopen-safer + fprintftime + fpurge + free-posix + freopen + freopen-safer + fseeko + fstatat + fsusage + fsync + ftoastr + ftruncate + fts + full-read + full-write + gethrxtime + getline + getloadavg + getlogin + getndelim2 + getopt-gnu + getpagesize + gettext-h + gettime + gettime-res + git-version-gen + gitlog-to-changelog + gnu-web-doc-update + gnumakefile + gnupload + hard-locale + hash + hash-triple + heap + host-os + human + idcache + idx + ignore-value + inttostr + inttypes + isapipe + isatty + isblank + largefile + lchmod + ldtoastr + lib-ignore + libgmp + linebuffer + link + link-follow + linkat + long-options + lstat + maintainer-makefile + malloc-gnu + manywarnings + mbrlen + mbrtoc32 + mbrtowc + mbschr + mbslen + mbswidth + mbszero + mcel-prefer + memcasecmp + memchr + memcmp2 + mempcpy + memrchr + minmax + mkancesdirs + mkdir + mkdir-p + mkdirat + mkfifo + mkfifoat + mknod + mkostemp + mkstemp + mktime + modechange + mountlist + mpsort + nproc + nstrftime + nullptr + obstack + open + openat-safer + parse-datetime + parse-datetime2 + pathmax + perl + physmem + pipe-posix + pipe2 + posix-shell + posixtm + posixver + priv-set + progname + propername-lite + pthread-cond + pthread-mutex + pthread-thread + pthread_sigmask + putenv + quote + quotearg + randint + randperm + rawmemchr + read-file + readtokens + readtokens0 + readutmp + regex + remove + renameat + renameatu + rmdir + root-dev-ino + safe-read + same + save-cwd + savedir + savewd + select + selinux-at + setenv + settime + sig2str + sigaction + skipchars + smack + ssize_t + stat-macros + stat-size + stat-time + stdbool + stdckdint + stdlib-safer + stpcpy + strdup-posix + strnlen + strnumcmp + strsignal + strtoimax + strtoumax + symlinkat + sys_ioctl + sys_resource + sys_stat + sys_wait + targetdir + tempname + termios + time_rz + timer-time + timespec + tmpdir + uname + unicodeio + unistd-safer + unlink-busy + unlinkat + unlinkdir + unlocked-io + unsetenv + update-copyright + useless-if-before-free + userspec + utimecmp + utimens + utimensat + vasprintf-posix + vc-list-files + verify + verror + version-etc-fsf + winsz-ioctl + winsz-termios + write-any-file + xalignalloc + xalloc + xbinary-io + xdectoint + xfts + xgetcwd + xgetgroups + xgethostname + xmemcoll + xnanosleep + xprintf + xprintf-posix + xreadlink + xstrtod + xstrtoimax + xstrtol + xstrtol-error + xstrtold + xstrtoumax + year2038-recommended + yesno diff --git a/used-modules/cpio b/used-modules/cpio new file mode 100644 index 00000000..005b396f --- /dev/null +++ b/used-modules/cpio @@ -0,0 +1,23 @@ +closeout +configmake +dirname +free-posix +fseeko +full-write +gettext-h +getopt-gnu +gitlog-to-changelog +obstack +parse-datetime +quote +quotearg +safe-read +stdbool +strerror +strtoimax +strtol +strtoumax +utimensat +version-etc-fsf +xalloc +year2038-recommended diff --git a/used-modules/cvs b/used-modules/cvs new file mode 100644 index 00000000..8a4c06de --- /dev/null +++ b/used-modules/cvs @@ -0,0 +1,70 @@ + areadlink-with-size + atexit + base64 + canon-host + canonicalize + closeout + crypto/md5 + dirname + dup2 + error + exit + exitfail + extensions + fnmatch + fnmatch-posix + fseeko + ftello + ftruncate + getdate + gethostname + getline + getlogin_r + getndelim2 + getnline + getopt + getpagesize + getpass-gnu + gettext + gettime + gettimeofday + glob + inttypes + longlong + lstat + malloc + mbsstr + memmove + minmax + mkdir + mkdir-p + mkstemp + mktime + nanosleep + pathmax + quotearg + readlink + realloc + regex + rename + save-cwd + setenv + stat-macros + stdbool + stdint + strcase + strdup + strerror + strftime + strtoul + strtoumax + time_r + timespec + tzset + unlocked-io + vasnprintf + vasprintf + xalloc-die + xgethostname + xsize + yesno diff --git a/used-modules/datamash b/used-modules/datamash new file mode 100644 index 00000000..0e4f4e0b --- /dev/null +++ b/used-modules/datamash @@ -0,0 +1,87 @@ + announce-gen + assert + base64 + calloc-gnu + c-ctype + ceill + closeout + configmake + crypto/sha1 + crypto/sha256 + crypto/sha512 + crypto/md5 + dirname + do-release-commit-and-tag + dup2 + errno + error + expl + extensions + fabsl + floorl + fpucw + gendocs + getopt-gnu + getrandom + gettext-h + gitlog-to-changelog + git-version-gen + gnupload + gnu-web-doc-update + hard-locale + hash + hash-pjw + hash-pjw-bare + ignore-value + inet_pton + inline + inttypes + intprops + inttostr + isblank + isnanl + linebuffer + locale + localeconv + logl + maintainer-makefile + minmax + modfl + isnanl + netinet_in + pclose + pmccabe2html + popen + progname + propername + random + readme-release + realloc-gnu + roundl + setlocale + signbit + sh-quote + size_max + snprintf + sqrtl + std-gnu11 + stdbool + stdint + stdnoreturn + stpcpy + strcase + strdup-posix + strsep + strtold + strtoll + sys_random + sys_socket + unlocked-io + update-copyright + version-etc + warnings + waitpid + xalloc + xstrtol + xstrtol-error + xstrtoumax diff --git a/used-modules/dc3dd b/used-modules/dc3dd new file mode 100644 index 00000000..e084ec5c --- /dev/null +++ b/used-modules/dc3dd @@ -0,0 +1,57 @@ +acl alloca announce-gen argmatch assert +autobuild +backupfile base64 +c-strcase c-strtod +c-strtold calloc canon-host canonicalize chown cloexec +config-h configmake +closein closeout +crypto/md5 crypto/sha1 +cycle-check +d-ino d-type diacrit dirfd dirname dup2 +error euidaccess exclude exitfail fchdir fcntl fcntl-safer fdl +file-type fileblocks filemode filenamecat fnmatch-gnu +fopen-safer +fprintftime +fseeko +fsusage ftruncate +ftello +fts getdate getgroups gethrxtime +getline getloadavg getndelim2 getopt getpagesize getpass-gnu +gettext gettime gettimeofday getugroups getusershell +git-version-gen +gnu-make gnupload +group-member hard-locale hash hash-pjw host-os human idcache +inttostr inttypes isapipe +lchmod lchown lib-ignore linebuffer link-follow +long-options lstat malloc mbswidth memcasecmp mempcpy +memrchr mgetgroups +mkancesdirs mkdir mkdir-p mkstemp mktime modechange +mountlist mpsort obstack pathmax perl physmem +posix-shell posixtm posixver putenv +quote quotearg raise readlink areadlink-with-size +randint +randperm +readtokens +readtokens0 readutmp +realloc regex rename-dest-slash rmdir rmdir-errno +root-dev-ino +rpmatch +safe-read same +save-cwd savedir savewd +selinux-at +settime sig2str ssize_t stat-macros +stat-time stdbool stdlib-safer stpcpy +stpncpy +strftime +strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset +unicodeio unistd-safer unlink-busy unlinkdir unlocked-io +uptime userspec utimecmp utimens +vasprintf-posix +verify version-etc-fsf +wcwidth winsz-ioctl winsz-termios write-any-file +xalloc xgetcwd xgethostname +xmemcoll xnanosleep +xprintf +xprintf-posix +xstrtod xstrtoimax +xstrtol xstrtold xstrtoumax yesno diff --git a/used-modules/dico b/used-modules/dico new file mode 100644 index 00000000..e7d810d7 --- /dev/null +++ b/used-modules/dico @@ -0,0 +1,27 @@ +c-strcase +crypto/des +crypto/md5 +crypto/sha1 +fprintftime +inttostr +inttypes +getline +getopt-gnu +getpass-gnu +gettext-h +gettimeofday +hash +obstack +quote +quotearg +regex +size_max +snprintf +strerror +strtoimax +strtoumax +sysexits +vasprintf +xalloc +xgetdomainname +xgethostname diff --git a/used-modules/diffutils b/used-modules/diffutils new file mode 100644 index 00000000..568eaa46 --- /dev/null +++ b/used-modules/diffutils @@ -0,0 +1,104 @@ +announce-gen +argmatch +assert-h +attribute +binary-io +builtin-expect +c-ctype +c-file-type +c-stack +c32isprint +c32isspace +c32tolower +c32width +careadlinkat +config-h +count-leading-zeros +d-type +diffseq +dirname +do-release-commit-and-tag +dup2 +error +exclude +exitfail +extensions +extern-inline +fcntl +fdopendir +filenamecat +flexmember +fnmatch-gnu +fopen-gnu +fstatat +getopt-gnu +gettext-h +git-version-gen +gitlog-to-changelog +gnu-make +gnu-web-doc-update +gnumakefile +gnupload +hard-locale +ialloc +idx +intprops +inttypes +largefile +lstat +maintainer-makefile +manywarnings +mbscasecmp +mcel-prefer +mempcpy +minmax +mkstemp +mktime +nstrftime +nullptr +openat +pclose +perl +popen +progname +propername-lite +quote +raise +rawmemchr +readdir +readlinkat +readme-release +regex +same-inode +sh-quote +sigaction +signal +sigprocmask +stat +stat-macros +stat-time +stdbool +stdckdint +stdint +stpcpy +strcase +strptime +strtoimax +sys_types +sys_wait +system-quote +time_rz +timespec +timespec_get +unistd +unlocked-io +update-copyright +verify +version-etc +version-etc-fsf +xalloc +xfreopen +xmalloca +xstdopen +xstrtoimax +year2038 diff --git a/used-modules/emacs b/used-modules/emacs new file mode 100644 index 00000000..7726a8e4 --- /dev/null +++ b/used-modules/emacs @@ -0,0 +1,23 @@ + alignasof alloca-opt binary-io boot-time byteswap c-ctype c-strcase + canonicalize-lgpl + careadlinkat close-stream copy-file-range + count-leading-zeros count-one-bits count-trailing-zeros + crypto/md5 crypto/md5-buffer + crypto/sha1-buffer crypto/sha256-buffer crypto/sha512-buffer + d-type diffseq double-slash-root dtoastr dtotimespec dup2 + environ execinfo faccessat + fchmodat fcntl fcntl-h fdopendir file-has-acl + filemode filename filevercmp flexmember fpieee + free-posix fstatat fsusage fsync futimens + getline getloadavg getopt-gnu getrandom gettime gettimeofday gitlog-to-changelog + ieee754-h ignore-value intprops largefile libgmp lstat + manywarnings memmem-simple mempcpy memrchr memset_explicit + minmax mkostemp mktime + nanosleep nproc nstrftime + pathmax pipe2 pselect pthread_sigmask + qcopy-acl readlink readlinkat regex + sig2str sigdescr_np socklen stat-time std-gnu11 stdbool stdckdint stddef stdio + stpcpy strnlen strnlen strtoimax symlink sys_stat sys_time + tempname time-h time_r time_rz timegm timer-time timespec-add timespec-sub + update-copyright unlocked-io utimensat + vla warnings year2038 diff --git a/used-modules/enchant-2 b/used-modules/enchant-2 new file mode 100644 index 00000000..2e9df3e8 --- /dev/null +++ b/used-modules/enchant-2 @@ -0,0 +1,7 @@ + bootstrap + configmake + flock + gnu-make + manywarnings + relocatable-lib-lgpl + strchrnul diff --git a/used-modules/febootstrap b/used-modules/febootstrap new file mode 100644 index 00000000..cebd89de --- /dev/null +++ b/used-modules/febootstrap @@ -0,0 +1,9 @@ + error + filevercmp + fts + full-write + hash + hash-pjw + xalloc + xstrtol + xvasprintf diff --git a/used-modules/findutils b/used-modules/findutils new file mode 100644 index 00000000..c0ff1455 --- /dev/null +++ b/used-modules/findutils @@ -0,0 +1,122 @@ + alloca + areadlinkat + argmatch + argv-iter + assert + byteswap + c-strcasestr + c-strstr + canonicalize + cloexec + closein + closeout + ctype + d-ino + d-type + dirent-safer + dirname + dup2 + errno + error + faccessat + fchdir + fcntl + fcntl-safer + fdopendir + fflush + fileblocks + filemode + fnmatch-gnu + fopen-safer + fts + gcc-attributes + getdelim + getline + getopt-gnu + gettext-h + gettimeofday + git-version-gen + gnupload + gpl-3.0 + hash + human + idcache + inline + intprops + inttypes + isblank + locale + lstat + malloc-gnu + manywarnings + math + mbrtowc + mbscasestr + mbswidth + mbsstr + mktime + modechange + modf + mountlist + nstrftime + open + openat-safer + parse-datetime + pathmax + perror + progname + quotearg + readlink + realloc-gnu + regex + rpmatch + safe-read + same-inode + save-cwd + savedir + selinux-at + snprintf + stat + stat-macros + stat-size + stat-time + stdarg + stdbool + stddef + stdio + stdint + stdlib + stpcpy + strcasestr + strdup-posix + string + strndup + strtoull + strtoumax + sys_stat + sys_time + sys_wait + timespec + uname + unistd-safer + unlinkat + verify + version-etc + version-etc-fsf + warnings + wchar + wcwidth + xalloc + xalloc-die + xgetcwd + xstrtod + xstrtol + xstrtol-error + xstrtoumax + year2038-recommended + yesno + +gitlog-to-changelog +maintainer-makefile +update-copyright +gendocs diff --git a/used-modules/freedink b/used-modules/freedink new file mode 100644 index 00000000..6e260247 --- /dev/null +++ b/used-modules/freedink @@ -0,0 +1,7 @@ + alloca + getopt-gnu + hash + strcase + strings + vasprintf + xalloc diff --git a/used-modules/fuse-overlayfs b/used-modules/fuse-overlayfs new file mode 100644 index 00000000..1a582cd5 --- /dev/null +++ b/used-modules/fuse-overlayfs @@ -0,0 +1 @@ + hash diff --git a/used-modules/gawk b/used-modules/gawk new file mode 100644 index 00000000..1b163cf9 --- /dev/null +++ b/used-modules/gawk @@ -0,0 +1,30 @@ +attribute +dfa +flexmember +getopt-posix +idx +intprops +random +regex +verify +xalloc + +fnmatch +getaddrinfo +memcmp +memcpy +memmove +memset +mktime +setenv +snprintf +strerror +strftime +strcase +strptime +strsignal +strtod +strtoul +timegm +tzset +usleep diff --git a/used-modules/gcal b/used-modules/gcal new file mode 100644 index 00000000..c12ed7be --- /dev/null +++ b/used-modules/gcal @@ -0,0 +1,54 @@ +acos +alloca +asin +assert +atan +atan2 +ceil +close +cond +cos +dup2 +error +fclose +fcntl +fflush +filename +floor +fopen +free +gettext-h +git-version-gen +iconv +iconv-h +ioctl +langinfo +link +list +locale +log +log10 +maintainer-makefile +malloc +mkostemp +nl_langinfo +open +perror +pipe +putenv +realloc +regex +signal +sin +sqrt +stat +strcspn +string +strings +strstr +strtol +tan +tmpdir +time +unlink +write diff --git a/used-modules/gdb b/used-modules/gdb new file mode 100644 index 00000000..00250170 --- /dev/null +++ b/used-modules/gdb @@ -0,0 +1 @@ +fnmatch-gnu frexpl inttypes memmem update-copyright unistd pathmax diff --git a/used-modules/gengetopt b/used-modules/gengetopt new file mode 100644 index 00000000..48f4907b --- /dev/null +++ b/used-modules/gengetopt @@ -0,0 +1,2 @@ + getopt + strdup diff --git a/used-modules/gettext b/used-modules/gettext new file mode 100644 index 00000000..cf617102 --- /dev/null +++ b/used-modules/gettext @@ -0,0 +1,287 @@ + atexit + attribute + basename-lgpl + binary-io + closeout + error + getopt-gnu + gettext-h + havelib + memmove + noreturn + progname + propername + relocatable-prog + setlocale + sigpipe + stdbool + stdio + stdlib + strtoul + unistd + unlocked-io + xalloc + + gettext-runtime-misc + ansi-c++-opt + csharpcomp-script + java + javacomp-script + manywarnings + + gettext-runtime-intl-misc + attribute + bison + filename + flexmember + getcwd-lgpl + havelib + iconv + lib-symbol-visibility + localcharset + localename + lock + manywarnings + tsearch + vasnprintf-posix + vasnwprintf-posix + wgetcwd-lgpl + + alloca + manywarnings + vasnprintf + + alloca-opt + atexit + attribute + backupfile + basename-lgpl + binary-io + bison + bison-i18n + byteswap + c-ctype + c-strcase + c-strcasestr + c-strstr + clean-temp + closedir + closeout + configmake + copy-file + csharpcomp + csharpexec + error + error-progname + execute + filename + findprog + flexmember + fnmatch + fopen + free-posix + fstrcmp + full-write + fwriteerror + gcd + getaddrinfo + getline + getopt-gnu + gettext-h + iconv + javacomp + javaexec + libunistring-optional + libxml + localcharset + locale + localename + localtime + lock + mem-hash-map + memchr + memmove + memset + minmax + mkdir + noreturn + obstack + open + opendir + openmp-init + pipe-filter-ii + progname + propername + read-file + readdir + relocatable-prog + relocatable-script + setlocale + sh-filename + sh-quote + sigpipe + sigprocmask + spawn-pipe + stdbool + stdio + stdlib + stpcpy + stpncpy + strchrnul + strcspn + strerror + string-desc + strpbrk + strtol + strtoul + supersede + sys_select + sys_stat + sys_time + trim + unictype/ctype-space + unictype/syntax-java-whitespace + unilbrk/ulc-width-linebreaks + uniname/uniname + unistd + unistr/u8-check + unistr/u8-mbtouc + unistr/u8-mbtoucr + unistr/u8-uctomb + unistr/u16-mbtouc + uniwidth/width + unlocked-io + unsetenv + vasprintf + wait-process + write + xalloc + xconcat-filename + xerror + xmalloca + xmemdup0 + xsetenv + xstrerror + xstriconv + xstriconveh + xvasprintf + + alloca-opt + extensions + gettext-h + include_next + locale + localcharset + malloc-posix + mbrtowc + mbsinit + multiarch + setlocale-null + snippet/arg-nonnull + snippet/c++defs + snippet/warn-on-use + ssize_t + stdbool + stddef + stdint + stdlib + streq + unistd + verify + wchar + wctype-h + windows-mutex + windows-once + windows-recmutex + windows-rwlock + + gettext-tools-misc + ansi-c++-opt + csharpcomp-script + csharpexec-script + java + javacomp-script + javaexec-script + manywarnings + stdint + + mbrlen + regex + + attribute + basename-lgpl + close + c-ctype + c-strcase + c-strstr + error + error-progname + filename + fopen + free-posix + fstrcmp + fwriteerror + gcd + getline + gettext-h + iconv + libtextstyle-dummy + libunistring-optional + markup + mem-hash-map + minmax + open + relocatable-lib + sigpipe + stdbool + stdio + stdlib + stpcpy + stpncpy + strchrnul + strerror + string-desc + unictype/ctype-space + unilbrk/ulc-width-linebreaks + unistr/u8-mbtouc + unistr/u8-mbtoucr + unistr/u8-uctomb + unistr/u16-mbtouc + uniwidth/width + unlocked-io + vasprintf + xalloc + xconcat-filename + xmalloca + xerror + xstriconv + xvasprintf + + fdopen + realloc-posix + strerror_r-posix + + thread + + ostream + fd-ostream + file-ostream + html-ostream + iconv-ostream + memory-ostream + term-ostream + styled-ostream + html-styled-ostream + noop-styled-ostream + term-styled-ostream + attribute + filename + isatty + largefile + manywarnings + vasprintf-posix + xalloc + xconcat-filename + + memory-ostream-tests + term-ostream-tests diff --git a/used-modules/gmediaserver b/used-modules/gmediaserver new file mode 100644 index 00000000..a69841d9 --- /dev/null +++ b/used-modules/gmediaserver @@ -0,0 +1,29 @@ + c-ctype + configmake + dirname + fdl + free + full-read + getaddrinfo + getline + getnline + getopt + gettext + gpl-3.0 + iconv + minmax + progname + quote + quotearg + sig2str + stdbool + stdint + strftime + striconv + strnlen + unistd + version-etc + xalloc-die + xgethostname + xstrndup + xvasprintf diff --git a/used-modules/gnuit b/used-modules/gnuit new file mode 100644 index 00000000..8f00e0f1 --- /dev/null +++ b/used-modules/gnuit @@ -0,0 +1,72 @@ + calloc + chown + close + ctype + dirent + errno + error + fclose + fcntl-h + fdl + fflush + fnmatch + fnmatch-gnu + fopen + fpieee + fprintf-posix + fseek + fsusage + ftell + getcwd + getopt + getopt-gnu + gpl-3.0 + human + idcache + inttypes + ioctl + link + locale + lseek + malloc + mbrtowc + mbsinit + mbsstr + memcmp + memmove + mkdir + mkstemp + nanosleep + printf-posix + putenv + readlink + realloc + rename + rmdir + signal + sleep + sockets + sprintf-posix + stat + stddef + stdint + stdio + stdlib + strcase + strcasestr + string + strings + strtoumax + sys_stat + sys_time + sys_wait + time + uname + unistd + unlink + utime + wchar + wcsnrtombs + wctype + write + xalloc diff --git a/used-modules/gnutls b/used-modules/gnutls new file mode 100644 index 00000000..0c599efc --- /dev/null +++ b/used-modules/gnutls @@ -0,0 +1,4 @@ +alloca attribute byteswap c-ctype c-strcase canonicalize-lgpl explicit_bzero fopen-gnu func getline gettext-h gettimeofday hash hash-pjw-bare arpa_inet inet_ntop inet_pton intprops linkedhash-list lock memmem-simple minmax netdb netinet_in pathmax read-file secure_getenv setsockopt snprintf stdint stpcpy strcase strdup-posix strndup strtok_r strverscmp sys_socket sys_stat sys_types threadlib time_r tls unistd valgrind-tests vasprintf verify vsnprintf xalloc-oversized +dirname-lgpl extensions gendocs havelib ldd lib-msvc-compat lib-symbol-versions maintainer-makefile manywarnings pmccabe2html warnings +unictype/category-all unictype/property-default-ignorable-code-point unictype/property-join-control unictype/property-not-a-character uninorm/nfc uninorm/nfkc uninorm/u16-normalize uninorm/u32-normalize uninorm/u8-normalize unistr/u16-to-u8 unistr/u32-to-u8 unistr/u8-check unistr/u8-to-u16 unistr/u8-to-u32 +accept bind close close-stream connect getaddrinfo getpass inttypes listen linked-list parse-datetime progname read-file reallocarray recv recvfrom select send sendto servent setsockopt shutdown socket sockets socklen xalloc xlist xsize diff --git a/used-modules/grep b/used-modules/grep new file mode 100644 index 00000000..126a30f1 --- /dev/null +++ b/used-modules/grep @@ -0,0 +1,79 @@ +announce-gen +argmatch +assert-h +c-ctype +c-stack +c-strcase +c32isalnum +c32rtomb +closeout +configmake +dirname-lgpl +dfa +do-release-commit-and-tag +error +exclude +fcntl-h +fnmatch +fstatat +fts +getopt-gnu +getpagesize +getprogname +gettext-h +git-version-gen +gitlog-to-changelog +gnu-web-doc-update +gnupload +hash +idx +ignore-value +intprops +inttypes +isatty +isblank +largefile +locale +lseek +maintainer-makefile +malloc-gnu +manywarnings +mbrlen +mbrtoc32-regular +mbszero +mcel-prefer +memchr +memchr2 +mempcpy +minmax +nullptr +obstack +openat-safer +perl +rawmemchr +readme-release +realloc-gnu +regex +safe-read +same-inode +ssize_t +stdckdint +stddef +stdlib +stpcpy +strerror +string +strstr +sys_stat +unistd +unlocked-io +update-copyright +useless-if-before-free +verify +version-etc-fsf +wchar-single +windows-stat-inodes +xalloc +xbinary-io +xstrtoimax +year2038 diff --git a/used-modules/groff b/used-modules/groff new file mode 100644 index 00000000..82154a2b --- /dev/null +++ b/used-modules/groff @@ -0,0 +1,10 @@ + attribute + git-version-gen + havelib + wcwidth + fprintf-posix + snprintf + vsnprintf + stdbool-c99 + stdint + sys_wait diff --git a/used-modules/grub b/used-modules/grub new file mode 100644 index 00000000..a76de834 --- /dev/null +++ b/used-modules/grub @@ -0,0 +1,14 @@ + argp + base64 + error + fnmatch + getdelim + getline + gettext-h + gitlog-to-changelog + mbswidth + progname + realloc-gnu + regex + save-cwd + stdbool diff --git a/used-modules/gsasl b/used-modules/gsasl new file mode 100644 index 00000000..532d9dd6 --- /dev/null +++ b/used-modules/gsasl @@ -0,0 +1,54 @@ + autobuild + close + connect + error + getaddrinfo + getopt-gnu + getpass-gnu + git-version-gen + manywarnings + netdb + netinet_in + pmccabe2html + poll + progname + quote + readline + readme-release + recv + shutdown + socket + striconv + strtok_r + sys_time + unistd + update-copyright + valgrind-tests + vasprintf + version-etc + xalloc + + base64 + c-ctype + crypto/gc + crypto/gc-hmac-md5 + crypto/gc-hmac-sha1 + crypto/gc-hmac-sha256 + crypto/gc-md5 + crypto/gc-pbkdf2 + crypto/gc-random + crypto/gc-sha1 + crypto/gc-sha256 + getline + gettext-h + gss-extra + lib-msvc-compat + lib-symbol-versions + lib-symbol-visibility + memmem + memxor + minmax + strndup + strnlen + strverscmp + vasprintf diff --git a/used-modules/gsequencer b/used-modules/gsequencer new file mode 100644 index 00000000..2e17260f --- /dev/null +++ b/used-modules/gsequencer @@ -0,0 +1 @@ +langinfo regex signal-h sigaction strings sys_types memcpy lib-msvc-compat diff --git a/used-modules/gss b/used-modules/gss new file mode 100644 index 00000000..43195315 --- /dev/null +++ b/used-modules/gss @@ -0,0 +1,16 @@ + autobuild + base64 + error + getline + getopt-gnu + git-version-gen + havelib + lib-msvc-compat + lib-symbol-versions + manywarnings + pmccabe2html + progname + readme-release + update-copyright + valgrind-tests + version-etc diff --git a/used-modules/gtk-vnc b/used-modules/gtk-vnc new file mode 100644 index 00000000..e1132b35 --- /dev/null +++ b/used-modules/gtk-vnc @@ -0,0 +1,2 @@ +maintainer-makefile +vc-list-files diff --git a/used-modules/guile b/used-modules/guile new file mode 100644 index 00000000..ede609b0 --- /dev/null +++ b/used-modules/guile @@ -0,0 +1,103 @@ + accept4 + alignof + alloca-opt + announce-gen + autobuild + bind + byteswap + c-strcase + canonicalize-lgpl + ceil + clock-time + close + connect + copysign + dirfd + dirname-lgpl + duplocale + environ + extensions + flexmember + flock + floor + fpieee + frexp + fstat + fsync + full-read + full-write + func + gendocs + getaddrinfo + gethostname + getlogin + getpeername + getsockname + getsockopt + git-version-gen + gitlog-to-changelog + gnu-web-doc-update + gnupload + havelib + iconv_open-utf + inet_ntop + inet_pton + isfinite + isinf + isnan + ldexp + lib-symbol-versions + lib-symbol-visibility + libunistring + link + listen + localcharset + locale + log1p + lstat + maintainer-makefile + malloc-gnu + malloca + mkdir + mkostemp + nl_langinfo + nproc + nstrftime + open + pipe-posix + pipe2 + poll + posix_spawn + posix_spawn_file_actions_addclose + posix_spawn_file_actions_adddup2 + posix_spawn_file_actions_addopen + posix_spawn_file_actions_init + posix_spawnp + putenv + readlink + recv + recvfrom + regex + rename + rmdir + select + send + sendto + setenv + setsockopt + shutdown + socket + stat-time + stdlib + striconveh + string + sys_select + sys_stat + time + times + trunc + unistd + verify + vsnprintf + warnings + wchar diff --git a/used-modules/gzip b/used-modules/gzip new file mode 100644 index 00000000..80f87852 --- /dev/null +++ b/used-modules/gzip @@ -0,0 +1,46 @@ +alignasof +announce-gen +calloc-gnu +close +dirname-lgpl +fclose +fcntl +fcntl-safer +fdatasync +fdopendir +filename +fprintf-posix +fsync +getopt-gnu +git-version-gen +gitlog-to-changelog +gnu-make +gnu-web-doc-update +gnumakefile +gnupload +ignore-value +intprops +largefile +lib-ignore +lstat +maintainer-makefile +malloc-gnu +manywarnings +openat-safer +printf-posix +readme-release +realloc-gnu +savedir +sigaction +stat-time +strerror +sys_stat +time +unistd-safer +unlinkat +update-copyright +utimens +verify +xalloc +year2038 +yesno diff --git a/used-modules/hello b/used-modules/hello new file mode 100644 index 00000000..af3d2603 --- /dev/null +++ b/used-modules/hello @@ -0,0 +1,22 @@ + announce-gen + closeout + configmake + do-release-commit-and-tag + dirname + error + fdl + gendocs + getopt-gnu + gettext + gitlog-to-changelog + gnu-web-doc-update + gnupload + maintainer-makefile + mbsrtowcs + progname + propername + readme-release + stdnoreturn + update-copyright + version-etc-fsf + wchar diff --git a/used-modules/hivex b/used-modules/hivex new file mode 100644 index 00000000..35209952 --- /dev/null +++ b/used-modules/hivex @@ -0,0 +1,11 @@ +byteswap +c-ctype +full-read +full-write +safe-read +safe-write +xstrtol +xstrtoll +xstrtoul +xstrtoull +xstrtoumax diff --git a/used-modules/icoutils b/used-modules/icoutils new file mode 100644 index 00000000..643e9661 --- /dev/null +++ b/used-modules/icoutils @@ -0,0 +1,26 @@ + byteswap + configmake + dirname + dup2 + getline + getopt-gnu + gettext + gettimeofday + lstat + malloc-gnu + manywarnings + memchr + minmax + progname + stdbool + stdint + strcase + strdup-posix + strerror + strndup + strstr + vasprintf + version-etc + xalloc + xalloc-die + xvasprintf diff --git a/used-modules/idutils b/used-modules/idutils new file mode 100644 index 00000000..2c38be2f --- /dev/null +++ b/used-modules/idutils @@ -0,0 +1,66 @@ +alloca +alloca-opt +announce-gen +argv-iter +autobuild +calloc-gnu +closeout +dirname +do-release-commit-and-tag +error +exclude +exitfail +extensions +fflush +fnmatch +fnmatch-gnu +fopen +freopen +fpending +fprintf-posix +getcwd +getopt-gnu +gettext-h +git-version-gen +gitlog-to-changelog +gnu-make +gnu-web-doc-update +gnumakefile +gnupload +havelib +ignore-value +inttostr +lstat +malloc-gnu +maintainer-makefile +manywarnings +mbchar +mbuiter +mempcpy +obstack +pathmax +perl +posix-shell +printf-posix +progname +quote +quotearg +readme-release +realloc-gnu +regex +stat-macros +stdbool +sprintf-posix +strcase +strcasestr +strsep +strnlen1 +strsep +sys_ioctl +update-copyright +useless-if-before-free +vc-list-files +warnings +xalloc +xalloc-die +xgetcwd diff --git a/used-modules/inetutils b/used-modules/inetutils new file mode 100644 index 00000000..adf6d754 --- /dev/null +++ b/used-modules/inetutils @@ -0,0 +1,74 @@ +alloca +alloca-opt +argp +argp-version-etc +attribute +autobuild +dirfd +dirname-lgpl +environ +errno +error +exitfail +extensions +filemode +forkpty +fts +gendocs +getaddrinfo +getcwd +getline +getopt-gnu +getpass +getpeername +gettext-h +getusershell +git-version-gen +gitlog-to-changelog +glob +inttostr +ioctl +malloc-gnu +mempcpy +mgetgroups +minmax +mkstemp +obstack +poll +progname +read-file +readline +readme-release +readutmp +realloc-gnu +regex +setenv +sethostname +signal +size_max +snprintf +socklen +stdarg +stdbool +stdint +stdlib +strchrnul +strerror +string +strndup +strnlen +sys_types +sysexits +termios +unistd-safer +update-copyright +vasnprintf +version-etc-fsf +vsnprintf +xalloc +xalloc-die +xgetcwd +xgetdomainname +xgethostname +xsize +xvasprintf diff --git a/used-modules/iwhd b/used-modules/iwhd new file mode 100644 index 00000000..3a47989f --- /dev/null +++ b/used-modules/iwhd @@ -0,0 +1,49 @@ +announce-gen +base64 +c-ctype +c-strcase +calloc-posix +close +closeout +copy-file +dirname +do-release-commit-and-tag +dup2 +error +getopt-gnu +gettext-h +git-version-gen +gitlog-to-changelog +gnu-web-doc-update +gnupload +hash +hash-pjw +ignore-value +malloc-gnu +maintainer-makefile +manywarnings +mkstemp +pipe-posix +progname +propername +quote +quotearg +realloc-gnu +ssize_t +stddef +stdlib +stpcpy +strerror +string +strstr +strtok_r +strtoul +strtoull +strtoumax +unistd +unlink +update-copyright +useless-if-before-free +version-etc +xalloc +xstrtoumax diff --git a/used-modules/jugtail b/used-modules/jugtail new file mode 100644 index 00000000..5c873ee8 --- /dev/null +++ b/used-modules/jugtail @@ -0,0 +1 @@ +malloc memmove memset socklen strstr diff --git a/used-modules/jwhois b/used-modules/jwhois new file mode 100644 index 00000000..a5763d87 --- /dev/null +++ b/used-modules/jwhois @@ -0,0 +1,17 @@ + argp + argp-version-etc + configmake + fdl-1.3 + getaddrinfo + gettext + git-version-gen + gitlog-to-changelog + warnings + progname + readme-release + regex + snprintf + strcase + test-framework-sh + version-etc-fsf + xalloc-die diff --git a/used-modules/lbzip2 b/used-modules/lbzip2 new file mode 100644 index 00000000..10291768 --- /dev/null +++ b/used-modules/lbzip2 @@ -0,0 +1,3 @@ + pthread utimens warnings + timespec-add timespec-sub dtotimespec stat-time lstat malloc-gnu + fprintf-posix inttypes xalloc largefile gitlog-to-changelog diff --git a/used-modules/libdap b/used-modules/libdap new file mode 100644 index 00000000..57972d68 --- /dev/null +++ b/used-modules/libdap @@ -0,0 +1,2 @@ + byteswap + regex diff --git a/used-modules/libffcall b/used-modules/libffcall new file mode 100644 index 00000000..0b8b5de8 --- /dev/null +++ b/used-modules/libffcall @@ -0,0 +1,7 @@ + ansi-c++-opt + clean-temp-simple + host-cpu-c-abi + lock + nocrash + stdint + stdnoreturn diff --git a/used-modules/libguestfs b/used-modules/libguestfs new file mode 100644 index 00000000..0eaf01d1 --- /dev/null +++ b/used-modules/libguestfs @@ -0,0 +1,22 @@ +accept4 +base64 +bitrotate +c-ctype +relocatable-prog-wrapper +cloexec +error +full-read +full-write +getprogname +hash +hash-pjw +ignore-value +nonblocking +pipe2 +safe-read +safe-write +xalloc-oversized +xstrtol +xstrtoll +xstrtoll +xstrtoumax diff --git a/used-modules/libiconv b/used-modules/libiconv new file mode 100644 index 00000000..8dbe5dee --- /dev/null +++ b/used-modules/libiconv @@ -0,0 +1,19 @@ + binary-io + error + gettext + gettext-h + lib-symbol-visibility + mbstate + progname + relocatable-prog + safe-read + sigpipe + stdbool + stdio + stdlib + strerror + unistd + uniwidth/width + unlocked-io + xalloc + libiconv-misc diff --git a/used-modules/libidn b/used-modules/libidn new file mode 100644 index 00000000..d6143d7c --- /dev/null +++ b/used-modules/libidn @@ -0,0 +1,26 @@ + autobuild + csharpcomp-script + csharpexec-script + error + getline + getopt-gnu + git-version-gen + gitlog-to-changelog + lib-msvc-compat + lib-symbol-versions + lib-symbol-visibility + manywarnings + pmccabe2html + progname + readme-release + update-copyright + useless-if-before-free + valgrind-tests + version-etc + + gettext-h + langinfo + stdint + striconv + strverscmp + unistr/u8-check diff --git a/used-modules/libidn2 b/used-modules/libidn2 new file mode 100644 index 00000000..a45a06a2 --- /dev/null +++ b/used-modules/libidn2 @@ -0,0 +1,37 @@ +error +getline +getopt-gnu +gettext-h +git-version-gen +gitlog-to-changelog +inline +lib-msvc-compat +lib-symbol-versions +lib-symbol-visibility +manywarnings +progname +readme-release +stdio +strchrnul +strverscmp +update-copyright +valgrind-tests +version-etc + +localcharset +unictype/joiningtype-of +libunistring-optional +unistr/u32-cpy-alloc +uniconv/u8-strconv-to-locale +unistr/u32-strlen +uniconv/u8-strconv-from-locale +unictype/bidiclass-of +unictype/category-M +unictype/category-test +unictype/scripts +uninorm/base +uninorm/nfc +uninorm/u32-normalize +unistr/u32-to-u8 +unistr/u8-to-u32 +unistr/u32-cmp diff --git a/used-modules/libksba b/used-modules/libksba new file mode 100644 index 00000000..6726553a --- /dev/null +++ b/used-modules/libksba @@ -0,0 +1 @@ +alloca alloca-opt valgrind-tests diff --git a/used-modules/libntlm b/used-modules/libntlm new file mode 100644 index 00000000..4d2dab40 --- /dev/null +++ b/used-modules/libntlm @@ -0,0 +1,13 @@ + autobuild + byteswap + check-version + crypto/des + crypto/md4 + inline + maintainer-makefile + manywarnings + strverscmp + unistd + update-copyright + valgrind-tests + warnings diff --git a/used-modules/libprelude b/used-modules/libprelude new file mode 100644 index 00000000..923398f9 --- /dev/null +++ b/used-modules/libprelude @@ -0,0 +1,48 @@ + accept + bind + close + cond + connect + dup2 + fclose + fopen + ftw + getaddrinfo + getpass + getsockname + gettimeofday + inet_ntop + inet_pton + ioctl + listen + lock + lseek + memmem + minmax + pathmax + perror + poll + regex + relocatable-lib-lgpl + select + setsockopt + sigprocmask + sleep + snprintf + socket + socklen + strcase + strcasestr + strdup-posix + strerror + strndup + strptime + strsep + sys_stat + thread + time_r + timegm + tls + uname + vsnprintf + write diff --git a/used-modules/libpreludedb b/used-modules/libpreludedb new file mode 100644 index 00000000..9c3a7a6b --- /dev/null +++ b/used-modules/libpreludedb @@ -0,0 +1,7 @@ + lock + memrchr + snprintf + strdup-posix + strndup + time_r + vsnprintf diff --git a/used-modules/libtasn1 b/used-modules/libtasn1 new file mode 100644 index 00000000..12f9cdc6 --- /dev/null +++ b/used-modules/libtasn1 @@ -0,0 +1,20 @@ +c-ctype +git-version-gen +gitlog-to-changelog +intprops +lib-msvc-compat +lib-symbol-versions +lib-symbol-visibility +manywarnings +minmax +readme-release +stdint +strverscmp +update-copyright +valgrind-tests + +getopt-gnu +gettime +progname +read-file +version-etc-fsf diff --git a/used-modules/libtool b/used-modules/libtool new file mode 100644 index 00000000..dbc759d6 --- /dev/null +++ b/used-modules/libtool @@ -0,0 +1,14 @@ + announce-gen + bootstrap + do-release-commit-and-tag + extract-trace + gendocs + git-version-gen + gitlog-to-changelog + gnu-web-doc-update + gnupload + inline-source + maintainer-makefile + options-parser + readme-release + update-copyright diff --git a/used-modules/libu2f-host b/used-modules/libu2f-host new file mode 100644 index 00000000..35f1a688 --- /dev/null +++ b/used-modules/libu2f-host @@ -0,0 +1,5 @@ + check-version + crypto/sha256 + lib-symbol-versions + maintainer-makefile + manywarnings diff --git a/used-modules/libunistring b/used-modules/libunistring new file mode 100644 index 00000000..3a05f2c0 --- /dev/null +++ b/used-modules/libunistring @@ -0,0 +1,364 @@ + gitlog-to-changelog + unitypes + unistr/base + unistr/u8-check + unistr/u8-chr + unistr/u8-cmp + unistr/u8-cmp2 + unistr/u8-cpy + unistr/u8-cpy-alloc + unistr/u8-endswith + unistr/u8-mblen + unistr/u8-mbsnlen + unistr/u8-mbtouc + unistr/u8-mbtoucr + unistr/u8-mbtouc-unsafe + unistr/u8-move + unistr/u8-next + unistr/u8-pcpy + unistr/u8-prev + unistr/u8-set + unistr/u8-startswith + unistr/u8-stpcpy + unistr/u8-stpncpy + unistr/u8-strcat + unistr/u8-strchr + unistr/u8-strcmp + unistr/u8-strcoll + unistr/u8-strcpy + unistr/u8-strcspn + unistr/u8-strdup + unistr/u8-strlen + unistr/u8-strmblen + unistr/u8-strmbtouc + unistr/u8-strncat + unistr/u8-strncmp + unistr/u8-strncpy + unistr/u8-strnlen + unistr/u8-strpbrk + unistr/u8-strrchr + unistr/u8-strspn + unistr/u8-strstr + unistr/u8-strtok + unistr/u8-to-u16 + unistr/u8-to-u32 + unistr/u8-uctomb + unistr/u16-check + unistr/u16-chr + unistr/u16-cmp + unistr/u16-cmp2 + unistr/u16-cpy + unistr/u16-cpy-alloc + unistr/u16-endswith + unistr/u16-mblen + unistr/u16-mbsnlen + unistr/u16-mbtouc + unistr/u16-mbtoucr + unistr/u16-mbtouc-unsafe + unistr/u16-move + unistr/u16-next + unistr/u16-pcpy + unistr/u16-prev + unistr/u16-set + unistr/u16-startswith + unistr/u16-stpcpy + unistr/u16-stpncpy + unistr/u16-strcat + unistr/u16-strchr + unistr/u16-strcmp + unistr/u16-strcoll + unistr/u16-strcpy + unistr/u16-strcspn + unistr/u16-strdup + unistr/u16-strlen + unistr/u16-strmblen + unistr/u16-strmbtouc + unistr/u16-strncat + unistr/u16-strncmp + unistr/u16-strncpy + unistr/u16-strnlen + unistr/u16-strpbrk + unistr/u16-strrchr + unistr/u16-strspn + unistr/u16-strstr + unistr/u16-strtok + unistr/u16-to-u32 + unistr/u16-to-u8 + unistr/u16-uctomb + unistr/u32-check + unistr/u32-chr + unistr/u32-cmp + unistr/u32-cmp2 + unistr/u32-cpy + unistr/u32-cpy-alloc + unistr/u32-endswith + unistr/u32-mblen + unistr/u32-mbsnlen + unistr/u32-mbtouc + unistr/u32-mbtoucr + unistr/u32-mbtouc-unsafe + unistr/u32-move + unistr/u32-next + unistr/u32-pcpy + unistr/u32-prev + unistr/u32-set + unistr/u32-startswith + unistr/u32-stpcpy + unistr/u32-stpncpy + unistr/u32-strcat + unistr/u32-strchr + unistr/u32-strcmp + unistr/u32-strcoll + unistr/u32-strcpy + unistr/u32-strcspn + unistr/u32-strdup + unistr/u32-strlen + unistr/u32-strmblen + unistr/u32-strmbtouc + unistr/u32-strncat + unistr/u32-strncmp + unistr/u32-strncpy + unistr/u32-strnlen + unistr/u32-strpbrk + unistr/u32-strrchr + unistr/u32-strspn + unistr/u32-strstr + unistr/u32-strtok + unistr/u32-to-u16 + unistr/u32-to-u8 + unistr/u32-uctomb + uniconv/base + uniconv/u8-conv-from-enc + uniconv/u8-conv-to-enc + uniconv/u8-strconv-from-enc + uniconv/u8-strconv-from-locale + uniconv/u8-strconv-to-enc + uniconv/u8-strconv-to-locale + uniconv/u16-conv-from-enc + uniconv/u16-conv-to-enc + uniconv/u16-strconv-from-enc + uniconv/u16-strconv-from-locale + uniconv/u16-strconv-to-enc + uniconv/u16-strconv-to-locale + uniconv/u32-conv-from-enc + uniconv/u32-conv-to-enc + uniconv/u32-strconv-from-enc + uniconv/u32-strconv-from-locale + uniconv/u32-strconv-to-enc + uniconv/u32-strconv-to-locale + unistdio/base + unistdio/u8-asnprintf + unistdio/u8-asprintf + unistdio/u8-snprintf + unistdio/u8-sprintf + unistdio/u8-u8-asnprintf + unistdio/u8-u8-asprintf + unistdio/u8-u8-snprintf + unistdio/u8-u8-sprintf + unistdio/u8-u8-vasnprintf + unistdio/u8-u8-vasprintf + unistdio/u8-u8-vsnprintf + unistdio/u8-u8-vsprintf + unistdio/u8-vasnprintf + unistdio/u8-vasprintf + unistdio/u8-vsnprintf + unistdio/u8-vsprintf + unistdio/u16-asnprintf + unistdio/u16-asprintf + unistdio/u16-snprintf + unistdio/u16-sprintf + unistdio/u16-u16-asnprintf + unistdio/u16-u16-asprintf + unistdio/u16-u16-snprintf + unistdio/u16-u16-sprintf + unistdio/u16-u16-vasnprintf + unistdio/u16-u16-vasprintf + unistdio/u16-u16-vsnprintf + unistdio/u16-u16-vsprintf + unistdio/u16-vasnprintf + unistdio/u16-vasprintf + unistdio/u16-vsnprintf + unistdio/u16-vsprintf + unistdio/u32-asnprintf + unistdio/u32-asprintf + unistdio/u32-snprintf + unistdio/u32-sprintf + unistdio/u32-u32-asnprintf + unistdio/u32-u32-asprintf + unistdio/u32-u32-snprintf + unistdio/u32-u32-sprintf + unistdio/u32-u32-vasnprintf + unistdio/u32-u32-vasprintf + unistdio/u32-u32-vsnprintf + unistdio/u32-u32-vsprintf + unistdio/u32-vasnprintf + unistdio/u32-vasprintf + unistdio/u32-vsnprintf + unistdio/u32-vsprintf + unistdio/ulc-asnprintf + unistdio/ulc-asprintf + unistdio/ulc-fprintf + unistdio/ulc-snprintf + unistdio/ulc-sprintf + unistdio/ulc-vasnprintf + unistdio/ulc-vasprintf + unistdio/ulc-vfprintf + unistdio/ulc-vsnprintf + unistdio/ulc-vsprintf + uniname/base + uniname/uniname + unictype/base + unictype/bidiclass-all + unictype/block-all + unictype/category-all + unictype/combining-class-all + unictype/ctype-alnum + unictype/ctype-alpha + unictype/ctype-blank + unictype/ctype-cntrl + unictype/ctype-digit + unictype/ctype-graph + unictype/ctype-lower + unictype/ctype-print + unictype/ctype-punct + unictype/ctype-space + unictype/ctype-upper + unictype/ctype-xdigit + unictype/decimal-digit + unictype/digit + unictype/incb-all + unictype/joininggroup-all + unictype/joiningtype-all + unictype/mirror + unictype/numeric + unictype/property-all + unictype/scripts-all + unictype/syntax-c-ident + unictype/syntax-c-whitespace + unictype/syntax-java-ident + unictype/syntax-java-whitespace + uniwidth/base + uniwidth/u8-strwidth + uniwidth/u8-width + uniwidth/u16-strwidth + uniwidth/u16-width + uniwidth/u32-strwidth + uniwidth/u32-width + uniwidth/width + unigbrk/base + unigbrk/u8-grapheme-breaks + unigbrk/u8-grapheme-next + unigbrk/u8-grapheme-prev + unigbrk/u16-grapheme-breaks + unigbrk/u16-grapheme-next + unigbrk/u16-grapheme-prev + unigbrk/u32-grapheme-breaks + unigbrk/u32-grapheme-next + unigbrk/u32-grapheme-prev + unigbrk/uc-gbrk-prop + unigbrk/uc-is-grapheme-break + unigbrk/ulc-grapheme-breaks + unigbrk/uc-grapheme-breaks + uniwbrk/base + uniwbrk/u8-wordbreaks + uniwbrk/u16-wordbreaks + uniwbrk/u32-wordbreaks + uniwbrk/ulc-wordbreaks + uniwbrk/wordbreak-property + unilbrk/base + unilbrk/u8-possible-linebreaks + unilbrk/u8-width-linebreaks + unilbrk/u16-possible-linebreaks + unilbrk/u16-width-linebreaks + unilbrk/u32-possible-linebreaks + unilbrk/u32-width-linebreaks + unilbrk/ulc-possible-linebreaks + unilbrk/ulc-width-linebreaks + unimetadata/base + unimetadata/u-version + uninorm/base + uninorm/canonical-decomposition + uninorm/composition + uninorm/decomposition + uninorm/filter + uninorm/nfc + uninorm/nfd + uninorm/nfkc + uninorm/nfkd + uninorm/u8-normalize + uninorm/u8-normcmp + uninorm/u8-normcoll + uninorm/u8-normxfrm + uninorm/u16-normalize + uninorm/u16-normcmp + uninorm/u16-normcoll + uninorm/u16-normxfrm + uninorm/u32-normalize + uninorm/u32-normcmp + uninorm/u32-normcoll + uninorm/u32-normxfrm + unicase/base + unicase/empty-prefix-context + unicase/empty-suffix-context + unicase/locale-language + unicase/tolower + unicase/totitle + unicase/toupper + unicase/u8-casecmp + unicase/u8-casecoll + unicase/u8-casefold + unicase/u8-casexfrm + unicase/u8-ct-casefold + unicase/u8-ct-tolower + unicase/u8-ct-totitle + unicase/u8-ct-toupper + unicase/u8-is-cased + unicase/u8-is-casefolded + unicase/u8-is-lowercase + unicase/u8-is-titlecase + unicase/u8-is-uppercase + unicase/u8-prefix-context + unicase/u8-suffix-context + unicase/u8-tolower + unicase/u8-totitle + unicase/u8-toupper + unicase/u16-casecmp + unicase/u16-casecoll + unicase/u16-casefold + unicase/u16-casexfrm + unicase/u16-ct-casefold + unicase/u16-ct-tolower + unicase/u16-ct-totitle + unicase/u16-ct-toupper + unicase/u16-is-cased + unicase/u16-is-casefolded + unicase/u16-is-lowercase + unicase/u16-is-titlecase + unicase/u16-is-uppercase + unicase/u16-prefix-context + unicase/u16-suffix-context + unicase/u16-tolower + unicase/u16-totitle + unicase/u16-toupper + unicase/u32-casecmp + unicase/u32-casecoll + unicase/u32-casefold + unicase/u32-casexfrm + unicase/u32-ct-casefold + unicase/u32-ct-tolower + unicase/u32-ct-totitle + unicase/u32-ct-toupper + unicase/u32-is-cased + unicase/u32-is-casefolded + unicase/u32-is-lowercase + unicase/u32-is-titlecase + unicase/u32-is-uppercase + unicase/u32-prefix-context + unicase/u32-suffix-context + unicase/u32-tolower + unicase/u32-totitle + unicase/u32-toupper + unicase/ulc-casecmp + unicase/ulc-casecoll + unicase/ulc-casexfrm + relocatable-lib-lgpl diff --git a/used-modules/licenseutils b/used-modules/licenseutils new file mode 100644 index 00000000..0aa8ac51 --- /dev/null +++ b/used-modules/licenseutils @@ -0,0 +1,28 @@ +argp +gettext +gettext-h +argz +xvasprintf +trim +close +mkstemp +remove +realloc-posix +read-file +strdup +fseek +ftell +opendir +mkdir +fstat +c-ctype +lchmod +fdl +copy-file +progname +error +gendocs +crypto/md2 +fstrcmp +findprog +dirent diff --git a/used-modules/m4 b/used-modules/m4 new file mode 100644 index 00000000..b596cda7 --- /dev/null +++ b/used-modules/m4 @@ -0,0 +1,65 @@ + announce-gen + assert + attribute + autobuild + avltree-oset + binary-io + c-ctype + c-stack + clean-temp + close-stream + closein + config-h + configmake + dirname + do-release-commit-and-tag + error + execute + fclose + fflush + filenamecat + fopen-gnu + fopen-safer + fseeko + gendocs + getopt-gnu + gettext-h + git-version-gen + gitlog-to-changelog + gnu-web-doc-update + gnumakefile + gnupload + gpl-3.0 + ignore-value + intprops + maintainer-makefile + manywarnings + memchr2 + mkstemp + obstack + progname + propername + regex + rename + setlocale + sigaction + sigpipe + spawn-pipe + stdbool + stdint + stdlib-safer + strsignal + strstr + strtod + unlocked-io + update-copyright + vc-list-files + verify + verror + version-etc + version-etc-fsf + wait-process + xalloc + xoset + xprintf + xvasprintf-posix diff --git a/used-modules/mailutils b/used-modules/mailutils new file mode 100644 index 00000000..bcae8095 --- /dev/null +++ b/used-modules/mailutils @@ -0,0 +1,10 @@ +autobuild +crypto/des +gettext +inttostr +mbchar +mbiter +mbslen +mbswidth +setenv +stdint diff --git a/used-modules/man-db b/used-modules/man-db new file mode 100644 index 00000000..3aac5c9d --- /dev/null +++ b/used-modules/man-db @@ -0,0 +1,72 @@ + argp + array-list + attribute + c99 + canonicalize + closedir + dirent + dirname + error + fcntl-h + flock + fnmatch-gnu + fstat + getline + gettext-h + gitlog-to-changelog + glob + gnupload + hash-map + hash-pjw-bare + hash-set + havelib + idpriv-drop + idpriv-droptemp + lchown + lib-ignore + linkedhash-list + localcharset + manywarnings + memmem + minmax + mkdtemp + mkstemp + nanosleep + nonblocking + openat + opendir + progname + raise + rbtree-list + regex + rename + renameat + setenv + sigaction + signal-h + sigpipe + sigprocmask + stat-time + stdbool + stpcpy + strcase + strcasestr + strerror + strsep + tempname + termios + timespec + unlinkat + utimens + verror + warnings + xalloc + xgetcwd + xlist + xmap + xset + xstdopen + xstrndup + xvasprintf + year2038-recommended + diff --git a/used-modules/miktex b/used-modules/miktex new file mode 100644 index 00000000..18215ab6 --- /dev/null +++ b/used-modules/miktex @@ -0,0 +1 @@ +getopt-posix diff --git a/used-modules/mini-httpd b/used-modules/mini-httpd new file mode 100644 index 00000000..79d2d07e --- /dev/null +++ b/used-modules/mini-httpd @@ -0,0 +1,2 @@ +git-version-gen gitlog-to-changelog gnupload signal-h +maintainer-makefile announce-gen getopt-gnu snprintf-posix diff --git a/used-modules/mmv b/used-modules/mmv new file mode 100644 index 00000000..503ce591 --- /dev/null +++ b/used-modules/mmv @@ -0,0 +1,22 @@ +binary-io +bootstrap +close +dirname +fprintf-posix +getopt-gnu +ignore-value +link +lseek +manywarnings +open +pathmax +progname +read +rename +sprintf-posix +stat +stdbool +symlink +unlink +write +xalloc diff --git a/used-modules/myserver b/used-modules/myserver new file mode 100644 index 00000000..fb66c4f2 --- /dev/null +++ b/used-modules/myserver @@ -0,0 +1,52 @@ +accept +argp +bind +chdir-long +chown +close +closedir +crypto/md5 +crypto/sha1 +connect +fsync +fts +getaddrinfo +getcwd +getopt-gnu +getpeername +gethostname +getsockname +getsockopt +gettext +gettimeofday +git-version-gen +ioctl +listen +lseek +malloc +mkostemp +mktime +nproc +open +opendir +pipe +read-file +readlink +recv +recvfrom +regex +remove +rename +select +send +sendto +setsockopt +shutdown +sigpipe +snprintf +socket +strndup +sysexits +unlink +wctype +write diff --git a/used-modules/nagios-plugins b/used-modules/nagios-plugins new file mode 100644 index 00000000..01df03b5 --- /dev/null +++ b/used-modules/nagios-plugins @@ -0,0 +1,23 @@ + base64 + crypto/sha1 + dirname + environ + floorf + fsusage + getaddrinfo + gethostname + getloadavg + getopt-gnu + gettext + human + idpriv-droptemp + mountlist + regex + setenv + strcase + strcasestr + strsep + timegm + unsetenv + vasprintf + vsnprintf diff --git a/used-modules/nano b/used-modules/nano new file mode 100644 index 00000000..14c8e482 --- /dev/null +++ b/used-modules/nano @@ -0,0 +1,23 @@ +canonicalize-lgpl +futimens +getdelim +getline +getopt-gnu +glob +isblank +iswblank +lstat +mkstemps +nl_langinfo +regex +sigaction +snprintf-posix +stdarg +strcase +strcasestr-simple +strnlen +sys_wait +vsnprintf-posix +wchar +wctype-h +wcwidth diff --git a/used-modules/netcf b/used-modules/netcf new file mode 100644 index 00000000..357aa348 --- /dev/null +++ b/used-modules/netcf @@ -0,0 +1,30 @@ +arpa_inet +c-ctype +c-strcase +close +configmake +getopt-posix +inet_ntop +inet_pton +maintainer-makefile +netinet_in +posix_spawnp +pthread +read-file +safe-alloc +setenv +signal +sigprocmask +socket +spawn +stddef +strerror_r-posix +string +sys_ioctl +sys_socket +sys_wait +unistd +usleep +vasprintf +waitpid +warnings diff --git a/used-modules/octave b/used-modules/octave new file mode 100644 index 00000000..3f9702d0 --- /dev/null +++ b/used-modules/octave @@ -0,0 +1,111 @@ + areadlink + base64 + bison + canonicalize + chdir + clock-time + close + closedir + crypto/md2-buffer + crypto/md4-buffer + crypto/md5-buffer + crypto/sha1-buffer + crypto/sha256-buffer + crypto/sha512-buffer + dup2 + fcntl + fflush + filemode + fnmatch + fpucw + frexp + frexpf + fseek + ftell + ftruncate + getcwd + gethostname + getopt-gnu + getrusage + gettimeofday + gethrxtime + glob + intprops + isatty + largefile + lib-symbol-visibility + link + localcharset + lstat + malloc-gnu + mkdir + mkfifo + mkostemp + mkostemps + mktime + nanosleep + nproc + nstrftime + open + opendir + pipe-posix + progname + putenv + raise + readdir + readline + rewinddir + rmdir + select + setlocale + sigaction + signal + sigprocmask + stat + stddef + stdio + strcase + strdup-posix + strerror + strptime + strsignal + symlink + sys_stat + sys_time + sys_times + sys_wait + tempname + uname + unicase/u8-tolower + unicase/u8-toupper + uniconv/u16-conv-from-enc + uniconv/u16-conv-to-enc + uniconv/u32-conv-to-enc + uniconv/u8-conv-from-enc + uniconv/u8-conv-to-enc + unictype/ctype-alnum + unictype/ctype-alpha + unictype/ctype-blank + unictype/ctype-cntrl + unictype/ctype-digit + unictype/ctype-graph + unictype/ctype-lower + unictype/ctype-print + unictype/ctype-punct + unictype/ctype-space + unictype/ctype-upper + unictype/ctype-xdigit + unistd + unistr/u16-to-u8 + unistr/u32-to-u8 + unistr/u8-check + unistr/u8-mbsnlen + unistr/u8-strmblen + unistr/u8-strmbtouc + unistr/u8-to-u16 + unistr/u8-to-u32 + unlink + unsetenv + vasprintf + waitpid + windows-spawn diff --git a/used-modules/pacemaker b/used-modules/pacemaker new file mode 100644 index 00000000..b0a83881 --- /dev/null +++ b/used-modules/pacemaker @@ -0,0 +1 @@ + crypto/md5-buffer diff --git a/used-modules/parted b/used-modules/parted new file mode 100644 index 00000000..18a3d96a --- /dev/null +++ b/used-modules/parted @@ -0,0 +1,46 @@ + alloca + announce-gen + argmatch + assert + c-ctype + c-strcase + calloc-gnu + canonicalize-lgpl + close + closeout + config-h + configmake + dirname + do-release-commit-and-tag + fdl + fsync + gettext-h + git-version-gen + gitlog-to-changelog + gnu-web-doc-update + gnumakefile + gnupload + inttypes + lib-ignore + long-options + lseek + maintainer-makefile + malloc-gnu + manywarnings + mkstemp + mktempd + progname + realloc-gnu + rpmatch + safe-read + stdbool + strdup-posix + unlink + update-copyright + useless-if-before-free + usleep + vc-list-files + version-etc-fsf + warnings + xstrtol + xstrtoll diff --git a/used-modules/patch b/used-modules/patch new file mode 100644 index 00000000..354a863b --- /dev/null +++ b/used-modules/patch @@ -0,0 +1,60 @@ +alloca +argmatch +backupfile +clock-time +diffseq +dirname +dup2 +errno +execute +exitfail +extensions +faccessat +fchownat +fchmodat +fcntl-h +fstatat +full-write +getopt-gnu +gettime +gitlog-to-changelog +git-version-gen +gnupload +hash +ignore-value +intprops +largefile +linked-list +maintainer-makefile +malloc-gnu +manywarnings +memchr +minmax +mkdirat +nstrftime +openat +parse-datetime +progname +quotearg +readlinkat +realloc-gnu +renameat +setenv +signal +size_max +ssize_t +stat-time +stdbool +stdlib +symlinkat +sys_stat +tempname +time +unistd +unlinkat +update-copyright +utimensat +verror +xalloc +xlist +xmemdup0 diff --git a/used-modules/pdf b/used-modules/pdf new file mode 100644 index 00000000..8c20921d --- /dev/null +++ b/used-modules/pdf @@ -0,0 +1,27 @@ + autobuild + fflush + float + fopen-safer + freopen-safer + gendocs + getline + getopt-gnu + linked-list + list + localcharset + localename + maintainer-makefile + malloc-gnu + math + mkdir + pmccabe2html + progname + pthread + rbtreehash-list + rmdir + stdint + streq + tmpfile-safer + unistr/u8-check + vasprintf-posix + xalloc diff --git a/used-modules/poke b/used-modules/poke new file mode 100644 index 00000000..a24d0b76 --- /dev/null +++ b/used-modules/poke @@ -0,0 +1,94 @@ + accept + access + array-list + basename-lgpl + bind + byteswap + configmake + findprog + fstat + gendocs + gethostname + getline + getsockname + getopt-gnu + git-version-gen + glob + host-cpu-c-abi + isatty + libtextstyle-optional + maintainer-makefile + mkstemp + parse-datetime + pmccabe2html + printf-posix + progname + pthread + readline + socket + stdarg + stdbool + strchrnul + strerror_r-posix + streq + sys_ioctl + terminfo + terminfo-h + termios + tmpdir + unlink + update-copyright + xalloc + xstrndup + regex + strstr + opendir + closedir + readdir + read-file + vsnprintf-posix + pipe2 + + basename-lgpl + byteswap + configmake + c-strtof + c-strtod + c-vasprintf + c-vsnprintf + errno + fopen-gnu + free-posix + fstat + ftello + gcd + gettext-h + gettime + getpagesize + intprops + isatty + linkedhash-set + mkstemp + nanosleep + printf-posix + random + secure_getenv + set + xset + snprintf + stdarg + stdbool + stddef + strchrnul + streq + string-buffer + strndup + strtoull + signal-h + tempname + timespec + tmpdir + vasprintf-posix + xalloc + strstr + lib-symbol-visibility diff --git a/used-modules/prelude-lml b/used-modules/prelude-lml new file mode 100644 index 00000000..b13d61b4 --- /dev/null +++ b/used-modules/prelude-lml @@ -0,0 +1,24 @@ + bind + close + fseeko + ftello + getaddrinfo + glob + iconv + imaxabs + inet_ntop + ioctl + mktime + nl_langinfo + pathmax + realloc-posix + recvfrom + servent + sigaction + sleep + snprintf + socket + socklen + strptime + strsep + sys_select diff --git a/used-modules/prelude-manager b/used-modules/prelude-manager new file mode 100644 index 00000000..d4c3b641 --- /dev/null +++ b/used-modules/prelude-manager @@ -0,0 +1,18 @@ + cond + fcntl + ftw + getaddrinfo + inet_ntop + lock + memmem + pathmax + realloc-posix + sigaction + snprintf + socklen + strdup-posix + strndup + strsep + thread + time_r + vsnprintf diff --git a/used-modules/pspp b/used-modules/pspp new file mode 100644 index 00000000..ad58325c --- /dev/null +++ b/used-modules/pspp @@ -0,0 +1,127 @@ +assert +byteswap +c-snprintf +c-strcase +c-strcasestr +c-ctype +c-strtod +c-xvasprintf +clean-temp +close +configmake +count-one-bits +count-leading-zeros +crc +crypto/md4 +crypto/rijndael +dirname +dtoastr +dtotimespec +environ +fatal-signal +fcntl +fnmatch +fpieee +fprintf-posix +full-read +full-write +fseeko +ftello +fwriteerror +getline +getpass +gettext-h +gettime +gettimeofday +getopt-gnu +gitlog-to-changelog +include_next +isfinite +isinf +isnan +intprops +inttostr +localcharset +localename +mbchar +mbiter +memcasecmp +memchr +memchr2 +memmem +mempcpy +memrchr +minmax +mkdtemp +mkstemp +pipe2 +printf-posix +printf-safe +progname +rawmemchr +read-file +regex +relocatable-prog +rename +round +select +snprintf +snprintf-posix +sprintf-posix +stdarg +stdbool +stdint +strcasestr +stpcpy +strerror +nstrftime +strsep +strtod +strtok_r +sys_stat +tempname +termios +timespec +timespec-add +timespec-sub +trunc +unicase/u8-casecmp +unicase/u8-casefold +unicase/u8-tolower +unicase/u8-toupper +unicase/u8-totitle +unictype/ctype-print +unictype/category-of +unigbrk/uc-is-grapheme-break +unilbrk/u8-possible-linebreaks +uninorm/nfkd +unistd +unistr/u8-check +unistr/u8-cpy +unistr/u8-mblen +unistr/u8-mbtouc +unistr/u8-mbtoucr +unistr/u8-strlen +unistr/u8-strmbtouc +unistr/u8-strncat +unistr/u8-uctomb +uniwidth/u8-strwidth +unitypes +unlocked-io +vasprintf-posix +verify +version-etc +version-etc-fsf +vfprintf-posix +vprintf-posix +vsnprintf +vsnprintf-posix +vsprintf-posix +xalloc +xalloc-die +xbinary-io +xmalloca +xmemdup0 +xsize +xstrndup +xvasprintf diff --git a/used-modules/radius b/used-modules/radius new file mode 100644 index 00000000..d6a1dc03 --- /dev/null +++ b/used-modules/radius @@ -0,0 +1,9 @@ + obstack + regex + vasprintf + argp + getline + gettext + gitlog-to-changelog + strerror + strcase diff --git a/used-modules/rcs b/used-modules/rcs new file mode 100644 index 00000000..2bff3ec5 --- /dev/null +++ b/used-modules/rcs @@ -0,0 +1,48 @@ + _Exit + closedir + dirent + double-slash-root + errno + extensions + fcntl + fcntl-h + findprog + fstat + getcwd + getlogin_r + getopt-gnu + git-version-gen + hash-pjw + inline + largefile + mkstemp + obstack + obstack-printf + open + opendir + progname + readlink + same-inode + sigaction + signal + snippet/_Noreturn + snippet/unused-parameter + snprintf + sprintf-posix + ssize_t + stat + stdarg + stdbool + stdint + stdio + stdlib + string + strsignal + sys_stat + sys_wait + time + time_r + tzset + unistd + unistd-safer + waitpid diff --git a/used-modules/recutils b/used-modules/recutils new file mode 100644 index 00000000..91e87c23 --- /dev/null +++ b/used-modules/recutils @@ -0,0 +1,10 @@ + announce-gen array-list autobuild base64 closeout crc euidaccess execute flock + floor fprintf-posix gendocs getopt-gnu getpass-gnu gettext-h gnupload + list maintainer-makefile minmax mkstemp parse-datetime printf-posix progname + random_r read-file readline regex regexprops-generic stdint strcasestr + strsep tempname vasnprintf-posix vasprintf vasprintf-posix acl alloca btowc + c-ctype extensions fwriting getdelim localcharset mbrlen + mbrtowc mbsinit memchr mkostemp obstack pathmax regex rename selinux-h stdbool + stat-macros ssize_t strerror strverscmp threadlib unlocked-io verify + version-etc-fsf wcrtomb wctob tmpdir pathmax signal-h update-copyright copy-file + remove diff --git a/used-modules/reindeer b/used-modules/reindeer new file mode 100644 index 00000000..490796f3 --- /dev/null +++ b/used-modules/reindeer @@ -0,0 +1,2 @@ + filevercmp + gitlog-to-changelog diff --git a/used-modules/sed b/used-modules/sed new file mode 100644 index 00000000..01db4fec --- /dev/null +++ b/used-modules/sed @@ -0,0 +1,43 @@ +acl +binary-io +btowc +dfa +eloop-threshold +extensions +fwriting +getdelim +gettext-h +git-version-gen +gitlog-to-changelog +idx +ignore-value +localcharset +manywarnings +mbrtowc +mbsinit +memchr +mempcpy +memrchr +minmax +mkostemp +obstack +perl +progname +readlink +readme-release +regex +rename +selinux-h +ssize_t +stat-macros +stdbool +stdckdint +strerror +strtoimax +strverscmp +unlocked-io +update-copyright +version-etc-fsf +wcrtomb +wctob +xalloc diff --git a/used-modules/sharutils b/used-modules/sharutils new file mode 100644 index 00000000..3493770c --- /dev/null +++ b/used-modules/sharutils @@ -0,0 +1,39 @@ +alloca +base64 +crypto/md5 +ctype +dirname +error +fdl +fflush +fork +freopen +fseeko +ftello +gendocs +getcwd +gethostname +getopt-gnu +idcache +inttostr +malloc-gnu +mkstemp +mktime +pathmax +pipe +popen +quotearg +realloc-gnu +stddef +stdlib +stdnoreturn +stpcpy +strerror +strftime +string +uname +unlocked-io +waitpid +xalloc +xgetcwd +xstrtoimax diff --git a/used-modules/shishi b/used-modules/shishi new file mode 100644 index 00000000..9cef8bec --- /dev/null +++ b/used-modules/shishi @@ -0,0 +1,70 @@ + autobuild + error + getopt-gnu + git-version-gen + gitlog-to-changelog + lib-msvc-compat + lib-symbol-versions + locale + manywarnings + pmccabe2html + progname + readme-release + update-copyright + valgrind-tests + version-etc + warnings + + areadlink + arpa_inet + base64 + bind + close + connect + crc + crypto/arcfour + crypto/gc-des + crypto/gc-hmac-md5 + crypto/gc-hmac-sha1 + crypto/gc-md4 + crypto/gc-md5 + crypto/gc-pbkdf2-sha1 + crypto/gc-random + fcntl + getaddrinfo + getline + getpass + getsubopt + minmax + netinet_in + parse-datetime + read-file + recvfrom + select + sendto + shutdown + signal + socket + sockets + socklen + stat + stdint + strcase + strerror + strndup + strtok_r + strverscmp + sys_select + sys_socket + sys_stat + sys_time + time + timegm + unistd + vasnprintf + vasprintf + xalloc + xgetdomainname + xgethostname + xstrndup + xvasprintf diff --git a/used-modules/tar b/used-modules/tar new file mode 100644 index 00000000..54ffea5c --- /dev/null +++ b/used-modules/tar @@ -0,0 +1,25 @@ +closeout +configmake +dirname +free-posix +fseeko +full-write +gettext-h +getopt-gnu +gitlog-to-changelog +obstack +parse-datetime +quote +quotearg +safe-read +stdbool +strerror +strtoimax +strtol +strtoumax +utimensat +version-etc-fsf +xalloc +year2038-recommended + +getopt-gnu diff --git a/used-modules/texinfo b/used-modules/texinfo new file mode 100644 index 00000000..8314ab3c --- /dev/null +++ b/used-modules/texinfo @@ -0,0 +1,55 @@ + argz + getopt-gnu + gettext-h + iconv + mbchar + mbiter + mbscasecmp + mbschr + mbslen + mbsncasecmp + mbsstr + mbswidth + memrchr + mkstemp + regex + stdarg + strcasestr + strdup-posix + strerror + vasprintf + xalloc + + getline + iconv + libunistring + obstack + setenv + strchrnul + strndup + uchar + unicase/u8-tolower + unicase/u8-toupper + unictype/category-L + unictype/category-M + unictype/category-Mn + unictype/category-Nd + unictype/category-test + unictype/ctype-upper + unictype/property-alphabetic + unictype/property-join-control + unictype/property-test + uninorm/nfc + uninorm/nfkd + uninorm/u8-normalize + unistr/u32-next + unistr/u8-mbsnlen + unistr/u8-mbtouc + unistr/u8-next + unistr/u8-strlen + unistr/u8-strmbtouc + unistr/u8-uctomb + uniwidth/u8-strwidth + uniwidth/u8-width + unsetenv + vasprintf diff --git a/used-modules/time b/used-modules/time new file mode 100644 index 00000000..992faa21 --- /dev/null +++ b/used-modules/time @@ -0,0 +1,31 @@ + getpagesize + errno + error + fdl + getopt-gnu + getrusage + gettext + gettimeofday + gitlog-to-changelog + git-version-gen + inttypes + limits-h + maintainer-makefile + non-recursive-gnulib-prefix-hack + progname + sig2str + signal + signal-h + stdbool + stdnoreturn + stdlib + string + sys_time + sys_resource + sys_types + sys_wait + unistd + update-copyright + version-etc + version-etc-fsf + warnings diff --git a/used-modules/tmpwatch b/used-modules/tmpwatch new file mode 100644 index 00000000..2c240cc3 --- /dev/null +++ b/used-modules/tmpwatch @@ -0,0 +1 @@ +clock-time getopt progname stpcpy strtoimax xalloc diff --git a/used-modules/trader b/used-modules/trader new file mode 100644 index 00000000..823b0275 --- /dev/null +++ b/used-modules/trader @@ -0,0 +1,24 @@ + assert + btowc + config-h + crc + extensions + getopt-gnu + gettext-h + gettimeofday + locale + mbrtowc + mbsrtowcs + monetary + stdbool + stdio + striconv + string + sys_stat + sys_time + unistd + wchar + wcrtomb + wcsdup + wctob + wctype-h diff --git a/used-modules/ttfautohint b/used-modules/ttfautohint new file mode 100644 index 00000000..b3ad6841 --- /dev/null +++ b/used-modules/ttfautohint @@ -0,0 +1,15 @@ + dirname-lgpl + fcntl-h + getopt-gnu + git-version-gen + isatty + memmem-simple + stdarg + stdbool + stdint + std-gnu11 + strerror_r-posix + strndup + strtok_r + strtoull + vasprintf diff --git a/used-modules/vc-dwim b/used-modules/vc-dwim new file mode 100644 index 00000000..929b7a41 --- /dev/null +++ b/used-modules/vc-dwim @@ -0,0 +1,14 @@ + announce-gen + do-release-commit-and-tag + extra-lib + fdl + git-version-gen + gitlog-to-changelog + gnu-make + gnupload + gnu-web-doc-update + maintainer-makefile + perl + posix-shell + readme-release + update-copyright diff --git a/used-modules/wdiff b/used-modules/wdiff new file mode 100644 index 00000000..361f1735 --- /dev/null +++ b/used-modules/wdiff @@ -0,0 +1,18 @@ + canonicalize-lgpl + dup2 + error + gendocs + getline + getopt + gettext + locale + maintainer-makefile + mbsrchr + regex + setenv + strstr-simple + sys_stat + sys_wait + unistd + vasprintf + xalloc diff --git a/used-modules/wget b/used-modules/wget new file mode 100644 index 00000000..3e1e9841 --- /dev/null +++ b/used-modules/wget @@ -0,0 +1,102 @@ +accept +announce-gen +base32 +bind +c-ctype +c-strcase +c-strcasestr +clock-time +close +connect +crypto/md2 +crypto/md4 +crypto/md5 +crypto/sha1 +crypto/sha256 +crypto/sha512 +dirname +do-release-commit-and-tag +fcntl +flock +fnmatch-gnu +fopen +ftello +futimens +gendocs +getaddrinfo +getline +getopt-gnu +getpass-gnu +getpeername +getsockname +gettext-h +git-version-gen +gitlog-to-changelog +gnu-web-doc-update +gnupload +group-member +hostent +iconv +iconv-h +inet_ntop +intprops +inttypes +ioctl +langinfo +libunistring-optional +limits-h +link +listen +maintainer-makefile +mbiter +mbtowc +memrchr +mkdir +mkostemp +mkstemp +nanosleep +open +pipe-posix +posix_spawn +quote +quotearg +recv +regex +rename +select +send +setsockopt +signal-h +sigpipe +sigprocmask +snprintf +socket +spawn-pipe +stat +stdbool +stdint +strcase +strerror_r-posix +strpbrk +strptime +strtok_r +strtol +strtoll +symlink +sys_types +timegm +tmpdir +unicase/u8-tolower +unistr/u8-strlen +unlink +unlocked-io +update-copyright +utime +utimens +vasprintf +vsnprintf +warnings +wcwidth +write +xmemdup0 +xstrndup diff --git a/used-modules/wget2 b/used-modules/wget2 new file mode 100644 index 00000000..008d2870 --- /dev/null +++ b/used-modules/wget2 @@ -0,0 +1,122 @@ +accept +access +arpa_inet +atoll +bind +c-strcase +c-strcasestr +c-ctype +calloc-posix +canonicalize-lgpl +clock-time +close +closedir +cond +connect +crypto/md2 +crypto/md5 +crypto/sha1 +crypto/sha256 +crypto/sha512 +dirname +dup +dup2 +errno +fclose +fcntl +fdopen +fflush +filename +flock +fnmatch-gnu +fopen +freopen +fstat +fsync +ftruncate +futimens +getaddrinfo +getpass +getsockname +gettext-h +gettime +gitlog-to-changelog +glob +iconv +inet_pton +inline +inttypes +ioctl +isatty +lib-symbol-visibility +limits-h +link +listen +lock +maintainer-makefile +malloc-posix +memchr +mkdir +mkstemp +msvc-nothrow +nanosleep +netdb +netinet_in +nl_langinfo +open +opendir +pclose +pipe-posix +progname +popen +poll +posix_spawn +pwrite +qsort_r +random_r +read +readdir +realloc-posix +recv +recvfrom +regex +rename +safe-read +safe-write +select +send +sendto +servent +setlocale +setsockopt +socket +sockets +socklen +spawn-pipe +stdarg +stdbool +stddef +stdint +stat +strcase +strchrnul +strdup-posix +strerror +strndup +strstr +strtoll +sys_file +sys_socket +sys_stat +sys_time +sys_types +sys_uio +thread +time_r +unistd +unlink +update-copyright +warnings +wcwidth +write +xgethostname diff --git a/used-modules/wydawca b/used-modules/wydawca new file mode 100644 index 00000000..38310818 --- /dev/null +++ b/used-modules/wydawca @@ -0,0 +1 @@ +gendocs diff --git a/used-modules/wyslij-po b/used-modules/wyslij-po new file mode 100644 index 00000000..f1618cb4 --- /dev/null +++ b/used-modules/wyslij-po @@ -0,0 +1 @@ +gettext-h diff --git a/used-modules/zile b/used-modules/zile new file mode 100644 index 00000000..8ea77520 --- /dev/null +++ b/used-modules/zile @@ -0,0 +1,11 @@ +announce-gen +bootstrap +do-release-commit-and-tag +euidaccess +gendocs +getopt-gnu +gnupload +maintainer-makefile +memmem +readme-release +regex -- 2.39.5