Date: Sun, 7 Mar 1999 11:29:40 -0500 Message-Id: <199903071629.LAA12632@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <8a69d23c.36e2a638@aol.com> (Kbwms@aol.com) Subject: Re: Documentation for fnmatch() References: <8a69d23c DOT 36e2a638 AT aol DOT com> Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Is there a newer info file for fnmatch than the one dated 9-27-98? The latest version is the one in cvs. > That document mentions FNM_PATH & FNM_QUOTE neither of which are > given in the header file, fnmatch.h. Contrary-wise, the header > file contains > > FNM_NOESCAPE 0x01 > FNM_PATHNAME 0x02 > FNM_PERIOD 0x04 > FNM_NOCASE 0x08 fnmatch.c uses noescape, pathname, and nocase, but not period. POSIX.2 defines noescape, pathname, and period.