From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8647 invoked by alias); 8 Jan 2009 12:54:46 -0000 Received: (qmail 8639 invoked by uid 22791); 8 Jan 2009 12:54:46 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Jan 2009 12:54:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CB9FD2A9689; Thu, 8 Jan 2009 07:54:37 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id B2-DC3Rd3VDt; Thu, 8 Jan 2009 07:54:37 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 59FC92A9681; Thu, 8 Jan 2009 07:54:37 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 646C0E7ACD; Thu, 8 Jan 2009 16:54:30 +0400 (RET) Date: Thu, 08 Jan 2009 12:54:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: Kai.Tietz@onevision.com, gdb-patches@sourceware.org Subject: Re: [RFC] convert a host address to a string Message-ID: <20090108125430.GB20220@adacore.com> References: <200901081249.n08Cn6WB031507@brahms.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901081249.n08Cn6WB031507@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00151.txt.bz2 > Well, the PRIxxx macros are ISO C99 inventions, so we can't assume > they're generally available. Guess that could be mitigated by > importing inttypes module from gnulib. It's mentioned in the C90 draft document that I have. Has it been removed from the final revision? In any case, it doesn't work on Windows, because their definition is screwed. How about some of my suggestions? -- Joel