unistdio (was: Re: new module 'printf-frexpl')

2007-02-26 Thread Bruno Haible
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

Re: new module 'printf-frexpl'

2007-02-26 Thread Daniel Jacobowitz
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

Re: new module 'printf-frexpl'

2007-02-26 Thread Bruno Haible
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 (

Re: new module 'printf-frexpl'

2007-02-26 Thread Paolo Bonzini
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

new module 'printf-frexpl'

2007-02-25 Thread Bruno Haible
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. ===