summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-17 16:53:15 +0200
committerBruno Haible <bruno@clisp.org>2011-09-17 16:53:15 +0200
commit7943c52181dd2ff0e9c02b14c5a504da09db337b (patch)
treef77a3a25a6cc1d101707a98a56d2c915ad185963
parent7e8529fc8cdcb1ef42fbacc7a406402e6ba7c70f (diff)
downloadgnulib-7943c52181dd2ff0e9c02b14c5a504da09db337b.tar.gz
Add dependencies to new dirent related modules.
* modules/backupfile (Depends-on): Add opendir, readdir, closedir. * modules/fts (Depends-on): Likewise. * modules/glob (Depends-on): Likewise. * modules/savedir (Depends-on): Likewise. * modules/scandir (Depends-on): Likewise. * modules/dirent-safer (Depends-on): Add opendir, closedir. * modules/fdopendir (Depends-on): Add opendir.
-rw-r--r--ChangeLog11
-rw-r--r--modules/backupfile3
-rw-r--r--modules/dirent-safer2
-rw-r--r--modules/fdopendir1
-rw-r--r--modules/fts3
-rw-r--r--modules/glob3
-rw-r--r--modules/savedir3
-rw-r--r--modules/scandir3
8 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01ae146773..73f05b882f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-09-17 Bruno Haible <bruno@clisp.org>
+ Add dependencies to new dirent related modules.
+ * modules/backupfile (Depends-on): Add opendir, readdir, closedir.
+ * modules/fts (Depends-on): Likewise.
+ * modules/glob (Depends-on): Likewise.
+ * modules/savedir (Depends-on): Likewise.
+ * modules/scandir (Depends-on): Likewise.
+ * modules/dirent-safer (Depends-on): Add opendir, closedir.
+ * modules/fdopendir (Depends-on): Add opendir.
+
+2011-09-17 Bruno Haible <bruno@clisp.org>
+
inet_pton: Support for MSVC on Windows Vista or newer.
* lib/arpa_inet.in.h (inet_pton): Also consider REPLACE_INET_PTON.
* lib/inet_pton.c (rpl_inet_pton): Use a simple wrapper if
diff --git a/modules/backupfile b/modules/backupfile
index c7ab86c4bb..dbd26b6d7b 100644
--- a/modules/backupfile
+++ b/modules/backupfile
@@ -9,10 +9,13 @@ m4/backupfile.m4
Depends-on:
argmatch
+closedir
d-ino
dirent-safer
dirname-lgpl
memcmp
+opendir
+readdir
stdbool
configure.ac:
diff --git a/modules/dirent-safer b/modules/dirent-safer
index 4c223808f8..b38c58e641 100644
--- a/modules/dirent-safer
+++ b/modules/dirent-safer
@@ -9,7 +9,9 @@ m4/dirent-safer.m4
Depends-on:
dirent
+closedir
dirfd
+opendir
unistd-safer
configure.ac:
diff --git a/modules/fdopendir b/modules/fdopendir
index a1c25193db..41695b99a3 100644
--- a/modules/fdopendir
+++ b/modules/fdopendir
@@ -13,6 +13,7 @@ extensions
errno [test $HAVE_FDOPENDIR = 0]
fchdir [test $HAVE_FDOPENDIR = 0]
openat-die [test $HAVE_FDOPENDIR = 0]
+opendir [test $HAVE_FDOPENDIR = 0]
save-cwd [test $HAVE_FDOPENDIR = 0]
configure.ac:
diff --git a/modules/fts b/modules/fts
index d57b10c12b..9869c941df 100644
--- a/modules/fts
+++ b/modules/fts
@@ -9,6 +9,7 @@ m4/fts.m4
Depends-on:
cloexec
+closedir
cycle-check
d-ino
d-type
@@ -21,6 +22,8 @@ i-ring
lstat
memmove
openat-safer
+opendir
+readdir
stdbool
unistd-safer
diff --git a/modules/glob b/modules/glob
index a731c27231..cef81cc68b 100644
--- a/modules/glob
+++ b/modules/glob
@@ -15,12 +15,15 @@ snippet/arg-nonnull
snippet/c++defs
snippet/warn-on-use
alloca [test -n "$GLOB_H"]
+closedir [test -n "$GLOB_H"]
d-type [test -n "$GLOB_H"]
dirfd [test -n "$GLOB_H"]
fnmatch [test -n "$GLOB_H"]
getlogin_r [test -n "$GLOB_H"]
memchr [test -n "$GLOB_H"]
mempcpy [test -n "$GLOB_H"]
+opendir [test -n "$GLOB_H"]
+readdir [test -n "$GLOB_H"]
stdbool [test -n "$GLOB_H"]
strdup [test -n "$GLOB_H"]
sys_stat [test -n "$GLOB_H"]
diff --git a/modules/savedir b/modules/savedir
index 1415eeb5eb..f17ab0a9db 100644
--- a/modules/savedir
+++ b/modules/savedir
@@ -7,8 +7,11 @@ lib/savedir.c
m4/savedir.m4
Depends-on:
+closedir
dirent-safer
fdopendir
+opendir
+readdir
xalloc
configure.ac:
diff --git a/modules/scandir b/modules/scandir
index 54b57dfc11..71ef4654c2 100644
--- a/modules/scandir
+++ b/modules/scandir
@@ -6,9 +6,12 @@ lib/scandir.c
m4/scandir.m4
Depends-on:
+closedir
dirent
extensions
largefile
+opendir
+readdir
configure.ac:
gl_FUNC_SCANDIR