]> Savannah Git Hosting - gnulib.git/commitdiff
Several modules: Depend on stat.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Mar 2020 12:38:45 +0000 (13:38 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Mar 2020 12:38:45 +0000 (13:38 +0100)
* 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.

19 files changed:
ChangeLog
modules/acl-permissions
modules/canonicalize
modules/file-has-acl
modules/fstat
modules/fstatat
modules/glob
modules/javacomp
modules/linkat
modules/mkdir
modules/pt_chown
modules/ptsname_r
modules/readlinkat
modules/relocatable-prog-wrapper
modules/rename
modules/renameatu
modules/same
modules/tmpdir
modules/utimens

index d21c51a50e79fe78260ef237997018b39d7fb34e..cf93eef1151a20ac8ca9d7800a98ca0072c2f95a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 49b91fface92857d8312a89e6fb029fa949ad287..3ecbb95d9d14bf744678cc667a80edc8c6ccb70c 100644 (file)
@@ -14,6 +14,7 @@ m4/acl.m4
 Depends-on:
 extern-inline
 fstat
+stat
 stdbool
 sys_stat
 
index bf3dc57d000de5edf08ea5a5e53b623e725d6bc3..b8aadb795b25cb7bbdac1d5fc2d7ef277d015546 100644 (file)
@@ -17,6 +17,7 @@ lstat
 memmove
 nocrash
 pathmax
+stat
 sys_stat
 xalloc
 xgetcwd
index 4857feaa36bec1f8fcb2435622b188b3a3e80bbc..0f8ab37fdbc6d2b8c0ae157bce31fc3a3f494510 100644 (file)
@@ -8,6 +8,7 @@ m4/acl.m4
 
 Depends-on:
 acl-permissions
+stat
 
 configure.ac:
 gl_FILE_HAS_ACL
index b557494cfc98a463f10433381c5e4fbb1b97ed2f..e88bb43653dd09d31b40ebfb77c5e20df89d0ba2 100644 (file)
@@ -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]
index c31184675be1a9532c40851b679018371a7e4658..14c3f27fdffb412a7f003edf6d903b701e8dedee 100644 (file)
@@ -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:
index 33d43bf394787268ba4fbaff18366f75f56e6f1e..eb1bd9e5aee54dae35f4048b1509b1a873bd1e9f 100644 (file)
@@ -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]
index d1cc5597334e8f1308c2753b6b7b0ea1be8bc88b..4f49bd95d3ac03c81c804d021f3687a32b081e70 100644 (file)
@@ -23,6 +23,7 @@ getline
 xconcat-filename
 fwriteerror
 clean-temp
+stat
 error
 xvasprintf
 c-strstr
index e0c4165759685eaec97a584c5b170a4231835219..a7cbb9420f8c3aefa94f1c349ca4193b6eabbcb5 100644 (file)
@@ -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]
index 032f1c5b61c8dd1d759f0fe545c1075da80dcf1d..2f1850c61bc638251af04abd8a5e8995832aceb6 100644 (file)
@@ -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
index ddde845a8ed696922b496241bc465865a861ecea..5cf4a7c47cf5c30eb672274352d3498148c59a6d 100644 (file)
@@ -10,6 +10,7 @@ ptsname
 root-uid
 stdlib
 configmake
+stat
 
 configure.ac:
 
index 9adc08b7d67b7ee0ff5f8d396672bdf2f4162f53..9cd57034041bfbfb92d3907f469c64c3cf5984f9 100644 (file)
@@ -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:
index a89c53fc1b8c6ad5898835b8143600b6aa213765..84dac40b319d0ff74ccd31888d4d549362f792c3 100644 (file)
@@ -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:
index 58af2088d51818241edc3a547f046442b1a297f3..25cc66f54a2b43cc6023a593c4c2091460d6bd0a 100644 (file)
@@ -37,6 +37,7 @@ Depends-on:
 alloca-opt
 double-slash-root
 errno
+largefile
 pathmax
 ssize_t
 stdbool
index 582d63083d09df6f8d6a99f7543cbaef3a7fbe39..27d6d4a02fc4ac2f3b7cc5a8effc7e1ea140ab54 100644 (file)
@@ -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]
 
index bc320d13ea463517abee9e1fa409554fec26d35e..d0a123cf95f8efb44dac179135ba974afbe9e58a 100644 (file)
@@ -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
index 24c9cf3a1eb3a24e55264b259e461c1ae6913fd5..f4926be0057322371fdec3dae2cb9c476cc74623 100644 (file)
@@ -14,7 +14,6 @@ fstat
 fstatat
 openat
 same-inode
-stat
 stdbool
 memcmp
 
index 40023b8ef700d58da75e31686b381ac6f04d2e67..591a741ed03ff5e5867f3caba6caae4c76ed3698 100644 (file)
@@ -8,6 +8,7 @@ m4/tmpdir.m4
 
 Depends-on:
 secure_getenv
+stat
 stdbool
 sys_stat
 pathmax
index dbe24df1612ace422745b5698f3be3d8d72e5a8f..c124cb5cbe1225ebf3e74d330c5902601764bad4 100644 (file)
@@ -15,6 +15,7 @@ fstat
 lstat
 gettime
 msvc-nothrow
+stat
 stat-time
 stdbool
 sys_stat