diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 19:49:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 19:49:54 +0000 |
commit | 5569e0a6fb5c99cfb1b6b9ac020edfa95f710603 (patch) | |
tree | 1a56cb1137e45f94340256ce1e0fb4a746e48dbc /ChangeLog | |
parent | cc7f258f32352916d508a6f034f51f14abfc7efe (diff) | |
download | glibc-5569e0a6fb5c99cfb1b6b9ac020edfa95f710603.tar.gz glibc-5569e0a6fb5c99cfb1b6b9ac020edfa95f710603.tar.xz glibc-5569e0a6fb5c99cfb1b6b9ac020edfa95f710603.zip |
Update.
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f15b09a413..a9c4e8d489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-08-09 Ulrich Drepper <drepper@redhat.com> + * 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. + * stdio-common/vfscanf.c: Fix handling of %[] for COMPILE_WSCANF. * libio/Makefile (tests): Add tst-swscanf. * libio/tst-swscanf.c: New file. |