From 5d9167133cd1b614e2841eceba5d6c3828059254 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Feb 2001 06:19:24 +0000 Subject: Update. 2001-02-01 Ulrich Drepper * Makerules (build-shlib): Add $(extra-B-$(@F:lib%.so=%).so). * configure.in: Test for -z initfirst linker option. * config.make.in: Add have-z-initfirst. * elf/dl-init.c (_dl_init): Split out actual initialization code in new function call_init. If _dl_initfirst is non-NULL initialize first. * elf/dl-load.c (_dl_map_from_fd): If DF_1_INITFIRST flag is set remember object in _dl_initfirst. * elf/soinit.c: Remove special support for calling __pthread_initialize_minimal. * conform/conformtest.pl: Add missing $prepend in type test. * elf/elf.h (SHT_CHECKSUM): New definition. * posix/tst-fnmatch.input: Add tests for [. .] in locales. --- posix/tst-fnmatch.input | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'posix') diff --git a/posix/tst-fnmatch.input b/posix/tst-fnmatch.input index 85dda08..6add86c 100644 --- a/posix/tst-fnmatch.input +++ b/posix/tst-fnmatch.input @@ -460,6 +460,9 @@ de_DE.ISO-8859-1 " de_DE.ISO-8859-1 "b" "[[=ä=]b]" 0 de_DE.ISO-8859-1 "c" "[[=ä=]b]" NOMATCH +de_DE.ISO-8859-1 "aa" "[[.a.]]a" 0 +de_DE.ISO-8859-1 "ba" "[[.a.]]a" NOMATCH + # And with a multibyte character set. de_DE.UTF-8 "a" "[a-z]" 0 @@ -549,6 +552,9 @@ de_DE.UTF-8 "ä" "[[=ä=]b]" 0 de_DE.UTF-8 "b" "[[=ä=]b]" 0 de_DE.UTF-8 "c" "[[=ä=]b]" NOMATCH +de_DE.UTF-8 "aa" "[[.a.]]a" 0 +de_DE.UTF-8 "ba" "[[.a.]]a" NOMATCH + # Test of GNU extensions. C "x" "x" 0 PATHNAME|LEADING_DIR -- cgit v1.1