This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 45c42b65c2 Add new tests for fopen new 596a61cf6b libio: Start to return errors when flushing fwrite's buffer [...] new 1515f74fd8 libio: Add a new fwrite test that evaluates partial writes
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libio/bits/types/struct_FILE.h | 9 +- libio/fileops.c | 2 + libio/iofwrite.c | 39 +++- stdio-common/Makefile | 8 + stdio-common/tst-fwrite-bz29459.c | 89 ++++++++ .../{tst-unbputc.sh => tst-fwrite-bz29459.sh} | 11 +- stdio-common/tst-fwrite-pipe.c | 130 ++++++++++++ stdio-common/tst-fwrite-pos.c | 233 +++++++++++++++++++++ 8 files changed, 510 insertions(+), 11 deletions(-) create mode 100644 stdio-common/tst-fwrite-bz29459.c copy stdio-common/{tst-unbputc.sh => tst-fwrite-bz29459.sh} (73%) create mode 100644 stdio-common/tst-fwrite-pipe.c create mode 100644 stdio-common/tst-fwrite-pos.c