From: Ulrich Drepper Date: Fri, 2 Jan 2004 09:03:57 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/ChangeLog~78 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a4024b3e6e67062b7043d6cefecc4ff9058883b3;p=glibc.git 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 ]". --- 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.