From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12475 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Bugs in strftime Date: Wed, 7 Feb 2018 21:35:10 +0100 Message-ID: <20180207203509.GS4418@port70.net> References: <52570ac7-4ba2-0c7a-04b8-c1c9727a5509@gmx.de> <20180205175124.GZ1627@brightrain.aerifal.cx> <20180206174618.GB1220@brightrain.aerifal.cx> <5c58bd79-59a8-e6fc-c204-31c581f54d0b@gmx.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1518035604 30983 195.159.176.226 (7 Feb 2018 20:33:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2018 20:33:24 +0000 (UTC) User-Agent: Mutt/1.9.1 (2017-09-22) To: musl@lists.openwall.com Original-X-From: musl-return-12491-gllmg-musl=m.gmane.org@lists.openwall.com Wed Feb 07 21:33:20 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1ejWP8-0007k9-Jo for gllmg-musl@m.gmane.org; Wed, 07 Feb 2018 21:33:18 +0100 Original-Received: (qmail 3197 invoked by uid 550); 7 Feb 2018 20:35:21 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3176 invoked from network); 7 Feb 2018 20:35:21 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <5c58bd79-59a8-e6fc-c204-31c581f54d0b@gmx.de> Xref: news.gmane.org gmane.linux.lib.musl.general:12475 Archived-At: * Dennis W=F6lfing [2018-02-06 21:24:12 +0100]: > On 06.02.2018 18:46, Rich Felker wrote: > > Attaching a patch I intend to push if I don't find any problems, and > > the one I've already got queued up for the %F issue. Let me know if > > you see any issues with them. >=20 > With these two patches applied I no longer see any failures. >=20 > I have attached the patch for libc-test. > The test in the patch now uses the test.h header from libc-test and is > now indented by tabs. Otherwise the test is still mostly the same. thanks, applied