aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/libc/fnmatch.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Cygwin: fnmatch: fix range comparison in C localeCorinna Vinschen1-1/+1
2023-03-01Cygwin: fnmatch: support collating symbols in [. .] bracketsCorinna Vinschen1-130/+158
2023-02-28Cygwin: fnmatch: drop static variableCorinna Vinschen1-11/+2
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen1-1/+1
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen1-8/+4
2023-02-15Cygwin: fnmatch: handle equivalence class expressionsCorinna Vinschen1-2/+11
2023-02-14Cygwin: fnmatch: handle named character classesCorinna Vinschen1-0/+23
2023-02-14Cygwin: fnmatch: convert wchar_t to wint_tCorinna Vinschen1-11/+11
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-4/+0
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2016-03-17Feature test macros overhaul: fnmatch.hYaakov Selkowitz1-0/+1
2015-11-18Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen1-51/+81
2010-01-16 * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen1-68/+145
2009-04-15 * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen1-4/+0
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-11/+1
2002-01-17 * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen1-0/+230