This is the mail archive of the
newlib@sources.redhat.com
mailing list for the newlib project.
Re: sniprintf [PATCH]
- From: jjohnstn <jjohnstn at redhat dot com>
- To: Shaun Jackman <sjackman at gmail dot com>
- Cc: newlib at sources dot redhat dot com
- Date: Fri, 19 Nov 2004 20:54:40 -0500 (EST)
- Subject: Re: sniprintf [PATCH]
On Sat, 13 Nov 2004, Shaun Jackman wrote:
Shaun,
Patch has been checked in with massaging. I added documentation
for it into stdio.tex and modified the file to be more in line with
current sources.
Thanks,
-- Jeff J.
> sniprintf is conspicuosly missing. This patch adds it in the most
> obvious way. Perhaps instead sniprintf.c should be generated from
> snprintf.c automatically. This patch does not address vsniprintf,
> which is also missing.
>
> Please cc me in your reply. Cheers,
> Shaun
>
> 2004-11-13 Shaun Jackman <sjackman@gmail.com>
>
> * libc/include/stdio.h: Add sniprintf.
> * libc/stdio/Makefile.am: Add sniprintf.c.
> * libc/stdio/sniprintf.c: New.
>