This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fce3da8 S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit. new 07d6f1a resolv: Add test coverage for ns_name_unpack, ns_name_ntop new 75b3a15 nss_dns: Remove superfluous dn_expand call from network handling new 44f28da nss_dns: Replace local declarations with declarations from a [...] new c3261cd resolv: Add tst-resolv-canonname
The 4 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 | 29 +++ include/arpa/nameser.h | 3 + resolv/Makefile | 14 ++ resolv/nss_dns/dns-host.c | 8 +- resolv/nss_dns/dns-network.c | 16 +- resolv/tst-ns_name.c | 303 +++++++++++++++++++++++ resolv/tst-ns_name.data | 548 ++++++++++++++++++++++++++++++++++++++++++ resolv/tst-resolv-canonname.c | 313 ++++++++++++++++++++++++ 8 files changed, 1215 insertions(+), 19 deletions(-) create mode 100644 resolv/tst-ns_name.c create mode 100644 resolv/tst-ns_name.data create mode 100644 resolv/tst-resolv-canonname.c