From 57e8c5005244df16e681428986c3bf0426050814 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 14 May 2021 18:05:22 +0200 Subject: DEPENDENCIES: Mention the requirement for 'join'. Reported by Simon Josefsson in . * DEPENDENCIES: Mention 'join' among the core POSIX utilities. --- ChangeLog | 7 +++++++ DEPENDENCIES | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3367d8dda5..8136a34388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-05-14 Bruno Haible + + DEPENDENCIES: Mention the requirement for 'join'. + Reported by Simon Josefsson in + . + * DEPENDENCIES: Mention 'join' among the core POSIX utilities. + 2021-05-14 Bruno Haible *alloc-gnu tests: Use ASSERT macro. 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 -- cgit v1.2.1