From nobody Thu May 21 20:59:52 2026 X-Original-To: dev-commits-src-all@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 4gM14t1vCgz6dx79 for ; Thu, 21 May 2026 20:59:58 +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 4gM14s67V2z47xg for ; Thu, 21 May 2026 20:59:57 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779397197; 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=lTeSuhzghtCUD7wC9FOqAm+dJIRQ59ZgTTNkUhB0/fY=; b=XuSa6Ti83h5DQxObBAcSETuxEGPimdctFKHaNIRWYHNhap8+peeIRBkmr3+hbiqgJsQ2W3 wRag6oao34c4rwbDDDSn0GBe+DjfoOUnQeK2+MT/YW4Nywl02Q5aZzik+uGnCbM0MVTFkv r9Qg7mo1kD9J5UIq4ubUUohMtVqA6nbPCGERxhZ4mYuIva9Q/mlfcQBwOqJqMsOuDboltd BnitBy9QWOU2wlgP29tAsmTCJifbHJxB6TnTlrR2T2jEko/4DNuE0x/+/EocwA1j7yp9gr o9mwMP/w/7DrsTGrcZ4t9FdtG2AXNez1o6oVuz7X1zrezmYahDP48ebgmQn3IA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779397197; a=rsa-sha256; cv=none; b=F452BSa0Vb81t9btBn4hKFCdREm3ynwUAIpy8BbXFO1pMtuCpfiIxERh9jQd1J1EOh4Gkq r/KIJQVzhjacy08lF2zp52Th1f0poSvlmtPS3ecYmMQYMPJn3iwf1jcZoK0F0sU1GNngW6 g9KSAuP3YNQsnJ9PtiHVHjloZgDD+j0HqgKC0++ITq3nTKBkW4epP0eahdm6BD3RjOhALG nxw7eY3rpZNrGFgosSB/taCwOD7ndOXP9Z/eNrdoDcbHD/704fhtIPYDVaQEYhoGs6cXZO yTpt2Ep4DEcaswp7AHpqurBBl7hUmJtfkYzS1/vl5RtK+SNXagCX6X0NQYxzRg== 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=1779397197; 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=lTeSuhzghtCUD7wC9FOqAm+dJIRQ59ZgTTNkUhB0/fY=; b=wQcMJ3OqYY/hTH5zxvx4FcHW3Iq/0Z5dkMmL14ibF8ESo3rT7w5dm6HIPBk3PpmnInqpx6 ZkMZovCLTAZrfVX/IwDD9sS9ckcj66NnwlfD8kEJwOiy5JPhDa2JM5eTRP1NE9FN9Jm0yn iQrOQBWpGL7RedLtUzHTECf5nV9zp96v642z7NlEK0SZgRKPC4XNvvz6VN7lBTmZ7NuxyF CAuve8HKDGTg+rTTEw0JLUGGKBt/NIIRSPt+jkbLGl2aV7x4hmpY8wUwQLxo4058qg6ndX 6qtH0bnD1dRjYu/uYlAFyPIgLeItnnHKrM3YoEQzt2zxIp9drwV448Ok4zAdCw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gM14s5bcrzqNp for ; Thu, 21 May 2026 20:59:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 19815 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 21 May 2026 20:59:52 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Robert Clausecker Subject: git: e4bca1be11c5 - stable/15 - libc/ctime.3: timegm() is in C23. List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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/stable/15 X-Git-Reftype: branch X-Git-Commit: e4bca1be11c5edad947d50ce86388bba73489f89 Auto-Submitted: auto-generated Date: Thu, 21 May 2026 20:59:52 +0000 Message-Id: <6a0f7248.19815.205f1c91@gitrepo.freebsd.org> The branch stable/15 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=e4bca1be11c5edad947d50ce86388bba73489f89 commit e4bca1be11c5edad947d50ce86388bba73489f89 Author: Robert Clausecker AuthorDate: 2026-05-14 10:24:30 +0000 Commit: Robert Clausecker CommitDate: 2026-05-21 20:59:01 +0000 libc/ctime.3: timegm() is in C23. See also: D53951, https://wiki.freebsd.org/C23 MFC after: 1 week (cherry picked from commit 68251761c77b2f5ff927cf19bba7d4efa88799de) --- 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