X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=oPC/OkVu9NTUriUmD0MgutyBUXkFnHmdvKR1g/4+JHY=; b=DQkyKIzAi6DQrv9ohoAX6HfL+ll7IlHmcMBToEAr1O5ZuRer00EgsVPzvgbTYztDDZuRGewiWFSFO8ek7wU72iwpmyqg7wlahrtNFtShuRoxvTw6k1sg1CztbtxAlLrBw5HPoXYstr+w69PRZITMi59k9PzJzwUhiiEol+OH0y4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IBiU4/EaudEnfwe+a5uY5o7/0Ti0KZccZhIUmzGwuLRkBep/xukxHrDb6i6IYqK/hN8b5n+wRofhyV1vtknLGDRtV6SZswdZHDDVnm390ztVDk8MxGiiXZnnZ03PvPVDT206rHqGj4qspr3QGgMQaAq6Lx6k6HOkwP+ibTGC0rY= Message-ID: <647fe9b10804072232l762dc40ek81345c42d2bea8c6@mail.gmail.com> Date: Tue, 8 Apr 2008 08:32:16 +0300 From: "O.Sezer" To: djgpp-workers AT delorie DOT com Subject: Re: Implementation of [v]as[n]printf() family of functions. In-Reply-To: <200804070119.46449.juan.guerrero@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804062347 DOT 42980 DOT juan DOT guerrero AT gmx DOT de> <200804070051 DOT 45558 DOT juan DOT guerrero AT gmx DOT de> <200804062309 DOT m36N9aII024857 AT envy DOT delorie DOT com> <200804070119 DOT 46449 DOT juan DOT guerrero AT gmx DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 4/7/08, Juan Manuel Guerrero wrote: > Am Montag, 7. April 2008 01:09 schrieben Sie: > > > > > > I do not understand this. The pointer is uninitialized. > > > strbuf=malloc() happens in asnprintf(). > > > > Ah, sorry. Then the comment should be something like "Pointer to the > > buffer allocated by vasnprintf". > > > > OK > The makefile is missing the new entries. Regards, Ozkan Sezer --- djgpp/src/libc/compat/stdio/makefile~ 2007-12-12 04:03:19.000000000 +0200 +++ djgpp/src/libc/compat/stdio/makefile 2008-04-08 08:28:36.000000000 +0300 @@ -12,5 +12,9 @@ SRC += tempnam.c SRC += vscanf.c SRC += vfscanf.S SRC += vsscanf.c +SRC += asprintf.c +SRC += asnprntf.c +SRC += vasnprtf.c +SRC += vasprntf.c include $(TOP)/../makefile.inc