This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: [PATCH] Make strfmon() more POSIX-compliant


[Ulrich Drepper]
>> 	* stdlib/strfmon.c: Make formatting of left-justified currency
>> 	values match the the POSIX standard.  When using format string
>> 	"[%-14#5.4n]" to print -123.45, the result should be
>> 	"[-$   123.4500 ]", not "[-$123.4500    ]".
> 
> I've applied the patch.  Thanks,

Thank you.  But did you forget the ChangeLog entry?  It did not appear
in my CVS copy.


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