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


On Thu, Jan 01, 2004 at 01:53:30PM +0100, Petter Reinholdtsen wrote:
> Entry for libc/Changelog:
> 
> 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
> 
> 	* stdlib/strfmon.c: Make formatting of left-justified currency
> 	values match the the POSIX standard.  When using format string

s/the the/the/

> 	"[%-14#5.4n]" to print -123.45, the result should be
> 	"[-$   123.4500 ]", not "[-$123.4500    ]".

	Jakub


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