]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: fnmatch: support collating symbols in [. .] brackets
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Mar 2023 09:54:00 +0000 (10:54 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Mar 2023 09:54:52 +0000 (10:54 +0100)
commitc36064bbd0c50323c15842c89a0024c780983e87
tree282231c1c6eb8c7f4cffbd29589decaf98743c22
parent149cabea8220c7baf1185ccfaea03922bbfd390a
Cygwin: fnmatch: support collating symbols in [. .] brackets

This requires quite a few changes in how fnmatch operates.
It always operates on wint_t strings now, just like regex and glob,
and it always keeps a pointer on the character inside the string,
rather than operating on a single character.

As a result, just drop the ifdef's for Cygwin.  The code is
non-portable now anyway...

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/libc/fnmatch.c
This page took 0.029847 seconds and 5 git commands to generate.