This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch codonell/c-utf8 in repository glibc.
from 147ed422f8 Add generic C.UTF-8 locale (Bug 17318) new 3bca8f2cb6 Fix fnmatch and regcomp for zero collation rule locales.
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: posix/Makefile | 180 +++++++++++++++---- posix/bug-regex1.c | 20 +++ posix/bug-regex19.c | 22 ++- posix/bug-regex4.c | 25 +++ posix/bug-regex6.c | 2 +- posix/fnmatch_loop.c | 29 +-- posix/regcomp.c | 12 +- posix/transbug.c | 22 ++- posix/tst-fnmatch.input | 397 ++++++++++++++++++++++++++++++++++++++++++ posix/tst-fnmatch7.c | 18 ++ posix/tst-regcomp-truncated.c | 1 + posix/tst-regex.c | 25 ++- 12 files changed, 678 insertions(+), 75 deletions(-) create mode 100644 posix/tst-fnmatch7.c