diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 00:09:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 00:09:24 +0000 |
commit | a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99 (patch) | |
tree | f6fc527aad72c774800df84472a2b89316ea75a6 /ChangeLog | |
parent | 0f740059389e194e62ce975527bcafa26b99b8d8 (diff) | |
download | glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.tar glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.tar.gz glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.tar.bz2 glibc-a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99.zip |
Update.
* stdio-common/Makefile (tests): Add bug14.
* stdio-common/bug14.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-01-15 Ulrich Drepper <drepper@redhat.com> + * stdio-common/Makefile (tests): Add bug14. + * stdio-common/bug14.c: New file. + * stdio-common/vfscanf.c: When recognizing multibyte characters in string reset the byte counter after mbrtowc reported it is not a partial character. Reported by Al Viro <aviro@redhat.com>. |