From nobody Thu May 14 10:35:17 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 4gGRYR37zcz6ctSj for ; Thu, 14 May 2026 10:35:23 +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 4gGRYR2NXvz46jL for ; Thu, 14 May 2026 10:35:23 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778754923; 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=ZcA0Hru8OSA2u5lIFFzDBtG1ojozZsk6DB8R2h8Qkk6u/WWgpUBb01x4z4eJFVtpYVgFjp H6o2BftrA70uGQLK24SZWws8kLwvBosNOrlGuJttlvdwFM3mfrsT5g6iJRee4zRQgBTBoY eTpOn5tO4sDNFwfLuAypfZuy6V2XGHKaFed1t9I0an1Of1ONSaqw4rgHTbT8uDqxm8Ajqf sRE+rc4AJ3o1IpIwpH3acHZprIawyinFsN7H8VwHkFL+hRbvY76aV8bxc1DSEDDPFlPo9w x9YB4V+yQl7GsDI8CiefJrwEb5pJ+ExcjLzzYl87htOXluKAMIUGcvooIzJaBw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778754923; a=rsa-sha256; cv=none; b=I/d15FskiFt3T7PlYANbtA3RzormVpb/tk0GFE4FK/SJIfhV/xU/RX7wC1GMP/8fjalnQl GegUJuiHDie/UKI4lBvtx2H0PdZk8ceb1zcLQX3kS5dJpvXntt4xKrOL4OSc/9X5w6AVuF oegVDUGKgDwAF0OqKe06FB5ePwR6AXTwlL1MVDSp7wc1tIDwqDzbCySf8aSo9dNpzd79Yo 4KywDSXahQ6VcfnOub2oqesz5gEBAvZDIz5pr0ZI2DyMw7WRHBzd43WzUkvP5Jzex9AkUi I0JY0AwJipDYgl1tcD3oJCUG8ia8/HFLKK3rOr7B1oNxYO3iJ/FSLAjqlUrU8Q== 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=1778754923; 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=ulBtDD/0l82zUSJnpoCgVUtVIpwXsaXGGCRvdsLU9c+pvd3LDxummOS6w5gn1NJidjHb91 CMR3yJuagHxJ26bh+538e84jdImg2OTKaRHasgZUXHw+ZDwPXP7X5B4G3/8QX0BUbWLvWW YRoI7qHqmHuOaoWfwPmGF+i7rwX69GEMlsw+/hpgkkZcjR5Evs68yFMgJLGu1OnLZ1u8zE Q4cHCu6+CzS5c0ofNVXFljDE42HavxZM3MrH+zpotCl8OujxfQhMXc+y1ZqVHcU1EDoKh0 3Q1ggsMltglGP+IMWKbKYQT+hqb91Id79+5m7CtNyQfDjdR0tudv6U1Yuv4UGg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gGRYR1wmqzZ08 for ; Thu, 14 May 2026 10:35:23 +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 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/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