public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* vsnprintf
@ 1999-05-31 15:27 Todd Goodman
  1999-05-31 16:31 ` vsnprintf Mumit Khan
  1999-05-31 21:10 ` vsnprintf Todd Goodman
  0 siblings, 2 replies; 8+ messages in thread
From: Todd Goodman @ 1999-05-31 15:27 UTC (permalink / raw)
  To: cygwin

Is there a vsnprintf in cygwin?

I grep'ed the header files and it looks like there's one for mingw32,
but not cygwin?

Am I wrong?  If so, what do I need to include/link with to get it?

Thanks,

Todd

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vsnprintf
  1999-05-31 15:27 vsnprintf Todd Goodman
@ 1999-05-31 16:31 ` Mumit Khan
  1999-05-31 21:10   ` vsnprintf Mumit Khan
  1999-06-01 17:39   ` vsnprintf Todd Goodman
  1999-05-31 21:10 ` vsnprintf Todd Goodman
  1 sibling, 2 replies; 8+ messages in thread
From: Mumit Khan @ 1999-05-31 16:31 UTC (permalink / raw)
  To: Todd Goodman; +Cc: cygwin

"Todd Goodman" <tsg1@earthlink.net> writes:
> Is there a vsnprintf in cygwin?
> 
> I grep'ed the header files and it looks like there's one for mingw32,
> but not cygwin?
> 
> Am I wrong?  If so, what do I need to include/link with to get it?

MS runtime provides vsnprintf (hence mingw32 has it), but Cygwin runtime, 
namely newlib, does not.  It'll stay missing until someone contributes it.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vsnprintf
  1999-05-31 16:31 ` vsnprintf Mumit Khan
@ 1999-05-31 21:10   ` Mumit Khan
  1999-06-01 17:39   ` vsnprintf Todd Goodman
  1 sibling, 0 replies; 8+ messages in thread
From: Mumit Khan @ 1999-05-31 21:10 UTC (permalink / raw)
  To: Todd Goodman; +Cc: cygwin

"Todd Goodman" <tsg1@earthlink.net> writes:
> Is there a vsnprintf in cygwin?
> 
> I grep'ed the header files and it looks like there's one for mingw32,
> but not cygwin?
> 
> Am I wrong?  If so, what do I need to include/link with to get it?

MS runtime provides vsnprintf (hence mingw32 has it), but Cygwin runtime, 
namely newlib, does not.  It'll stay missing until someone contributes it.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* vsnprintf
  1999-05-31 15:27 vsnprintf Todd Goodman
  1999-05-31 16:31 ` vsnprintf Mumit Khan
@ 1999-05-31 21:10 ` Todd Goodman
  1 sibling, 0 replies; 8+ messages in thread
From: Todd Goodman @ 1999-05-31 21:10 UTC (permalink / raw)
  To: cygwin

Is there a vsnprintf in cygwin?

I grep'ed the header files and it looks like there's one for mingw32,
but not cygwin?

Am I wrong?  If so, what do I need to include/link with to get it?

Thanks,

Todd

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: vsnprintf
  1999-05-31 16:31 ` vsnprintf Mumit Khan
  1999-05-31 21:10   ` vsnprintf Mumit Khan
@ 1999-06-01 17:39   ` Todd Goodman
  1999-06-30 22:10     ` vsnprintf Todd Goodman
  1 sibling, 1 reply; 8+ messages in thread
From: Todd Goodman @ 1999-06-01 17:39 UTC (permalink / raw)
  To: 'Mumit Khan'; +Cc: cygwin

Makes sense.  I can't sign up to do it, but maybe I'll end up with some
free time sometime soon.

Todd

> -----Original Message-----
> From: Mumit Khan [ mailto:khan@xraylith.wisc.EDU ]
> Sent: Monday, May 31, 1999 7:31 PM
> To: Todd Goodman
> Cc: cygwin@sourceware.cygnus.com
> Subject: Re: vsnprintf 
> 
> 
> "Todd Goodman" <tsg1@earthlink.net> writes:
> > Is there a vsnprintf in cygwin?
> > 
> > I grep'ed the header files and it looks like there's one 
> for mingw32,
> > but not cygwin?
> > 
> > Am I wrong?  If so, what do I need to include/link with to get it?
> 
> MS runtime provides vsnprintf (hence mingw32 has it), but 
> Cygwin runtime, 
> namely newlib, does not.  It'll stay missing until someone 
> contributes it.
> 
> Regards,
> Mumit
> 
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: vsnprintf
  1999-06-01 17:39   ` vsnprintf Todd Goodman
