From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22B34159C9C for ; Fri, 2 Aug 2024 23:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBEC7E2A55; Fri, 2 Aug 2024 23:14:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEAAEE2A55 for ; Fri, 2 Aug 2024 23:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECD4934300D for ; Fri, 2 Aug 2024 23:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254231E9F for ; Fri, 2 Aug 2024 23:14:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720708225.38f482bf5beafb1b998d2beb4f3030aee0013e16.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-functions:master commit in: / X-VCS-Repository: proj/gentoo-functions X-VCS-Files: functions.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38f482bf5beafb1b998d2beb4f3030aee0013e16 X-VCS-Branch: master Date: Fri, 2 Aug 2024 23:14:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9bad4cb-0263-4a7e-a162-a70828c14a3d X-Archives-Hash: c72db6b9483519e31b30a62704588c12 commit: 38f482bf5beafb1b998d2beb4f3030aee0013e16 Author: Kerin Millar plushkava net> AuthorDate: Thu Jul 11 14:30:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 11 14:30:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=38f482bf Add a comment regarding POSIX XCU compatibility Signed-off-by: Kerin Millar plushkava.net> functions.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.sh b/functions.sh index 6d691e2..faacdca 100644 --- a/functions.sh +++ b/functions.sh @@ -9,6 +9,11 @@ # intended for internal use shall be prefixed with "genfun_" to indicate so, # and to reduce the probability of name space conflicts. +# The functions shall be compatible with the POSIX-1.2018 Shell and Utilities +# (XCU), except where otherwise noted, and with the additional exception that +# the use of the local utility is permitted, despite the results of its +# invocation being formally unspecified. + # The following variables affect initialisation and/or function behaviour. # BASH : whether bash-specific features may be employed