mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
Several modules: Depend on stat.
* modules/acl-permissions (Depends-on): Add stat. * modules/canonicalize (Depends-on): Likewise. * modules/file-has-acl (Depends-on): Likewise. * modules/fstat (Depends-on): Likewise. * modules/fstatat (Depends-on): Likewise. * modules/glob (Depends-on): Likewise. * modules/javacomp (Depends-on): Likewise. * modules/linkat (Depends-on): Likewise. * modules/mkdir (Depends-on): Likewise. * modules/pt_chown (Depends-on): Likewise. * modules/ptsname_r (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/rename (Depends-on): Likewise. * modules/renameatu (Depends-on): Likewise. * modules/tmpdir (Depends-on): Likewise. * modules/utimens (Depends-on): Likewise. * modules/relocatable-prog-wrapper (Depends-on): Add largefile. * modules/same (Depends-on): Remove stat.
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
2020-03-22 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Several modules: Depend on stat.
|
||||
* modules/acl-permissions (Depends-on): Add stat.
|
||||
* modules/canonicalize (Depends-on): Likewise.
|
||||
* modules/file-has-acl (Depends-on): Likewise.
|
||||
* modules/fstat (Depends-on): Likewise.
|
||||
* modules/fstatat (Depends-on): Likewise.
|
||||
* modules/glob (Depends-on): Likewise.
|
||||
* modules/javacomp (Depends-on): Likewise.
|
||||
* modules/linkat (Depends-on): Likewise.
|
||||
* modules/mkdir (Depends-on): Likewise.
|
||||
* modules/pt_chown (Depends-on): Likewise.
|
||||
* modules/ptsname_r (Depends-on): Likewise.
|
||||
* modules/readlinkat (Depends-on): Likewise.
|
||||
* modules/rename (Depends-on): Likewise.
|
||||
* modules/renameatu (Depends-on): Likewise.
|
||||
* modules/tmpdir (Depends-on): Likewise.
|
||||
* modules/utimens (Depends-on): Likewise.
|
||||
* modules/relocatable-prog-wrapper (Depends-on): Add largefile.
|
||||
* modules/same (Depends-on): Remove stat.
|
||||
|
||||
2020-03-22 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
acl-permissions: Improve autoconf macro.
|
||||
|
||||
@@ -14,6 +14,7 @@ m4/acl.m4
|
||||
Depends-on:
|
||||
extern-inline
|
||||
fstat
|
||||
stat
|
||||
stdbool
|
||||
sys_stat
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ lstat
|
||||
memmove
|
||||
nocrash
|
||||
pathmax
|
||||
stat
|
||||
sys_stat
|
||||
xalloc
|
||||
xgetcwd
|
||||
|
||||
@@ -8,6 +8,7 @@ m4/acl.m4
|
||||
|
||||
Depends-on:
|
||||
acl-permissions
|
||||
stat
|
||||
|
||||
configure.ac:
|
||||
gl_FILE_HAS_ACL
|
||||
|
||||
@@ -11,6 +11,7 @@ Depends-on:
|
||||
sys_stat
|
||||
largefile
|
||||
pathmax [test $REPLACE_FSTAT = 1]
|
||||
stat [test $REPLACE_FSTAT = 1]
|
||||
stat-time [test $REPLACE_FSTAT = 1]
|
||||
unistd [test $REPLACE_FSTAT = 1]
|
||||
verify [test $REPLACE_FSTAT = 1]
|
||||
|
||||
@@ -20,6 +20,7 @@ lstat [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
|
||||
openat-die [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
|
||||
openat-h [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
|
||||
save-cwd [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
|
||||
stat [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
|
||||
stat-time [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -26,6 +26,7 @@ mempcpy [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
opendir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
readdir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
scratch_buffer [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
stat [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
stdbool [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
stdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
strdup [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||
|
||||
@@ -23,6 +23,7 @@ getline
|
||||
xconcat-filename
|
||||
fwriteerror
|
||||
clean-temp
|
||||
stat
|
||||
error
|
||||
xvasprintf
|
||||
c-strstr
|
||||
|
||||
@@ -25,6 +25,7 @@ link [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
|
||||
lstat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
|
||||
same-inode [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
|
||||
save-cwd [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
|
||||
stat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
|
||||
symlink [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
|
||||
areadlinkat [test $REPLACE_LINKAT = 1]
|
||||
fstatat [test $REPLACE_LINKAT = 1]
|
||||
|
||||
@@ -8,6 +8,7 @@ m4/mkdir.m4
|
||||
Depends-on:
|
||||
sys_stat
|
||||
dirname-lgpl [test $REPLACE_MKDIR = 1]
|
||||
stat [test $REPLACE_MKDIR = 1]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_MKDIR
|
||||
|
||||
@@ -10,6 +10,7 @@ ptsname
|
||||
root-uid
|
||||
stdlib
|
||||
configmake
|
||||
stat
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ Depends-on:
|
||||
stdlib
|
||||
extensions
|
||||
isatty [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
|
||||
stat [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
|
||||
ttyname_r [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -17,6 +17,7 @@ fcntl-h [test $HAVE_READLINKAT = 0]
|
||||
openat-die [test $HAVE_READLINKAT = 0]
|
||||
openat-h [test $HAVE_READLINKAT = 0]
|
||||
save-cwd [test $HAVE_READLINKAT = 0]
|
||||
stat [test $HAVE_READLINKAT = 0]
|
||||
readlink [test $HAVE_READLINKAT = 0]
|
||||
|
||||
configure.ac:
|
||||
|
||||
@@ -37,6 +37,7 @@ Depends-on:
|
||||
alloca-opt
|
||||
double-slash-root
|
||||
errno
|
||||
largefile
|
||||
pathmax
|
||||
ssize_t
|
||||
stdbool
|
||||
|
||||
@@ -13,6 +13,7 @@ dirname-lgpl [test $REPLACE_RENAME = 1]
|
||||
lstat [test $REPLACE_RENAME = 1]
|
||||
rmdir [test $REPLACE_RENAME = 1]
|
||||
same-inode [test $REPLACE_RENAME = 1]
|
||||
stat [test $REPLACE_RENAME = 1]
|
||||
stdbool [test $REPLACE_RENAME = 1]
|
||||
strdup [test $REPLACE_RENAME = 1]
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ openat-die [test $HAVE_RENAMEAT = 0]
|
||||
rename [test $HAVE_RENAMEAT = 0]
|
||||
same-inode [test $HAVE_RENAMEAT = 0]
|
||||
save-cwd [test $HAVE_RENAMEAT = 0]
|
||||
stat [test $HAVE_RENAMEAT = 0]
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_RENAMEAT
|
||||
|
||||
@@ -14,7 +14,6 @@ fstat
|
||||
fstatat
|
||||
openat
|
||||
same-inode
|
||||
stat
|
||||
stdbool
|
||||
memcmp
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ m4/tmpdir.m4
|
||||
|
||||
Depends-on:
|
||||
secure_getenv
|
||||
stat
|
||||
stdbool
|
||||
sys_stat
|
||||
pathmax
|
||||
|
||||
@@ -15,6 +15,7 @@ fstat
|
||||
lstat
|
||||
gettime
|
||||
msvc-nothrow
|
||||
stat
|
||||
stat-time
|
||||
stdbool
|
||||
sys_stat
|
||||
|
||||
Reference in New Issue
Block a user