summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-06-14 03:50:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-06-14 03:50:48 +0000
commit2feb138966157157d546bf8223fb1d1b356adda9 (patch)
tree6f62536027c8a1e18aebbd0f9891a3387802e083
parente3bd6e57b7544e9dd5bd560f369971b20c419671 (diff)
downloadgnulib-2feb138966157157d546bf8223fb1d1b356adda9.tar.gz
Add some missing dependencies and/or files.
-rw-r--r--ChangeLog9
-rw-r--r--modules/hash1
-rw-r--r--modules/pipe1
-rw-r--r--modules/stat1
-rw-r--r--modules/userspec1
-rw-r--r--modules/xstrtol1
6 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 224b5f8903..80f5b6f69a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-06-12 Jim Meyering <jim@meyering.net>
+ and Paul Eggert <eggert@cs.ucla.edu>
+
+ * modules/hash (Files): Add lib/xalloc.h.
+ * modules/pipe (Depends-on): Add wait-process.
+ * modules/stat (Depends-on): Add xalloc.
+ * modules/userspec (Files): Add lib/userspec.h.
+ * modules/xstrtol (Depends-on): Add error.
+
2004-06-01 Jim Meyering <jim@meyering.net>
* modules/calloc: New file.
diff --git a/modules/hash b/modules/hash
index 6081004530..e4f3653b4c 100644
--- a/modules/hash
+++ b/modules/hash
@@ -5,6 +5,7 @@ Files:
lib/hash.h
lib/hash.c
m4/hash.m4
+lib/xalloc.h
Depends-on:
stdbool
diff --git a/modules/pipe b/modules/pipe
index b4831777a3..a4581d9d40 100644
--- a/modules/pipe
+++ b/modules/pipe
@@ -8,6 +8,7 @@ lib/w32spawn.h
m4/pipe.m4
Depends-on:
+wait-process
error
exit
fatal-signal
diff --git a/modules/stat b/modules/stat
index d8d15081f6..c377eb1574 100644
--- a/modules/stat
+++ b/modules/stat
@@ -6,6 +6,7 @@ lib/stat.c
m4/stat.m4
Depends-on:
+xalloc
configure.ac:
gl_FUNC_STAT
diff --git a/modules/userspec b/modules/userspec
index ecd2d8d8cd..f912707370 100644
--- a/modules/userspec
+++ b/modules/userspec
@@ -3,6 +3,7 @@ Parse a `user:group' specifier (e.g. the first argument of chown utility).
Files:
lib/userspec.c
+lib/userspec.h
m4/userspec.m4
Depends-on:
diff --git a/modules/xstrtol b/modules/xstrtol
index a3e53c1882..73ccb2f441 100644
--- a/modules/xstrtol
+++ b/modules/xstrtol
@@ -15,6 +15,7 @@ m4/xstrtol.m4
Depends-on:
exitfail
+error
configure.ac:
gl_XSTRTOL