From owner-cvs-all@FreeBSD.ORG Thu Nov 4 08:54:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89AAC16A4CE; Thu, 4 Nov 2004 08:54:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3F343D45; Thu, 4 Nov 2004 08:54:10 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) iA48sAFf068150; Thu, 4 Nov 2004 08:54:10 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48sAww068149; Thu, 4 Nov 2004 08:54:10 GMT (envelope-from delphij) Date: Thu, 4 Nov 2004 08:54:10 +0000 From: Xin LI To: David Xu Message-ID: <20041104085410.GA68066@freefall.freebsd.org> References: <200411040834.iA48Yv35076385@repoman.freebsd.org> <4189ECFC.5060808@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4189ECFC.5060808@freebsd.org> User-Agent: Mutt/1.4.1i 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:54:10 -0000 Yes, AFAIK it fixes gdm's date representation as well without maintaining our local patches against the official version. Cheers, On Thu, Nov 04, 2004 at 04:49:00PM +0800, David Xu wrote: > 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).