X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1/bQE13ta7blISTE7OTVKKEvd9/JqUyjUm141urJe Xn6JmVJXZf0akl From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Re: Implementation of [v]as[n]printf() family of functions. Date: Tue, 8 Apr 2008 14:38:28 +0200 User-Agent: KMail/1.9.5 References: <200804062347 DOT 42980 DOT juan DOT guerrero AT gmx DOT de> <200804070119 DOT 46449 DOT juan DOT guerrero AT gmx DOT de> <647fe9b10804072232l762dc40ek81345c42d2bea8c6 AT mail DOT gmail DOT com> In-Reply-To: <647fe9b10804072232l762dc40ek81345c42d2bea8c6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804081438.29476.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Am Dienstag, 8. April 2008 07:32 schrieben Sie: > 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 > Thank you. Fixed. Regards, Juan M. Guerrero