Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Mar 2001 20:04:25 +0000 (20:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Mar 2001 20:04:25 +0000 (20:04 +0000)
commit821a6bb4360ae232140ba230724642fed9db613c
tree05147bc80d5444d6bf92ae8d043af817208f11f6
parent955994e1313ab81c1db2a456b5fdf7cacb016366
Update.

* posix/tst-fnmatch.input: Add test case for FNM_PERIOD handling with
FNM_EXTMATCH.

* posix/fnmatch_loop.c: Optimize handling of ?() and @().
* posix/fnmatch.c: Define STRLEN and STRCAT appropriately.

* posix/Versions [libc] (GLIBC_2.2.3): Add fnmatch.
* posix/fnmatch.c: Define with new default version GLIBC_2.2.3 to
avoid running binaries with libc versions without FNM_EXTMATCH support.

* include/wchar.h: Add prototype for __wcscat.
* wcsmbs/wcscat.c: Define __wcscat and make wcscat weak alias.
ChangeLog
include/wchar.h
manual/pattern.texi
posix/Versions
posix/fnmatch.c
posix/fnmatch_loop.c
posix/tst-fnmatch.input
wcsmbs/wcscat.c