aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-02 09:03:57 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-02 09:03:57 +0000
commita4024b3e6e67062b7043d6cefecc4ff9058883b3 (patch)
treed4e8770fea87754c643fdd0c3810ef971d279a1a
parent973fcec8cda803e9628fa544e1aad32655ad5f63 (diff)
downloadglibc-a4024b3e6e67062b7043d6cefecc4ff9058883b3.tar
glibc-a4024b3e6e67062b7043d6cefecc4ff9058883b3.tar.gz
glibc-a4024b3e6e67062b7043d6cefecc4ff9058883b3.tar.bz2
glibc-a4024b3e6e67062b7043d6cefecc4ff9058883b3.zip
Update.
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 ]".
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <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.