From owner-cvs-src@FreeBSD.ORG Thu Nov 4 08:43:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669BB16A4CE; Thu, 4 Nov 2004 08:43:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EE043D49; Thu, 4 Nov 2004 08:43:37 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (davidxu@localhost [127.0.0.1]) iA48hULd066899; Thu, 4 Nov 2004 08:43:34 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4189ECFC.5060808@freebsd.org> Date: Thu, 04 Nov 2004 16:49:00 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Xin LI References: <200411040834.iA48Yv35076385@repoman.freebsd.org> In-Reply-To: <200411040834.iA48Yv35076385@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdtime strftime.3 strftime.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:43:37 -0000 Will this fix ugly date text bug at up-right corner of gnome desktop ? David Xu Xin LI wrote: > delphij 2004-11-04 08:34:57 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdtime strftime.3 strftime.c > Log: > Add glibc-style strftime(3) padding specifiers, namely, -(no padding), > _(use space as padding), and 0(zero padding). > > These GNU extensions are widely used ones that is worthy for us to > have. > > Discussed with: stefanf, roam, -current > Approved by: murray > Prodded by: ports/72722, ports/72723 > MFC After: 1 month > > Revision Changes Path > 1.35 +10 -1 src/lib/libc/stdtime/strftime.3 > 1.41 +69 -20 src/lib/libc/stdtime/strftime.c >