This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 778f197486 Update translations from the Translation Project new 2cc7bad0ae [BZ 1190] Make EOF sticky in stdio.
The 1 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: ChangeLog | 17 +++++++ NEWS | 8 +++ libio/Makefile | 3 +- libio/fileops.c | 7 ++- libio/oldfileops.c | 7 ++- libio/tst-fgetc-after-eof.c | 109 ++++++++++++++++++++++++++++++++++++++++ libio/wfileops.c | 4 ++ support/Makefile | 1 + support/support_openpty.c | 109 ++++++++++++++++++++++++++++++++++++++++ support/tty.h | 45 +++++++++++++++++ wcsmbs/Makefile | 2 +- wcsmbs/tst-fgetwc-after-eof.c | 114 ++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 416 insertions(+), 10 deletions(-) create mode 100644 libio/tst-fgetc-after-eof.c create mode 100644 support/support_openpty.c create mode 100644 support/tty.h create mode 100644 wcsmbs/tst-fgetwc-after-eof.c