Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 2 Jan 2004 09:03:57 +0000 (09:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Jan 2004 09:03:57 +0000 (09:03 +0000)
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
"[%-14#5.4n]" to print -123.45, the result should be
"[-$   123.4500 ]", not "[-$123.4500    ]".

ChangeLog

index 098bf09..77e18ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * malloc/memusage.sh: Likewise.
        * malloc/mtrace.pl: Likewise.
 
+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
+       "[%-14#5.4n]" to print -123.45, the result should be
+       "[-$   123.4500 ]", not "[-$123.4500    ]".
+
 2004-01-01  Andreas Jaeger  <aj@suse.de>
 
        * resolv/Makefile (generated): New.