svn commit: r272122 - head/lib/libc/stdtime
Pedro Giffuni
pfg at freebsd.org
Thu Sep 25 20:41:14 UTC 2014
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.
More information about the svn-src-head
mailing list