[Bug 57911] fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) returns FNM_NOMATCH

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 3 17:12:04 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=57911

Joerg.Schilling at fokus.fraunhofer.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joerg.Schilling at fokus.fraun
                   |                            |hofer.de

--- Comment #6 from Joerg.Schilling at fokus.fraunhofer.de ---
It is more than [:alpha:]....

it is:
  [: :] character class 
  [= =] equivalence character class 
  [. .] collation symbol 

Given that the bugreport is 14 years old, is there a chance that this will be
implemented in a predictable time?

I am asking this because I am currently taking the FreeBSD libc i18n code and
integrating it into libc from OpenSolaris (SchilliX) and I would like to get
something that could pass the POSIX certification tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-standards mailing list