From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1035 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: printf POSIX compliance Date: Sat, 09 Jun 2012 09:43:41 +0200 Message-ID: <4FD2FEAD.9090302@barfooze.de> References: <20120608144423.GN163@brightrain.aerifal.cx> <20120608145519.GP163@brightrain.aerifal.cx> <20120608150618.GB17860@port70.net> <20120608152935.GQ163@brightrain.aerifal.cx> <20120608155322.GR163@brightrain.aerifal.cx> <4FD22A87.1030709@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1339227293 26752 80.91.229.3 (9 Jun 2012 07:34:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jun 2012 07:34:53 +0000 (UTC) Cc: Reuben Thomas To: musl@lists.openwall.com Original-X-From: musl-return-1036-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jun 09 09:34:52 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SdGCB-00073t-RB for gllmg-musl@plane.gmane.org; Sat, 09 Jun 2012 09:34:51 +0200 Original-Received: (qmail 11773 invoked by uid 550); 9 Jun 2012 07:34:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11765 invoked from network); 9 Jun 2012 07:34:51 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:1035 Archived-At: On 06/08/2012 06:37 PM, Reuben Thomas wrote: > On 8 June 2012 17:38, John Spencer wrote: >> i was recently following a conversation in #gdb where GNU people (!) were >> trying to update gnulib and failed... > That's odd. I have gnulib as a submodule of my project (GNU Zile), and > to update it I cd into the gnulib directory and do "git up" followed > by committing the new revision of the submodule. Usually takes me > rather less than 5 hours! > apparently it gets hard when you dont update it frequently. here's the relevant extract of the discussion Apr 19 17:43:04 wow, that gnulib thing is a lot more effort than I thought. Gotta send big thanks to palves for doing it. Apr 19 17:44:17 one reason we should maybe update gnulib more frequently is that if we wait too long, it is harder to do Apr 19 17:44:36 I had no idea when I started either :-P [... 5 hours later ...] Apr 19 22:45:35 yay, gnulib patch in, I can finally start my week's plan :-D