diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-04 21:27:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-04 21:27:48 +0000 |
commit | 82f2e9c6bd8a02b6b5d90239f0f683407a5a7d10 (patch) | |
tree | e879e05fdd52793265dfdf8e6e4b7e27a1e84965 /ChangeLog | |
parent | 3d44c0b219bbe042bd517942e6eaad68145e3440 (diff) | |
download | glibc-82f2e9c6bd8a02b6b5d90239f0f683407a5a7d10.zip glibc-82f2e9c6bd8a02b6b5d90239f0f683407a5a7d10.tar.gz glibc-82f2e9c6bd8a02b6b5d90239f0f683407a5a7d10.tar.bz2 |
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-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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> |