Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 15:35:56 -0500
From:      Pedro Giffuni <pfg@freebsd.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>, src-committers@freebsd.org,  svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r272122 - head/lib/libc/stdtime
Message-ID:  <54247CAC.6010407@freebsd.org>
In-Reply-To: <542472AF.7020402@FreeBSD.org>
References:  <201409251852.s8PIqIRD033822@svn.freebsd.org> <542472AF.7020402@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 09/25/14 14:53, Bryan Drewery wrote:
> On 9/25/2014 1:52 PM, Pedro F. Giffuni wrote:
>> Author: pfg
>> Date: Thu Sep 25 18:52:17 2014
>> New Revision: 272122
>> URL: http://svnweb.freebsd.org/changeset/base/272122
>>
>> Log:
>>    Add strptime(3) support for %U and %W
>>    
>>    Add support for the missing POSIX-2001 %U and %W features: the
>>    existing  FreeBSD strptime code recognizes both directives and
>>    validates that the week number lies in the permitted range,
>>    but then simply discards the value.
>>    
>>    Initial support for the feature was written by Paul Green with
>>    important fixes by Andrey Chernov. Additional support for
>>    handling tm_wday/tm_yday was written by David Carlier.
>>    
>>    PR:		137307
>>    MFC after:	1 month
> Seems Relnotes worthy.

Ugh . yes, but it is not planned for 10.1 and there are still issues to fix.

Pedro.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54247CAC.6010407>