From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14305 invoked by alias); 27 Jun 2004 04:12:01 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14291 invoked from network); 27 Jun 2004 04:12:00 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 27 Jun 2004 04:12:00 -0000 Received: from zaretski ([80.230.155.234]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DKO63815; Sun, 27 Jun 2004 07:11:50 +0300 (IDT) Date: Sun, 27 Jun 2004 04:12:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-Id: <3405-Sun27Jun2004070741+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: <40DDC920.3080908@gnu.org> (message from Andrew Cagney on Sat, 26 Jun 2004 15:06:08 -0400) Subject: Re: [patch/rfc] Finish xasprintf->xstrprintf Reply-to: Eli Zaretskii References: <40DDC920.3080908@gnu.org> X-SW-Source: 2004-06/txt/msg00587.txt.bz2 > Date: Sat, 26 Jun 2004 15:06:08 -0400 > From: Andrew Cagney > > Hello, this goes through and converts all remaining calls to > void xasprintf(char **buf, const char *fmt, ...); > into the far more convenient: > char *xstrprintf(const char *fmt, ...); > It also tweaks the doco to match this. The documentation part is fine with me.