diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 19:10:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-09 19:10:37 +0000 |
commit | cc7f258f32352916d508a6f034f51f14abfc7efe (patch) | |
tree | 334b195b585e4d24e70a4731da630552a8c8e198 /ChangeLog | |
parent | 3926e63db245e06807988a1fe4129dde072d1154 (diff) | |
download | glibc-cc7f258f32352916d508a6f034f51f14abfc7efe.tar glibc-cc7f258f32352916d508a6f034f51f14abfc7efe.tar.gz glibc-cc7f258f32352916d508a6f034f51f14abfc7efe.tar.bz2 glibc-cc7f258f32352916d508a6f034f51f14abfc7efe.zip |
Update.
2001-08-09 Ulrich Drepper <drepper@redhat.com>
* stdio-common/vfscanf.c: Fix handling of %[] for COMPILE_WSCANF.
* libio/Makefile (tests): Add tst-swscanf.
* libio/tst-swscanf.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-08-09 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/vfscanf.c: Fix handling of %[] for COMPILE_WSCANF. + * libio/Makefile (tests): Add tst-swscanf. + * libio/tst-swscanf.c: New file. + 2001-08-09 Jakub Jelinek <jakub@redhat.com> * posix/globtest.sh: Robustify tilde tests. |