Use the glob matching for filename
authorAkira TAGOH <akira@tagoh.org>
Wed, 8 May 2013 02:57:49 +0000 (11:57 +0900)
committerAkira TAGOH <akira@tagoh.org>
Wed, 8 May 2013 02:57:49 +0000 (11:57 +0900)
commitf6244d2cf231e1dc756f3e941e61b9bf124879bb
tree5645a7d0acacf44250716cee5bbc8c337c4a7664
parent03216ccf4ca0808f9c7b9513efcaeb7f4058b575
Use the glob matching for filename

Regex is expensive to compare filenames. we already have the glob matching
and it works enough in this case.

Prior to this change, renaming FcConfigGlobMatch() to FcStrGlobMatch() and moving to fcstr.c
src/fccfg.c
src/fcint.h
src/fcmatch.c
src/fcstr.c