From a4024b3e6e67062b7043d6cefecc4ff9058883b3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Jan 2004 09:03:57 +0000 Subject: Update. 2004-01-01 Petter Reinholdtsen * 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 ]". --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 098bf09b7e..77e18ea475 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,13 @@ * malloc/memusage.sh: Likewise. * malloc/mtrace.pl: Likewise. +2004-01-01 Petter Reinholdtsen + + * 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 ]". + 2004-01-01 Andreas Jaeger * resolv/Makefile (generated): New. -- cgit 1.4.1