This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 19108a3832 i386: Remove unused variable in sysdeps/x86/cacheinfo.c new 033362cfd7 test-container: Support $(complocaledir) and mkdirp. new df6c63ebbc localedef: Add tests-container test for --no-hard-links. new 183083c359 support: Set errno before testing it. new 6f0baacf0f locale/tst-localedef-path-norm: Don't create $(complocaledir)
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: Makefile | 3 + locale/tst-localedef-path-norm.c | 41 +++---- localedata/Makefile | 2 + localedata/tst-localedef-hardlinks.c | 135 +++++++++++++++++++++ .../tst-localedef-hardlinks.root/postclean.req | 2 + .../tst-localedef-hardlinks.root/test1_locale | 3 + .../tst-localedef-hardlinks.root/test2_locale | 3 + .../tst-localedef-hardlinks.script | 9 ++ support/test-container.c | 44 ++++++- support/tst-support_capture_subprocess.c | 4 +- 10 files changed, 220 insertions(+), 26 deletions(-) create mode 100644 localedata/tst-localedef-hardlinks.c create mode 100644 localedata/tst-localedef-hardlinks.root/postclean.req create mode 100644 localedata/tst-localedef-hardlinks.root/test1_locale create mode 100644 localedata/tst-localedef-hardlinks.root/test2_locale create mode 100644 localedata/tst-localedef-hardlinks.root/tst-localedef-hardlinks.script