This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 397c54c1af aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT new 3f5e3f5d06 libio: Implement internal function __libc_readline_unlocked new 916124ed84 nss_files: Fix re-reading of long lines [BZ #18991]
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: ChangeLog | 30 +++++ include/stdio.h | 17 +++ libio/Makefile | 4 +- libio/Versions | 4 + libio/fseeko.c | 12 +- libio/fseeko64.c | 5 +- libio/ftello.c | 8 +- libio/ftello64.c | 5 +- libio/readline.c | 170 ++++++++++++++++++++++++ libio/tst-readline.c | 236 +++++++++++++++++++++++++++++++++ nss/Makefile | 2 + nss/nss_files/files-XXX.c | 121 +++++++---------- nss/tst-nss-files-hosts-getent.c | 276 +++++++++++++++++++++++++++++++++++++++ 13 files changed, 810 insertions(+), 80 deletions(-) create mode 100644 libio/readline.c create mode 100644 libio/tst-readline.c create mode 100644 nss/tst-nss-files-hosts-getent.c