]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 Apr 1999 09:15:56 +0000 (09:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 Apr 1999 09:15:56 +0000 (09:15 +0000)
* posix/testfnm.c: Add more test cases.

ChangeLog
posix/testfnm.c

index 0141438499e7370d893ec3ebead52d29aeeffcb6..6c06e3e82038718422a73f6cabb71f236a7270e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 5a6c7e12ea6bb83dbe9562ed10ccb27fe85c2679..e300565b1b310c08cc774c5aacd289a425e590b8 100644 (file)
@@ -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 },
 };