aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-16 00:09:24 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-16 00:09:24 +0000
commita1a2fec161c0fafca0f8e5df454e9ec9fa15ed99 (patch)
treef6fc527aad72c774800df84472a2b89316ea75a6 /ChangeLog
parent0f740059389e194e62ce975527bcafa26b99b8d8 (diff)
downloadglibc-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07bd5ee4dd..e9c8c51301 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.