From: David Dykstra Date: Fri, 7 Jan 2000 17:58:44 +0000 (+0000) Subject: Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because the X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9dce9b45b3fb2417fd09264ae085e6c89572d058?hp=9dce9b45b3fb2417fd09264ae085e6c89572d058 Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because the FNM_PATHNAME flag (to stop at slashes in path names) was not working. Ironically, the bug in glibc's fnmatch was reported on the rsync mailing list in late October, and rsync's configure.in was changed to detect the bad glibc and use the internal fnmatch, but the internal fnmatch was based on the same buggy glibc! ---