From nobody Thu May 14 10:35:17 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gGRYL2g9nz6ctCt for ; Thu, 14 May 2026 10:35:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gGRYL0667z46Yq for ; Thu, 14 May 2026 10:35:18 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778754918; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OX6lCt6NCt5hSuPqt/8I1KbqWOUirH/dgZGzC9SY/Qg=; b=IRWCPNJEWB9IBFd+Lz9gRxQZRDWPvn7XdSa4b3GD8TjOrszlxRVwQFo7i6gz8Ay2L5b+Pi TZT8/cZgbDENVNnnDYqQWjzxRmTshniWugyrsuQRGXlhTNFQuqhPy0NHdkqdF36p+B5FbP 8ePy6EKjnUJRUJcwR4z8MZYVvluVId0+IPumzsKJaslHUbVDDPDkTx4u7PivI0Pjo4uOqy DtBano3/Z2TLxsbs29z6mf1R2y2eHuqcL58ejoX6RpKMboCihVN24F70Vt5giQDo4dbBmS xYrpBIKRcsaA2eNrSJsYs3iYLdNXuti93F64AESadn8zN0uS5n5/xJ1yfc8izA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778754918; a=rsa-sha256; cv=none; b=J25RwMqjaQIKw37oUzN5DrziQqwYY33ZIX+NMTnVf3PkWQEkIxrS5U+7GrLRLgnZz0nwIH Vxz0cmKCEANHaWffbhM8ScigCBnnm8+AdTJp2WAjAoEOawsjCdT/5Wi5zN70w7XUmpdx/R 3UKhh44rKsPfnQQqIeOjOgWguE84dh0r6jOXxZe1exDuPghR/cNWejJYjabldS/ivilOP0 kmDcikCsZMeRqB+ZI0gq6mZ94p84oMk22e5/3cDHKR/IJVUuW6g54r3lcGFVgAqz5MnbLt 7haBN3ShAawd/rrRIBlzB45bMvohkkWKvilLncUSV8vPrynnEN0qg8GbHjnB1g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778754918; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OX6lCt6NCt5hSuPqt/8I1KbqWOUirH/dgZGzC9SY/Qg=; b=r/KM4MPtqn4ckX+KHeKglPh2Y8eGwxfUlSx45m7MUaRj/wDgPpx+1xID7jM3Tg1rPxTcy+ Xo1kV+/rd4BqDcYLSnQipy7aZ9zfXNU4E7xKBwuBcOAHxKS9e5Gc+OcUeK0DPGIqbIBmjg WV0RTqT5PMx/imzUOtzPIGpLzB0MQJMhMvvdcgKzSdqfkmQibBZ6P6tY/3GYMLtLrlOQlO gI29KsVM4H2et4ZXdzhYCdjK8ahDcYYyqODcsC6nert7KxVrFda/RWr7saYKTWzSpUm32b 0VAOG8jueZuhg0tN/7SgxgSJrvNMcmtN4dEJl6vXzBs/N8r1jM4SRZ6TlwGtFQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gGRYK6qZ0zZ3D for ; Thu, 14 May 2026 10:35:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3fb72 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 14 May 2026 10:35:17 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Robert Clausecker Subject: git: 68251761c77b - main - libc/ctime.3: timegm() is in C23. List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fuz X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 68251761c77b2f5ff927cf19bba7d4efa88799de Auto-Submitted: auto-generated Date: Thu, 14 May 2026 10:35:17 +0000 Message-Id: <6a05a565.3fb72.25821ac7@gitrepo.freebsd.org> The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=68251761c77b2f5ff927cf19bba7d4efa88799de commit 68251761c77b2f5ff927cf19bba7d4efa88799de Author: Robert Clausecker AuthorDate: 2026-05-14 10:24:30 +0000 Commit: Robert Clausecker CommitDate: 2026-05-14 10:34:40 +0000 libc/ctime.3: timegm() is in C23. See also: D53951, https://wiki.freebsd.org/C23 MFC after: 1 week --- lib/libc/stdtime/ctime.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 6384e8bd959b..e51cb5d52f94 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 23, 2025 +.Dd May 14, 2026 .Dt CTIME 3 .Os .Sh NAME @@ -354,8 +354,9 @@ table). .Pp The .Fn timegm -function is not specified by any standard; its function cannot be -completely emulated using the standard functions described above. +function is expected to conform to +.St -isoC-2023 +with the same constraint. .Sh HISTORY This manual page is derived from the time package contributed to Berkeley by