summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-05-14 18:05:22 +0200
committerBruno Haible <bruno@clisp.org>2021-05-14 18:05:22 +0200
commit57e8c5005244df16e681428986c3bf0426050814 (patch)
tree0f951132a549b4c125e1412f3943e5354e4e40fc
parentf6b9c58618ec757924cb987457243756cd68fa5d (diff)
downloadgnulib-57e8c5005244df16e681428986c3bf0426050814.tar.gz
DEPENDENCIES: Mention the requirement for 'join'.
Reported by Simon Josefsson <simon@josefsson.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-05/msg00047.html>. * DEPENDENCIES: Mention 'join' among the core POSIX utilities.
-rw-r--r--ChangeLog7
-rw-r--r--DEPENDENCIES2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3367d8dda5..8136a34388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2021-05-14 Bruno Haible <bruno@clisp.org>
+ DEPENDENCIES: Mention the requirement for 'join'.
+ Reported by Simon Josefsson <simon@josefsson.org> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-05/msg00047.html>.
+ * DEPENDENCIES: Mention 'join' among the core POSIX utilities.
+
+2021-05-14 Bruno Haible <bruno@clisp.org>
+
*alloc-gnu tests: Use ASSERT macro.
* tests/test-malloc-gnu.c: Include "macros.h".
(main): Use ASSERT.
diff --git a/DEPENDENCIES b/DEPENDENCIES
index fe70558a27..5e82be4e2a 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -58,7 +58,7 @@ at any time.
* Core POSIX utilities, including:
[ basename cat chgrp chmod chown cp dd echo expand expr
- false hostname install kill ln ls md5sum mkdir mkfifo
+ false hostname install join kill ln ls md5sum mkdir mkfifo
mknod mv printenv pwd rm rmdir sleep sort tee test touch
true uname
+ Mandatory. Using the platform's native utilities gives good portability