On Tue, Jan 12, 1999 at 12:05:47AM -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >>>>> "Niels" == Niels =?ISO-8859-1?Q?M=F6ller?= <[EMAIL PROTECTED]> writes:
>
> >> On Solaris 2.5.1:
>
> Niels> The ugly error messages (with unexpanded %-sequences) are because
> Niels> there's no vsnprint() on your system. It would be better to include
> Niels> one in the distribution. Or use some custom format function instead.
>
> Solaris 2.5.1 _does_ have vsnprintf(), but it's obscured. You have to call
> __vsnprintf() instead. 2.6 and 7 have vsnprintf() officially exposed.
>
> Yet Another Solaris Autoconf Weirdness.
Brandon Long has written a portable, public domain snprintf/vsnprintf.
It's used in mutt (snprintf.c) and it's also available on his web
page:
<http://www.fiction.net/blong/programs/#snprintf>.
It works rather well in mutt. This might be a good choice for lsh.
-Daniel
--
Daniel Eisenbud
[EMAIL PROTECTED]