diff options
author | Andreas Schwab <schwab@suse.de> | 2014-10-30 12:18:48 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-11-03 09:58:24 +0100 |
commit | 04b76b5aa8b2d1d19066e42dd1a56a38f34e274c (patch) | |
tree | 4dfc80ec8c905d6dbe0bb2ea4d54a9b02178b9ca /ChangeLog | |
parent | 4c6da7da9fb1f0f94e668e6d2966a4f50a7f0d85 (diff) | |
download | glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.zip glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.tar.gz glibc-04b76b5aa8b2d1d19066e42dd1a56a38f34e274c.tar.bz2 |
Don't error out writing a multibyte character to an unbuffered stream (bug 17522)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-11-03 Andreas Schwab <schwab@suse.de> + + [BZ #17522] + * libio/wfileops.c (_IO_wdo_write): If the file buffer has room + for less than MB_LEN_MAX use a local buffer of that size. + * libio/tst-fputws.c: New file. + * libio/Makefile (tests): Add tst-fputws. + 2014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com> * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix |