Daniel Jacobowitz wrote:
> Could you tell me a little bit about unistdio
It's a set of *printf functions for Unicode strings, part of a Unicode string
library that I presented here: [1]. Its include file unistdio.h is appended.
> and how it interacts with (A) the printf we already have,
The inte
On Mon, Feb 26, 2007 at 03:59:24PM +0100, Bruno Haible wrote:
> Paolo Bonzini asked:
> > > Similarly to 'printf-frexp', here is the corresponding module for
> > > 'long double'.
> >
> > What's the difference from frexpl and why can't we obsolete that one?
>
> You see it by looking into the USE_FR
Paolo Bonzini asked:
> > Similarly to 'printf-frexp', here is the corresponding module for
> > 'long double'.
>
> What's the difference from frexpl and why can't we obsolete that one?
You see it by looking into the USE_FREXP_LDEXP branch of lib/printf-frexp.c:
- The normalization is different (
Bruno Haible wrote:
Similarly to 'printf-frexp', here is the corresponding module for
'long double'.
What's the difference from frexpl and why can't we obsolete that one?
Paolo
Similarly to 'printf-frexp', here is the corresponding module for
'long double'.
2007-02-25 Bruno Haible <[EMAIL PROTECTED]>
* modules/printf-frexpl: New file.
* lib/printf-frexpl.h: New file.
* lib/printf-frexpl.c: New file.
* m4/printf-frexpl.m4: New file.
===