(FOLD): Do not assume that characters are unsigned.
authorJim Meyering <jim@meyering.net>
Tue, 31 Oct 2000 07:07:05 +0000 (07:07 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 31 Oct 2000 07:07:05 +0000 (07:07 +0000)
commit2b610108f60c52b2183fb59943cb108bedee43bc
tree811ff07ae653bf5e4fa6481ae333d147f86c6309
parent09c224d2debfabb294e73f6f978af6296b7aedb4
(FOLD): Do not assume that characters are unsigned.
(fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
lib/fnmatch.c