mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
Straighten dependencies to streq or memeq.
* modules/argmatch (Dependencies): Add memeq, streq. Remove stringeq. * modules/bcp47 (Dependencies): Likewise. * modules/readutmp (Dependencies): Likewise. * modules/relocatable-prog (Dependencies): Likewise. * modules/relocatable-prog-wrapper (Dependencies): Likewise. * modules/vc-mtime (Dependencies): Likewise. * modules/backup-rename (Dependencies): Add memeq. Remove stringeq. * modules/backupfile (Dependencies): Likewise. * modules/boot-time (Dependencies): Likewise. * modules/csharpcomp (Dependencies): Likewise. * modules/csharpexec (Dependencies): Likewise. * modules/file-has-acl (Dependencies): Likewise. * modules/get_ppid_of (Dependencies): Likewise. * modules/get_progname_of (Dependencies): Likewise. * modules/getlogin_r (Dependencies): Likewise. * modules/getprogname (Dependencies): Likewise. * modules/getumask (Dependencies): Likewise. * modules/isnan-no-c++ (Dependencies): Likewise. * modules/isnanf (Dependencies): Likewise. * modules/isnanf-nolibm (Dependencies): Likewise. * modules/isnand (Dependencies): Likewise. * modules/isnand-nolibm (Dependencies): Likewise. * modules/isnanl (Dependencies): Likewise. * modules/isnanl-nolibm (Dependencies): Likewise. * modules/mbchar (Dependencies): Likewise. * modules/mem-hash-map (Dependencies): Likewise. * modules/memcoll (Dependencies): Likewise. * modules/progname (Dependencies): Likewise. * modules/pthread_sigmask (Dependencies): Likewise. * modules/quotearg (Dependencies): Likewise. * modules/same (Dependencies): Likewise. * modules/signbit-no-c++ (Dependencies): Likewise. * modules/string-desc (Dependencies): Likewise. * modules/uniname/uniname (Dependencies): Likewise. * modules/acl-permissions (Dependencies): Add streq. Remove stringeq. * modules/argp (Dependencies): Likewise. * modules/c-vasnprintf (Dependencies): Likewise. * modules/c32_get_mapping (Dependencies): Likewise. * modules/c32_get_type_test (Dependencies): Likewise. * modules/concat-filename (Dependencies): Likewise. * modules/cpu-supports (Dependencies): Likewise. * modules/dfa (Dependencies): Likewise. * modules/duplocale (Dependencies): Likewise. * modules/exclude (Dependencies): Likewise. * modules/findprog (Dependencies): Likewise. * modules/findprog-in (Dependencies): Likewise. * modules/findprog-lgpl (Dependencies): Likewise. * modules/fopen (Dependencies): Likewise. * modules/fopen-gnu (Dependencies): Likewise. * modules/freopen (Dependencies): Likewise. * modules/fts (Dependencies): Likewise. * modules/getlocalename_l-simple (Dependencies): Likewise. * modules/getlocalename_l-unsafe (Dependencies): Likewise. * modules/getlogin (Dependencies): Likewise. * modules/getugroups (Dependencies): Likewise. * modules/hard-locale (Dependencies): Likewise. * modules/hashcode-named-file (Dependencies): Likewise. * modules/hashkey-string (Dependencies): Likewise. * modules/iconv_open (Dependencies): Likewise. * modules/idcache (Dependencies): Likewise. * modules/localcharset (Dependencies): Likewise. * modules/localename (Dependencies): Likewise. * modules/localename-environ (Dependencies): Likewise. * modules/localename-unsafe (Dependencies): Likewise. * modules/localename-unsafe-limited (Dependencies): Likewise. * modules/map-c++-tests (Dependencies): Likewise. * modules/mbs_endswith (Dependencies): Likewise. * modules/mountlist (Dependencies): Likewise. * modules/newlocale (Dependencies): Likewise. * modules/nl_langinfo (Dependencies): Likewise. * modules/nproc (Dependencies): Likewise. * modules/open (Dependencies): Likewise. * modules/parse-datetime (Dependencies): Likewise. * modules/popen (Dependencies): Likewise. * modules/posix_spawn-internal (Dependencies): Likewise. * modules/propername (Dependencies): Likewise. * modules/pt_chown (Dependencies): Likewise. * modules/putenv-gnu (Dependencies): Likewise. * modules/qcopy-acl (Dependencies): Likewise. * modules/rpmatch (Dependencies): Likewise. * modules/selinux-h (Dependencies): Likewise. * modules/setlocale (Dependencies): Likewise. * modules/setlocale-fixes (Dependencies): Likewise. * modules/sig2str (Dependencies): Likewise. * modules/spawn-pipe (Dependencies): Likewise. * modules/stat (Dependencies): Likewise. * modules/str_endswith (Dependencies): Likewise. * modules/streq-opt (Dependencies): Likewise. * modules/striconveha (Dependencies): Likewise. * modules/supersede (Dependencies): Likewise. * modules/time_rz (Dependencies): Likewise. * modules/unicodeio (Dependencies): Likewise. * modules/unistdio/u16-u16-vasnprintf (Dependencies): Likewise. * modules/unistdio/u16-vasnprintf (Dependencies): Likewise. * modules/unistdio/u32-u32-vasnprintf (Dependencies): Likewise. * modules/unistdio/u32-vasnprintf (Dependencies): Likewise. * modules/unistdio/u8-u8-vasnprintf (Dependencies): Likewise. * modules/unistdio/u8-vasnprintf (Dependencies): Likewise. * modules/unistdio/ulc-vasnprintf (Dependencies): Likewise. * modules/vasnprintf (Dependencies): Likewise. * modules/vasnwprintf (Dependencies): Likewise. * modules/wctrans (Dependencies): Likewise. * modules/wctype (Dependencies): Likewise. * modules/c-nstrftime (Dependencies): Add streq. * modules/fprintftime (Dependencies): Likewise. * modules/nstrftime (Dependencies): Likewise. * modules/nstrftime-limited (Dependencies): Likewise.
This commit is contained in:
111
ChangeLog
111
ChangeLog
@@ -1,3 +1,114 @@
|
||||
2026-02-28 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Straighten dependencies to streq or memeq.
|
||||
* modules/argmatch (Dependencies): Add memeq, streq. Remove stringeq.
|
||||
* modules/bcp47 (Dependencies): Likewise.
|
||||
* modules/readutmp (Dependencies): Likewise.
|
||||
* modules/relocatable-prog (Dependencies): Likewise.
|
||||
* modules/relocatable-prog-wrapper (Dependencies): Likewise.
|
||||
* modules/vc-mtime (Dependencies): Likewise.
|
||||
* modules/backup-rename (Dependencies): Add memeq. Remove stringeq.
|
||||
* modules/backupfile (Dependencies): Likewise.
|
||||
* modules/boot-time (Dependencies): Likewise.
|
||||
* modules/csharpcomp (Dependencies): Likewise.
|
||||
* modules/csharpexec (Dependencies): Likewise.
|
||||
* modules/file-has-acl (Dependencies): Likewise.
|
||||
* modules/get_ppid_of (Dependencies): Likewise.
|
||||
* modules/get_progname_of (Dependencies): Likewise.
|
||||
* modules/getlogin_r (Dependencies): Likewise.
|
||||
* modules/getprogname (Dependencies): Likewise.
|
||||
* modules/getumask (Dependencies): Likewise.
|
||||
* modules/isnan-no-c++ (Dependencies): Likewise.
|
||||
* modules/isnanf (Dependencies): Likewise.
|
||||
* modules/isnanf-nolibm (Dependencies): Likewise.
|
||||
* modules/isnand (Dependencies): Likewise.
|
||||
* modules/isnand-nolibm (Dependencies): Likewise.
|
||||
* modules/isnanl (Dependencies): Likewise.
|
||||
* modules/isnanl-nolibm (Dependencies): Likewise.
|
||||
* modules/mbchar (Dependencies): Likewise.
|
||||
* modules/mem-hash-map (Dependencies): Likewise.
|
||||
* modules/memcoll (Dependencies): Likewise.
|
||||
* modules/progname (Dependencies): Likewise.
|
||||
* modules/pthread_sigmask (Dependencies): Likewise.
|
||||
* modules/quotearg (Dependencies): Likewise.
|
||||
* modules/same (Dependencies): Likewise.
|
||||
* modules/signbit-no-c++ (Dependencies): Likewise.
|
||||
* modules/string-desc (Dependencies): Likewise.
|
||||
* modules/uniname/uniname (Dependencies): Likewise.
|
||||
* modules/acl-permissions (Dependencies): Add streq. Remove stringeq.
|
||||
* modules/argp (Dependencies): Likewise.
|
||||
* modules/c-vasnprintf (Dependencies): Likewise.
|
||||
* modules/c32_get_mapping (Dependencies): Likewise.
|
||||
* modules/c32_get_type_test (Dependencies): Likewise.
|
||||
* modules/concat-filename (Dependencies): Likewise.
|
||||
* modules/cpu-supports (Dependencies): Likewise.
|
||||
* modules/dfa (Dependencies): Likewise.
|
||||
* modules/duplocale (Dependencies): Likewise.
|
||||
* modules/exclude (Dependencies): Likewise.
|
||||
* modules/findprog (Dependencies): Likewise.
|
||||
* modules/findprog-in (Dependencies): Likewise.
|
||||
* modules/findprog-lgpl (Dependencies): Likewise.
|
||||
* modules/fopen (Dependencies): Likewise.
|
||||
* modules/fopen-gnu (Dependencies): Likewise.
|
||||
* modules/freopen (Dependencies): Likewise.
|
||||
* modules/fts (Dependencies): Likewise.
|
||||
* modules/getlocalename_l-simple (Dependencies): Likewise.
|
||||
* modules/getlocalename_l-unsafe (Dependencies): Likewise.
|
||||
* modules/getlogin (Dependencies): Likewise.
|
||||
* modules/getugroups (Dependencies): Likewise.
|
||||
* modules/hard-locale (Dependencies): Likewise.
|
||||
* modules/hashcode-named-file (Dependencies): Likewise.
|
||||
* modules/hashkey-string (Dependencies): Likewise.
|
||||
* modules/iconv_open (Dependencies): Likewise.
|
||||
* modules/idcache (Dependencies): Likewise.
|
||||
* modules/localcharset (Dependencies): Likewise.
|
||||
* modules/localename (Dependencies): Likewise.
|
||||
* modules/localename-environ (Dependencies): Likewise.
|
||||
* modules/localename-unsafe (Dependencies): Likewise.
|
||||
* modules/localename-unsafe-limited (Dependencies): Likewise.
|
||||
* modules/map-c++-tests (Dependencies): Likewise.
|
||||
* modules/mbs_endswith (Dependencies): Likewise.
|
||||
* modules/mountlist (Dependencies): Likewise.
|
||||
* modules/newlocale (Dependencies): Likewise.
|
||||
* modules/nl_langinfo (Dependencies): Likewise.
|
||||
* modules/nproc (Dependencies): Likewise.
|
||||
* modules/open (Dependencies): Likewise.
|
||||
* modules/parse-datetime (Dependencies): Likewise.
|
||||
* modules/popen (Dependencies): Likewise.
|
||||
* modules/posix_spawn-internal (Dependencies): Likewise.
|
||||
* modules/propername (Dependencies): Likewise.
|
||||
* modules/pt_chown (Dependencies): Likewise.
|
||||
* modules/putenv-gnu (Dependencies): Likewise.
|
||||
* modules/qcopy-acl (Dependencies): Likewise.
|
||||
* modules/rpmatch (Dependencies): Likewise.
|
||||
* modules/selinux-h (Dependencies): Likewise.
|
||||
* modules/setlocale (Dependencies): Likewise.
|
||||
* modules/setlocale-fixes (Dependencies): Likewise.
|
||||
* modules/sig2str (Dependencies): Likewise.
|
||||
* modules/spawn-pipe (Dependencies): Likewise.
|
||||
* modules/stat (Dependencies): Likewise.
|
||||
* modules/str_endswith (Dependencies): Likewise.
|
||||
* modules/streq-opt (Dependencies): Likewise.
|
||||
* modules/striconveha (Dependencies): Likewise.
|
||||
* modules/supersede (Dependencies): Likewise.
|
||||
* modules/time_rz (Dependencies): Likewise.
|
||||
* modules/unicodeio (Dependencies): Likewise.
|
||||
* modules/unistdio/u16-u16-vasnprintf (Dependencies): Likewise.
|
||||
* modules/unistdio/u16-vasnprintf (Dependencies): Likewise.
|
||||
* modules/unistdio/u32-u32-vasnprintf (Dependencies): Likewise.
|
||||
* modules/unistdio/u32-vasnprintf (Dependencies): Likewise.
|
||||
* modules/unistdio/u8-u8-vasnprintf (Dependencies): Likewise.
|
||||
* modules/unistdio/u8-vasnprintf (Dependencies): Likewise.
|
||||
* modules/unistdio/ulc-vasnprintf (Dependencies): Likewise.
|
||||
* modules/vasnprintf (Dependencies): Likewise.
|
||||
* modules/vasnwprintf (Dependencies): Likewise.
|
||||
* modules/wctrans (Dependencies): Likewise.
|
||||
* modules/wctype (Dependencies): Likewise.
|
||||
* modules/c-nstrftime (Dependencies): Add streq.
|
||||
* modules/fprintftime (Dependencies): Likewise.
|
||||
* modules/nstrftime (Dependencies): Likewise.
|
||||
* modules/nstrftime-limited (Dependencies): Likewise.
|
||||
|
||||
2026-02-28 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
streq, memeq: New modules.
|
||||
|
||||
@@ -16,7 +16,7 @@ extern-inline
|
||||
fstat
|
||||
minmax
|
||||
stat
|
||||
stringeq
|
||||
streq
|
||||
bool
|
||||
sys_stat-h
|
||||
stdint-h
|
||||
|
||||
@@ -18,7 +18,8 @@ quote
|
||||
quotearg
|
||||
bool
|
||||
stdlib-h
|
||||
stringeq
|
||||
memeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ basename-lgpl
|
||||
extern-inline
|
||||
getopt-gnu
|
||||
strchrnul
|
||||
stringeq
|
||||
streq
|
||||
sysexits-h
|
||||
malloc-gnu
|
||||
mempcpy
|
||||
|
||||
@@ -18,7 +18,7 @@ d-ino
|
||||
fcntl-h
|
||||
ialloc
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
opendirat
|
||||
readdir
|
||||
renameatu
|
||||
|
||||
@@ -24,7 +24,7 @@ renameatu
|
||||
bool
|
||||
stdckdint-h
|
||||
stdint-h
|
||||
stringeq
|
||||
memeq
|
||||
xalloc-die
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -8,7 +8,8 @@ lib/bcp47.c
|
||||
Depends-on:
|
||||
bool
|
||||
c-ctype
|
||||
stringeq
|
||||
memeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ m4/readutmp.m4
|
||||
Depends-on:
|
||||
extensions
|
||||
idx
|
||||
stringeq
|
||||
memeq
|
||||
stat-time
|
||||
gettimeofday
|
||||
bool
|
||||
|
||||
@@ -19,6 +19,7 @@ libc-config
|
||||
locale-h
|
||||
bool
|
||||
stdckdint-h
|
||||
streq
|
||||
strnul
|
||||
time_rz
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ memchr
|
||||
multiarch
|
||||
mbszero
|
||||
mbsnlen
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
AC_REQUIRE([AC_C_RESTRICT])
|
||||
|
||||
@@ -10,7 +10,7 @@ uchar-h
|
||||
wctrans
|
||||
c32tolower
|
||||
c32toupper
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_UCHAR_MODULE_INDICATOR([c32_get_mapping])
|
||||
|
||||
@@ -20,7 +20,7 @@ c32ispunct
|
||||
c32isspace
|
||||
c32isupper
|
||||
c32isxdigit
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_UCHAR_MODULE_INDICATOR([c32_get_type_test])
|
||||
|
||||
@@ -10,7 +10,7 @@ Depends-on:
|
||||
filename
|
||||
malloc-posix
|
||||
stpcpy
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Depends-on:
|
||||
attribute
|
||||
bool
|
||||
c99
|
||||
stringeq
|
||||
streq
|
||||
strnul
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -18,7 +18,7 @@ scandir
|
||||
alphasort
|
||||
sh-quote
|
||||
safe-read
|
||||
stringeq
|
||||
memeq
|
||||
str_endswith
|
||||
xmalloca
|
||||
xvasprintf
|
||||
|
||||
@@ -22,7 +22,7 @@ xsetenv
|
||||
scandir
|
||||
alphasort
|
||||
sh-quote
|
||||
stringeq
|
||||
memeq
|
||||
xalloc
|
||||
xmalloca
|
||||
copy-file
|
||||
|
||||
@@ -31,7 +31,7 @@ stdint-h
|
||||
stdio-h
|
||||
stdlib-h
|
||||
string-h
|
||||
stringeq
|
||||
streq
|
||||
uchar-h
|
||||
# The lonesome_lower array requires ISO C 23 semantics for char32_t.
|
||||
# But uchar-h-c23 has a global effect, therefore leave it to each package
|
||||
|
||||
@@ -10,7 +10,7 @@ locale-h
|
||||
freelocale [test $HAVE_LOCALE_T = 0 || { test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1; }]
|
||||
newlocale [test $HAVE_LOCALE_T = 0 || { test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1; }]
|
||||
setlocale-null [test $HAVE_LOCALE_T = 0 || { test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1; }]
|
||||
stringeq [test $HAVE_LOCALE_T = 0 || { test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1; }]
|
||||
streq [test $HAVE_LOCALE_T = 0 || { test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1; }]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_DUPLOCALE
|
||||
|
||||
@@ -17,7 +17,7 @@ mbscasecmp
|
||||
mbuiter [test "$GNULIB_MCEL_PREFER" != yes]
|
||||
nullptr
|
||||
regex
|
||||
stringeq
|
||||
streq
|
||||
bool
|
||||
unlocked-io-internal
|
||||
xalloc
|
||||
|
||||
@@ -18,7 +18,7 @@ minmax
|
||||
free-posix
|
||||
limits-h
|
||||
stdint-h
|
||||
stringeq
|
||||
memeq
|
||||
strnul
|
||||
malloc-posix
|
||||
ssize_t
|
||||
|
||||
@@ -14,7 +14,7 @@ xalloc
|
||||
xconcat-filename
|
||||
access
|
||||
stat
|
||||
stringeq
|
||||
streq
|
||||
unistd-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -15,7 +15,7 @@ concat-filename
|
||||
access
|
||||
stat
|
||||
strdup-posix
|
||||
stringeq
|
||||
streq
|
||||
malloc-posix
|
||||
unistd-h
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ concat-filename
|
||||
access
|
||||
stat
|
||||
unistd-h
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_FINDPROG
|
||||
|
||||
@@ -12,7 +12,7 @@ stdio-h
|
||||
largefile
|
||||
fcntl-h [test $REPLACE_FOPEN = 1]
|
||||
bool [test $REPLACE_FOPEN = 1]
|
||||
stringeq [test $REPLACE_FOPEN = 1]
|
||||
streq [test $REPLACE_FOPEN = 1]
|
||||
unistd-h [test $REPLACE_FOPEN = 1]
|
||||
close [test $REPLACE_FOPEN = 1]
|
||||
fstat [test $REPLACE_FOPEN = 1]
|
||||
|
||||
@@ -9,7 +9,7 @@ fopen
|
||||
open [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
fcntl-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
bool [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
stringeq [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
streq [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
unistd-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
close [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
fstat [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
|
||||
@@ -10,6 +10,7 @@ Depends-on:
|
||||
stdio-h
|
||||
sys_types-h
|
||||
nstrftime
|
||||
streq
|
||||
strnul
|
||||
time_rz
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ m4/freopen.m4
|
||||
|
||||
Depends-on:
|
||||
fcntl-h [test $REPLACE_FREOPEN = 1]
|
||||
stringeq [test $REPLACE_FREOPEN = 1]
|
||||
streq [test $REPLACE_FREOPEN = 1]
|
||||
open [test $REPLACE_FREOPEN = 1]
|
||||
stdio-h
|
||||
largefile
|
||||
|
||||
@@ -41,7 +41,7 @@ realloc-posix
|
||||
bool
|
||||
stddef-h
|
||||
stdint-h
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FTS
|
||||
|
||||
@@ -7,7 +7,7 @@ lib/get_ppid_of.c
|
||||
|
||||
Depends-on:
|
||||
extensions
|
||||
stringeq
|
||||
memeq
|
||||
sys_types-h
|
||||
unistd-h
|
||||
open
|
||||
|
||||
@@ -7,7 +7,7 @@ lib/get_progname_of.c
|
||||
|
||||
Depends-on:
|
||||
extensions
|
||||
stringeq
|
||||
memeq
|
||||
unistd-h
|
||||
open
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ extensions
|
||||
getlocalename_l-unsafe [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
|
||||
flexmember [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
|
||||
lock [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
|
||||
stringeq [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
|
||||
streq [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
|
||||
bool [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
|
||||
thread-optim [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ locale-h
|
||||
getlocalename_l-unsafe-limited
|
||||
flexmember
|
||||
lock
|
||||
stringeq
|
||||
streq
|
||||
bool
|
||||
thread-optim
|
||||
setlocale-fixes
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/getlogin.m4
|
||||
Depends-on:
|
||||
unistd-h
|
||||
readutmp [test $HAVE_GETLOGIN = 0 || test $REPLACE_GETLOGIN = 1]
|
||||
stringeq [test $HAVE_GETLOGIN = 0 || test $REPLACE_GETLOGIN = 1]
|
||||
streq [test $HAVE_GETLOGIN = 0 || test $REPLACE_GETLOGIN = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_GETLOGIN
|
||||
|
||||
@@ -11,7 +11,7 @@ unistd-h
|
||||
extensions
|
||||
malloca [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
||||
memchr [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
||||
stringeq [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
||||
memeq [test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_GETLOGIN_R
|
||||
|
||||
@@ -11,7 +11,7 @@ stdlib-h
|
||||
basename-lgpl [test $HAVE_GETPROGNAME = 0]
|
||||
extensions [test $HAVE_GETPROGNAME = 0]
|
||||
open [test $HAVE_GETPROGNAME = 0 && case "$host_os" in sco* | unixware*) true;; *) false;; esac]
|
||||
stringeq [test $HAVE_GETPROGNAME = 0]
|
||||
memeq [test $HAVE_GETPROGNAME = 0]
|
||||
|
||||
configure.ac:
|
||||
AC_REQUIRE([AC_CANONICAL_HOST])
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/getugroups.m4
|
||||
|
||||
Depends-on:
|
||||
errno-h
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_GETUGROUPS
|
||||
|
||||
@@ -9,7 +9,7 @@ Depends-on:
|
||||
sys_stat-h
|
||||
extensions
|
||||
c99 [test $HAVE_GETUMASK = 0]
|
||||
stringeq [test $HAVE_GETUMASK = 0]
|
||||
memeq [test $HAVE_GETUMASK = 0]
|
||||
unistd-h [test $HAVE_GETUMASK = 0]
|
||||
clean-temp [test $HAVE_GETUMASK = 0]
|
||||
tempname [test $HAVE_GETUMASK = 0]
|
||||
|
||||
@@ -8,7 +8,7 @@ lib/hard-locale.c
|
||||
Depends-on:
|
||||
bool
|
||||
setlocale-null
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
AC_REQUIRE([gl_FUNC_SETLOCALE_NULL])
|
||||
|
||||
@@ -9,7 +9,7 @@ lib/hash-triple.h
|
||||
Depends-on:
|
||||
hashcode-string2
|
||||
same-inode
|
||||
stringeq
|
||||
streq
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -7,7 +7,7 @@ lib/hashkey-string.c
|
||||
|
||||
Depends-on:
|
||||
bool
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ iconv
|
||||
c-ctype [test $REPLACE_ICONV_OPEN = 1]
|
||||
c-strcasecmp [test $REPLACE_ICONV_OPEN = 1]
|
||||
stdint-h [test $REPLACE_ICONV_UTF = 1]
|
||||
stringeq [test $REPLACE_ICONV_UTF = 1]
|
||||
streq [test $REPLACE_ICONV_UTF = 1]
|
||||
unistr/u8-mbtoucr [test $REPLACE_ICONV_UTF = 1]
|
||||
unistr/u8-uctomb [test $REPLACE_ICONV_UTF = 1]
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/idcache.m4
|
||||
|
||||
Depends-on:
|
||||
flexmember
|
||||
stringeq
|
||||
streq
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -9,7 +9,7 @@ isnanf
|
||||
isnand
|
||||
isnanl
|
||||
math-h
|
||||
stringeq
|
||||
memeq
|
||||
extensions
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -12,7 +12,7 @@ Depends-on:
|
||||
math-h
|
||||
fpieee
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_ISNAND
|
||||
|
||||
@@ -12,7 +12,7 @@ m4/isnand.m4
|
||||
Depends-on:
|
||||
fpieee
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_ISNAND_NO_LIBM
|
||||
|
||||
@@ -12,7 +12,7 @@ Depends-on:
|
||||
math-h
|
||||
fpieee
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_ISNANF
|
||||
|
||||
@@ -12,7 +12,7 @@ m4/isnanf.m4
|
||||
Depends-on:
|
||||
fpieee
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_ISNANF_NO_LIBM
|
||||
|
||||
@@ -15,7 +15,7 @@ math-h
|
||||
float-h
|
||||
fpieee
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_ISNANL
|
||||
|
||||
@@ -15,7 +15,7 @@ Depends-on:
|
||||
float-h
|
||||
fpieee
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_ISNANL_NO_LIBM
|
||||
|
||||
@@ -9,7 +9,7 @@ m4/localcharset.m4
|
||||
|
||||
Depends-on:
|
||||
extensions
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_LOCALCHARSET
|
||||
|
||||
@@ -11,7 +11,7 @@ locale-h
|
||||
localename-unsafe
|
||||
flexmember
|
||||
lock
|
||||
stringeq
|
||||
streq
|
||||
bool
|
||||
thread-optim
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/localename.m4
|
||||
m4/intlmacosx.m4
|
||||
|
||||
Depends-on:
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_LOCALENAME_ENVIRON
|
||||
|
||||
@@ -17,7 +17,7 @@ localename-environ
|
||||
extensions
|
||||
locale-h
|
||||
strdup
|
||||
stringeq
|
||||
streq
|
||||
strncpy
|
||||
strnul
|
||||
windows-mutex
|
||||
|
||||
@@ -17,7 +17,7 @@ localename-environ
|
||||
extensions
|
||||
locale-h
|
||||
strdup
|
||||
stringeq
|
||||
streq
|
||||
strncpy
|
||||
strnul
|
||||
windows-mutex
|
||||
|
||||
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
Depends-on:
|
||||
ansi-c++-opt
|
||||
array-map
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ c32isxdigit
|
||||
c32tolower
|
||||
c32width
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_MBCHAR
|
||||
|
||||
@@ -8,7 +8,7 @@ Depends-on:
|
||||
string-h
|
||||
bool
|
||||
str_endswith
|
||||
stringeq
|
||||
streq
|
||||
mbslen
|
||||
mbiter
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ lib/mem-hash-map.c
|
||||
Depends-on:
|
||||
next-prime
|
||||
obstack
|
||||
stringeq
|
||||
memeq
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/memcoll.m4
|
||||
|
||||
Depends-on:
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
gl_MEMCOLL
|
||||
|
||||
@@ -17,7 +17,7 @@ open
|
||||
unlocked-io-internal
|
||||
bool
|
||||
stdint-h
|
||||
stringeq
|
||||
streq
|
||||
strstr-simple
|
||||
xalloc
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/newlocale.m4
|
||||
Depends-on:
|
||||
locale-h
|
||||
localename-environ
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_NEWLOCALE
|
||||
|
||||
@@ -13,7 +13,7 @@ Depends-on:
|
||||
langinfo-h
|
||||
localeconv [test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1]
|
||||
setlocale-null [test $HAVE_NL_LANGINFO = 0 || test $HAVE_LANGINFO_CODESET = 0]
|
||||
stringeq [test $HAVE_NL_LANGINFO = 0 || test $HAVE_LANGINFO_CODESET = 0]
|
||||
streq [test $HAVE_NL_LANGINFO = 0 || test $HAVE_LANGINFO_CODESET = 0]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_NL_LANGINFO
|
||||
|
||||
@@ -10,7 +10,7 @@ Depends-on:
|
||||
c-ctype
|
||||
extensions
|
||||
minmax
|
||||
stringeq
|
||||
streq
|
||||
unistd-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -26,6 +26,7 @@ localename-unsafe [case "$host_os" in darwin*) false ;; *) true ;; esac]
|
||||
bool
|
||||
stdckdint-h
|
||||
stdint-h
|
||||
streq
|
||||
strnul
|
||||
time_rz
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ localcharset
|
||||
localename-unsafe-limited [case "$host_os" in darwin*) false ;; *) true ;; esac]
|
||||
bool
|
||||
stdckdint-h
|
||||
streq
|
||||
strnul
|
||||
time_rz
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ cloexec [test $REPLACE_OPEN = 1]
|
||||
fstat [test $REPLACE_OPEN = 1]
|
||||
lstat [test $REPLACE_OPEN = 1]
|
||||
stat [test $REPLACE_OPEN = 1]
|
||||
stringeq [test $REPLACE_OPEN = 1]
|
||||
streq [test $REPLACE_OPEN = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_OPEN
|
||||
|
||||
@@ -22,7 +22,7 @@ intprops
|
||||
inttypes-h
|
||||
mktime
|
||||
stdckdint-h
|
||||
stringeq
|
||||
streq
|
||||
time-h
|
||||
time_r
|
||||
time_rz
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/popen.m4
|
||||
Depends-on:
|
||||
stdio-h
|
||||
open [test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1]
|
||||
stringeq [test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1]
|
||||
streq [test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_POPEN
|
||||
|
||||
@@ -20,7 +20,7 @@ concat-filename [test $HAVE_POSIX_SPAWN = 0]
|
||||
findprog-in [test $HAVE_POSIX_SPAWN = 0]
|
||||
free-posix [test $HAVE_POSIX_SPAWN = 0]
|
||||
malloca [test $HAVE_POSIX_SPAWN = 0]
|
||||
stringeq [test $HAVE_POSIX_SPAWN = 0]
|
||||
streq [test $HAVE_POSIX_SPAWN = 0]
|
||||
bool [test $HAVE_POSIX_SPAWN = 0]
|
||||
windows-spawn [test $HAVE_POSIX_SPAWN = 0]
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ lib/progname.c
|
||||
|
||||
Depends-on:
|
||||
snippet/arg-nonnull
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>])
|
||||
|
||||
@@ -14,7 +14,7 @@ mbchar
|
||||
mbuiter
|
||||
iconv
|
||||
localcharset
|
||||
stringeq
|
||||
streq
|
||||
c-strcasecmp
|
||||
xstriconv
|
||||
xalloc
|
||||
|
||||
@@ -11,7 +11,7 @@ root-uid
|
||||
stdlib-h
|
||||
configmake
|
||||
stat
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Depends-on:
|
||||
signal-h
|
||||
threadlib
|
||||
sigprocmask [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1]
|
||||
stringeq [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1]
|
||||
memeq [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_PTHREAD_SIGMASK
|
||||
|
||||
@@ -10,7 +10,7 @@ stdlib-h
|
||||
environ [test $REPLACE_PUTENV = 1]
|
||||
free-posix [test $REPLACE_PUTENV = 1]
|
||||
malloc-posix [test $REPLACE_PUTENV = 1]
|
||||
stringeq [test $REPLACE_PUTENV = 1]
|
||||
streq [test $REPLACE_PUTENV = 1]
|
||||
unsetenv [test $REPLACE_PUTENV = 1]
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -10,7 +10,7 @@ Depends-on:
|
||||
acl-permissions
|
||||
dirent-h [test "$use_xattr" = yes]
|
||||
file-has-acl [test "$use_xattr" = yes]
|
||||
stringeq [test "$use_xattr" = yes]
|
||||
streq [test "$use_xattr" = yes]
|
||||
|
||||
configure.ac:
|
||||
gl_QCOPY_ACL
|
||||
|
||||
@@ -22,7 +22,7 @@ minmax
|
||||
quotearg-simple
|
||||
bool
|
||||
stdint-h
|
||||
stringeq
|
||||
memeq
|
||||
uchar-h
|
||||
xalloc
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@ stat-time
|
||||
gettimeofday
|
||||
bool
|
||||
stdint-h
|
||||
stringeq
|
||||
memeq
|
||||
streq
|
||||
strnlen
|
||||
time-h
|
||||
unlocked-io-internal
|
||||
|
||||
@@ -20,7 +20,8 @@ Depends-on:
|
||||
relocatable-prog-wrapper
|
||||
progname
|
||||
canonicalize-lgpl
|
||||
stringeq
|
||||
memeq
|
||||
streq
|
||||
xalloc
|
||||
xreadlink
|
||||
open
|
||||
|
||||
@@ -76,7 +76,8 @@ stdckdint-h
|
||||
stdint-h
|
||||
stdlib-h
|
||||
string-h
|
||||
stringeq
|
||||
memeq
|
||||
streq
|
||||
sys_stat-h
|
||||
unistd-h
|
||||
xalloc-oversized
|
||||
|
||||
@@ -13,7 +13,7 @@ gettext-h [test $HAVE_RPMATCH = 0]
|
||||
gnulib-i18n [test $HAVE_RPMATCH = 0]
|
||||
regex [test $HAVE_RPMATCH = 0]
|
||||
strdup [test $HAVE_RPMATCH = 0]
|
||||
stringeq [test $HAVE_RPMATCH = 0]
|
||||
streq [test $HAVE_RPMATCH = 0]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_RPMATCH
|
||||
|
||||
@@ -15,7 +15,7 @@ fstat
|
||||
fstatat
|
||||
openat
|
||||
same-inode
|
||||
stringeq
|
||||
memeq
|
||||
bool
|
||||
memcmp
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ errno-h
|
||||
sys_types-h
|
||||
extern-inline
|
||||
gen-header
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_HEADERS_SELINUX_SELINUX_H
|
||||
|
||||
@@ -7,7 +7,7 @@ m4/setlocale.m4
|
||||
|
||||
Depends-on:
|
||||
locale-h
|
||||
stringeq
|
||||
streq
|
||||
setlocale-fixes [test $NEED_SETLOCALE_IMPROVED = 1]
|
||||
localename [test $NEED_SETLOCALE_IMPROVED = 1]
|
||||
localename-environ [test $NEED_SETLOCALE_IMPROVED = 1]
|
||||
|
||||
@@ -6,7 +6,7 @@ lib/setlocale-fixes.h
|
||||
lib/setlocale-fixes.c
|
||||
|
||||
Depends-on:
|
||||
stringeq
|
||||
streq
|
||||
strncpy
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -8,7 +8,7 @@ m4/sig2str.m4
|
||||
|
||||
Depends-on:
|
||||
signal-h
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_SIG2STR
|
||||
|
||||
@@ -16,7 +16,7 @@ isnand-nolibm [test $REPLACE_SIGNBIT = 1]
|
||||
isnanl-nolibm [test $REPLACE_SIGNBIT = 1]
|
||||
fpieee [test $REPLACE_SIGNBIT = 1]
|
||||
memcmp [test $REPLACE_SIGNBIT = 1]
|
||||
stringeq [test $REPLACE_SIGNBIT = 1]
|
||||
memeq [test $REPLACE_SIGNBIT = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_SIGNBIT
|
||||
|
||||
@@ -39,7 +39,7 @@ posix_spawnattr_setflags
|
||||
posix_spawnattr_destroy
|
||||
bool
|
||||
stdlib-h
|
||||
stringeq
|
||||
streq
|
||||
unistd-h
|
||||
unistd-safer
|
||||
wait-process
|
||||
|
||||
@@ -15,7 +15,7 @@ filename [test $REPLACE_STAT = 1]
|
||||
malloca [test $REPLACE_STAT = 1]
|
||||
pathmax [test $REPLACE_STAT = 1]
|
||||
stat-time [test $REPLACE_STAT = 1]
|
||||
stringeq [test $REPLACE_STAT = 1]
|
||||
streq [test $REPLACE_STAT = 1]
|
||||
bool [test $REPLACE_STAT = 1]
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -6,7 +6,7 @@ lib/str_endswith.c
|
||||
|
||||
Depends-on:
|
||||
string-h
|
||||
stringeq
|
||||
streq
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -5,7 +5,7 @@ Files:
|
||||
lib/streq-opt.h
|
||||
|
||||
Depends-on:
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ bool
|
||||
striconveh
|
||||
malloca
|
||||
strdup
|
||||
stringeq
|
||||
streq
|
||||
c-strcasecmp
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -16,7 +16,7 @@ memchr
|
||||
memrchr
|
||||
memmem
|
||||
full-write
|
||||
stringeq
|
||||
memeq
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Depends-on:
|
||||
c99
|
||||
fcntl-h
|
||||
bool
|
||||
stringeq
|
||||
streq
|
||||
sys_stat-h
|
||||
clean-temp
|
||||
tempname
|
||||
|
||||
@@ -15,7 +15,7 @@ flexmember [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test
|
||||
idx [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
setenv [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
bool [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
stringeq [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
streq [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
strnul [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
time_r [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
timegm [test $HAVE_TZALLOC = 0 || test $REPLACE_LOCALTIME_RZ = 1 || test $REPLACE_MKTIME_Z = 1]
|
||||
|
||||
@@ -16,7 +16,7 @@ gnulib-i18n
|
||||
localcharset
|
||||
error
|
||||
stdio-h
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_UNICODEIO
|
||||
|
||||
@@ -10,7 +10,7 @@ Depends-on:
|
||||
uniname/base
|
||||
attribute
|
||||
memcmp
|
||||
stringeq
|
||||
memeq
|
||||
bool
|
||||
c99
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ memchr
|
||||
multiarch
|
||||
assert-h
|
||||
mbszero
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
|
||||
|
||||
@@ -44,7 +44,7 @@ memchr
|
||||
multiarch
|
||||
assert-h
|
||||
mbszero
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
|
||||
|
||||
@@ -44,7 +44,7 @@ memchr
|
||||
multiarch
|
||||
assert-h
|
||||
mbszero
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
|
||||
|
||||
@@ -44,7 +44,7 @@ memchr
|
||||
multiarch
|
||||
assert-h
|
||||
mbszero
|
||||
stringeq
|
||||
streq
|
||||
|
||||
configure.ac:
|
||||
gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user