From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113893 invoked by alias); 26 Mar 2018 15:35:56 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 113477 invoked by uid 89); 26 Mar 2018 15:35:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=H*F:D*br X-HELO: mo20.mail-out.ovh.net Date: Mon, 26 Mar 2018 15:35:00 -0000 From: "Gabriel F. T. Gomes" To: Zack Weinberg CC: Subject: Re: [PATCH 3/9] Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. Message-ID: <20180326123540.0676b3c8@tereshkova> In-Reply-To: <20180307193205.4751-4-zackw@panix.com> References: <20180307193205.4751-1-zackw@panix.com> <20180307193205.4751-4-zackw@panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: EX2.emp.local (172.16.2.2) To EX3.emp.local (172.16.2.3) X-Ovh-Tracer-Id: 1393864088059956813 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtgedrvdeigdeludcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-SW-Source: 2018-03/txt/msg00550.txt.bz2 On Wed, 07 Mar 2018, Zack Weinberg wrote: >Change the callers of __vfscanf_internal and __vfwscanf_internal that >want C99-compliant behavior to communicate this via the new flags >argument, rather than setting bits on the FILE object. This also >means these functions do not need to do their own locking. Looks good to me.