@ 1999-06-30 22:10     ` Todd Goodman
  0 siblings, 0 replies; 8+ messages in thread
From: Todd Goodman @ 1999-06-30 22:10 UTC (permalink / raw)
  To: 'Mumit Khan'; +Cc: cygwin

Makes sense.  I can't sign up to do it, but maybe I'll end up with some
free time sometime soon.

Todd

> -----Original Message-----
> From: Mumit Khan [ mailto:khan@xraylith.wisc.EDU ]
> Sent: Monday, May 31, 1999 7:31 PM
> To: Todd Goodman
> Cc: cygwin@sourceware.cygnus.com
> Subject: Re: vsnprintf 
> 
> 
> "Todd Goodman" <tsg1@earthlink.net> writes:
> > Is there a vsnprintf in cygwin?
> > 
> > I grep'ed the header files and it looks like there's one 
> for mingw32,
> > but not cygwin?
> > 
> > Am I wrong?  If so, what do I need to include/link with to get it?
> 
> MS runtime provides vsnprintf (hence mingw32 has it), but 
> Cygwin runtime, 
> namely newlib, does not.  It'll stay missing until someone 
> contributes it.
> 
> Regards,
> Mumit
> 
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vsnprintf
  1999-06-01  0:47 vsnprintf Emanuele ALIBERTI
@ 1999-06-30 22:10 ` Emanuele ALIBERTI
  0 siblings, 0 replies; 8+ messages in thread
From: Emanuele ALIBERTI @ 1999-06-30 22:10 UTC (permalink / raw)
  To: khan, tsg1; +Cc: cygwin

>MS runtime provides vsnprintf (hence mingw32 has it), but Cygwin runtime,
>namely newlib, does not.  It'll stay missing until someone contributes it.

crtdll.dll sources for the ReactOS project are here:

http://mok.lvcm.com/cgi-bin/reactos/ros-cvs/reactos/lib/crtdll/stdio/vsprintf.c


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: vsnprintf
@ 1999-06-01  0:47 Emanuele ALIBERTI
  1999-06-30 22:10 ` vsnprintf Emanuele ALIBERTI
  0 siblings, 1 reply; 8+ messages in thread
From: Emanuele ALIBERTI @ 1999-06-01  0:47 UTC (permalink / raw)
  To: khan, tsg1; +Cc: cygwin

>MS runtime provides vsnprintf (hence mingw32 has it), but Cygwin runtime,
>namely newlib, does not.  It'll stay missing until someone contributes it.

crtdll.dll sources for the ReactOS project are here:

http://mok.lvcm.com/cgi-bin/reactos/ros-cvs/reactos/lib/crtdll/stdio/vsprintf.c


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-06-30 22:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-31 15:27 vsnprintf Todd Goodman
1999-05-31 16:31 ` vsnprintf Mumit Khan
1999-05-31 21:10   ` vsnprintf Mumit Khan
1999-06-01 17:39   ` vsnprintf Todd Goodman
1999-06-30 22:10     ` vsnprintf Todd Goodman
1999-05-31 21:10 ` vsnprintf Todd Goodman
1999-06-01  0:47 vsnprintf Emanuele ALIBERTI
1999-06-30 22:10 ` vsnprintf Emanuele ALIBERTI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).