Sync fnmatch(3) with FreeBSD.
authorPeter Avalos <pavalos@theshell.com>
Thu, 26 Feb 2009 08:21:07 +0000 (03:21 -0500)
committerPeter Avalos <pavalos@theshell.com>
Tue, 7 Apr 2009 07:09:26 +0000 (21:09 -1000)
commit5659670c50569ca7a6f3fac5b0d0b183556ca7a5
tree929c77a0daf08402866d11ba5d88dea88a47e222
parent36a7591cd6d08b5b4166531a99c7f85b7db8f83e
Sync fnmatch(3) with FreeBSD.

* Define FNM_NOSYS iaw SUS.

* Document the missing portions of IEEE Std. 1003.2.

* Add support for multibyte characters.
include/fnmatch.h
lib/libc/gen/fnmatch.3
lib/libc/gen/fnmatch.c