From owner-svn-src-head@FreeBSD.ORG Mon Nov 3 17:03:52 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 341C323D; Mon, 3 Nov 2014 17:03:52 +0000 (UTC) Date: Mon, 3 Nov 2014 17:03:52 +0000 From: Alexey Dokuchaev To: "Pedro F. Giffuni" Subject: Re: svn commit: r272122 - head/lib/libc/stdtime Message-ID: <20141103170352.GC51291@FreeBSD.org> References: <201409251852.s8PIqIRD033822@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201409251852.s8PIqIRD033822@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 17:03:52 -0000 On Thu, Sep 25, 2014 at 06:52:18PM +0000, 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 code recognizes both directives and > validates that the week number lies in the permitted range, > but then simply discards the value. I've notivced that recently added support for %t and %n, %s format fix, and now %U and %W were never MFCed to stable/8. Anything blocks these simply looking changes there? :) ./danfe