aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-15 05:40:40 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-15 05:40:40 +0000
commite115dbd7baf0f0850f58c41980c859d3fc0c0532 (patch)
treec6889b5960d853ce96c85d4eca5cb0b63dde24f8 /ChangeLog
parentec91ea7ccb80001df0beac4d3eb49fc91170d9bf (diff)
downloadglibc-e115dbd7baf0f0850f58c41980c859d3fc0c0532.tar
glibc-e115dbd7baf0f0850f58c41980c859d3fc0c0532.tar.gz
glibc-e115dbd7baf0f0850f58c41980c859d3fc0c0532.tar.bz2
glibc-e115dbd7baf0f0850f58c41980c859d3fc0c0532.zip
Update.
* stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep. Define and initialize use_outdigits in the inner loops.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3720b04e5..70f90108d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-02-14 Ulrich Drepper <drepper@redhat.com>
+ * stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
+ Define and initialize use_outdigits in the inner loops.
+
* sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).