diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 20:23:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 20:23:16 +0000 |
commit | 2f278c9480ed5362c422526acb36d9450ed682d7 (patch) | |
tree | 08fb23850c2d923542be7a758b952e44edae5c8e /ChangeLog | |
parent | 5569e0a6fb5c99cfb1b6b9ac020edfa95f710603 (diff) | |
download | glibc-2f278c9480ed5362c422526acb36d9450ed682d7.tar glibc-2f278c9480ed5362c422526acb36d9450ed682d7.tar.gz glibc-2f278c9480ed5362c422526acb36d9450ed682d7.tar.bz2 glibc-2f278c9480ed5362c422526acb36d9450ed682d7.zip |
Update.
* stdio-common/vfscanf.c: Fix reading of wide chars and strings if
not COMPILE_WSCANF.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-08-09 Ulrich Drepper <drepper@redhat.com> + * stdio-common/vfscanf.c: Fix reading of wide chars and strings if + not COMPILE_WSCANF. + * libio/vswprintf.c (_IO_vswprintf): Fix return value handling which is different from snprintf. * libio/tst_swprintf.c: Add tests for too small output buffer. |