From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AAE3F3857703; Mon, 19 Jun 2023 18:55:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AAE3F3857703 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687200900; bh=SXZne8kOh7DZ/R3+sOFz7BHtsDIHW1Xo4NIv1hxT3zI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Atl/Ikuoh+83+OAIivCrLwMdrhfUy8UTm6C4TTzHcYSro5EtDn5uSGJo9cym3jQX0 cGPTNZeQBq0cQJqGKTOexb5N76pmieMzBjNo4dGwAEH3tDYJIHkhv/d9Uu+/cWbEiF q+3fP6Krxg/WJjmG8HUFCNLrb/u6z5O94hlIp4Io= From: "jsm28 at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug stdio/24466] Feature request: provide special printf formats for intXX_t Date: Mon, 19 Jun 2023 18:55:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: stdio X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jsm28 at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.38 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: target_milestone bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D24466 Joseph Myers changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.38 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Joseph Myers --- Fixed for 2.38 by adding C2x %wN. (scanf support is still to be added, but that's not part of what was requested in this issue, so I think it's appropriate to consider this issue as fixed now.) --=20 You are receiving this mail because: You are on the CC list for the bug.=