From owner-svn-src-all@FreeBSD.ORG Thu Jun 19 09:11:14 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 158B4BD2; Thu, 19 Jun 2014 09:11:14 +0000 (UTC) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB08328FE; Thu, 19 Jun 2014 09:11:13 +0000 (UTC) Received: from [87.79.253.138] (helo=fabiankeil.de) by smtprelay02.ispgateway.de with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1WxYN6-0007jC-VL; Thu, 19 Jun 2014 11:11:05 +0200 Date: Thu, 19 Jun 2014 11:10:56 +0200 From: Fabian Keil To: "Pedro F. Giffuni" Subject: Re: svn commit: r267627 - head/lib/libc/stdtime Message-ID: <20140619111056.08264fca@fabiankeil.de> In-Reply-To: <201406182334.s5INYnjo039486@svn.freebsd.org> References: <201406182334.s5INYnjo039486@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/=Q0YJ=XsOpRV=2IZ7jEZsAX"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 Cc: svn-src-all@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 09:11:14 -0000 --Sig_/=Q0YJ=XsOpRV=2IZ7jEZsAX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Pedro F. Giffuni" wrote: > Author: pfg > Date: Wed Jun 18 23:34:48 2014 > New Revision: 267627 > URL: http://svnweb.freebsd.org/changeset/base/267627 >=20 > Log: > strptime: add support for %t and %n > =20 > Posix strptime() requires support for %t and %n, which were added > to the illumos port. Curiously we were skipping white spaces by > default in most other cases making %t meaningless. > =20 > We now skip spaces in the case of the %e specifier as strftime(3) > explicitly adds a space for the single digit case. > =20 > Reference: > http://pubs.opengroup.org/onlinepubs/009695399/functions/strptime.html This also fixes standards/173421: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dstandards/173421 (The "Bugzilla version" apparently lacks the test.) Fabian --Sig_/=Q0YJ=XsOpRV=2IZ7jEZsAX Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlOiqSoACgkQBYqIVf93VJ2OHACgmzkwkKJBzovODkVFIs10iWs8 kJQAnjGeAtVlYIgFWX8+8RNaWWS7dlF0 =Nbay -----END PGP SIGNATURE----- --Sig_/=Q0YJ=XsOpRV=2IZ7jEZsAX--