diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 05:40:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-15 05:40:40 +0000 |
commit | e115dbd7baf0f0850f58c41980c859d3fc0c0532 (patch) | |
tree | c6889b5960d853ce96c85d4eca5cb0b63dde24f8 /ChangeLog | |
parent | ec91ea7ccb80001df0beac4d3eb49fc91170d9bf (diff) | |
download | glibc-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |