Re: svn commit: r272122 - head/lib/libc/stdtime

2014-11-03 Thread Pedro Giffuni
El 11/3/2014 12:03 PM, Alexey Dokuchaev escribió: On Thu, Sep 25, 2014 at 06:52:18PM +, Pedro F. Giffuni wrote: 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 featur

Re: svn commit: r272122 - head/lib/libc/stdtime

2014-11-03 Thread Alexey Dokuchaev
On Thu, Sep 25, 2014 at 06:52:18PM +, Pedro F. Giffuni wrote: > 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

Re: svn commit: r272122 - head/lib/libc/stdtime

2014-09-25 Thread Pedro Giffuni
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

Re: svn commit: r272122 - head/lib/libc/stdtime

2014-09-25 Thread Bryan Drewery
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 >

svn commit: r272122 - head/lib/libc/stdtime

2014-09-25 Thread Pedro F. Giffuni
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 v