mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-19 01:11:05 +00:00
Update.
* posix/testfnm.c: Add more test cases.
This commit is contained in:
parent
10bb450d11
commit
b6a7609d56
@ -3,6 +3,8 @@
|
||||
* posix/fnmatch.c (internal_fnmatch): Correctly reset string
|
||||
pointer in case of an invalid [[: expression.
|
||||
|
||||
* posix/testfnm.c: Add more test cases.
|
||||
|
||||
1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
|
||||
|
||||
* hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced
|
||||
|
@ -46,6 +46,7 @@ struct {
|
||||
{ "a./b", "*[.]/b", FNM_PATHNAME|FNM_PERIOD, 0 },
|
||||
{ "a/b", "*[[:alpha:]]/*[[:alnum:]]", FNM_PATHNAME, 0 },
|
||||
{ "a/b", "*[![:digit:]]*/[![:d-d]", FNM_PATHNAME, 0 },
|
||||
{ "a/[", "*[![:digit:]]*/[[:d-d]", FNM_PATHNAME, 0 },
|
||||
{ "a/[", "*[![:digit:]]*/[![:d-d]", FNM_PATHNAME, FNM_NOMATCH },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user