This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] PR6015, snprintf, glibc2.3 and all that...


Ulrich Drepper wrote:

>There is a big misunderstanding.  __builtin_printf etc don't actually
>implemented what they are suggesting by their names.  Instead they are
>only names for the compiler to convert
>
>  printf ("hello world\n");
>
>into
>
>  puts ("hello world");
>
>and other tricks like this.
>
I see. Thanks! Indeed I was not sure...

May I ask which are your feelings about this issue at large? Does it 
make sense to envisage a "C"-locale only, minimal, snprintf to be used 
for low-level (MT-clean, indeed) number formatting in v3?

Ciao, Paolo.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]