summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-04 21:27:48 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-04 21:27:48 +0000
commit82f2e9c6bd8a02b6b5d90239f0f683407a5a7d10 (patch)
treee879e05fdd52793265dfdf8e6e4b7e27a1e84965 /ChangeLog
parent3d44c0b219bbe042bd517942e6eaad68145e3440 (diff)
2009-02-04 Ulrich Drepper <drepper@redhat.com>cvs/fedora-glibc-20090204T2135
* libio/wfileops.c (_IO_wfile_underflow): Fix handling of incomplete characters at end of input buffer. * libio/Makefile (tests): Add tst-fgetwc. * libio/tst-fgetwc.c: New file. * libio/tst-fgetwc.input: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cb9f7e3b5..59fb6a1e25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
-2009-02-04 Andreas Jaeger <aj@suse.de>
+2009-02-04 Ulrich Drepper <drepper@redhat.com>
- * FAQ.in: Remove reference to my mips page.
+ * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
+ incomplete characters at end of input buffer.
+ * libio/Makefile (tests): Add tst-fgetwc.
+ * libio/tst-fgetwc.c: New file.
+ * libio/tst-fgetwc.input: New file.
2009-02-02 Andrew Stubbs <ams@codesourcery.com>