aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/glob.cc
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Cygwin: glob: fix conversion from UTF-32 to multibyteCorinna Vinschen1-2/+2
2023-03-01Cygwin: add wcipcpy and wcipncpy helper functionsCorinna Vinschen1-6/+3
2023-03-01Cygwin: wcitoascii: move to wchar.h as inline functionCorinna Vinschen1-6/+0
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen1-1/+1
2023-02-22Cygwin: glob: perform ignore_case_with_glob on inputCorinna Vinschen1-4/+19
2023-02-22Cygwin: glob: perform correct utf-32 -> multibyte conversionCorinna Vinschen1-1/+1
2023-02-22Cygwin: glob: fix includesCorinna Vinschen1-7/+1
2023-02-20Cygwin: glob: implement collating symbol supportCorinna Vinschen1-37/+78
2023-02-20Cygwin: glob: convert internal character datatype to wint_tCorinna Vinschen1-5/+6
2023-02-20Cygwin: glob: sort in current locale's collating orderCorinna Vinschen1-1/+1
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen1-2/+6
2023-02-15Cygwin: glob: handle equivalence class expressionsCorinna Vinschen1-11/+31
2023-02-15Cygwin: glob: handle named character classesCorinna Vinschen1-10/+73
2023-02-14Cygwin: glob: convert wchar_t to wint_tCorinna Vinschen1-8/+8
2022-05-29Cygwin: simplify some function namesKen Brown1-5/+2
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown1-31/+0
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2015-03-03 * common.din (issetugid): Export.Corinna Vinschen1-1/+0
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-4/+6
2013-04-16 * glob.cc: Include winsup.h before anything else.Corinna Vinschen1-4/+4
2012-08-16whitespace cleanupChristopher Faylor1-3/+3
2012-03-07 * glob.cc (MAXPATHLEN): Reinstantiate with a value of 8192.Corinna Vinschen1-0/+3
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen1-80/+65
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+0
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-8/+0
2007-03-06 Add accidentally missing checkins.Corinna Vinschen1-0/+1
2007-02-20Remove extraneous whitespace.Christopher Faylor1-3/+3
2007-01-13* glob.cc: Update copyright notice with latest from FreeBSD.Christopher Faylor1-6/+2
2006-10-17 * glob.c: Remove.Corinna Vinschen1-0/+991