Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-03Cygwin: glob: fix conversion from UTF-32 to multibyteCorinna Vinschen
2023-03-01Cygwin: add wcipcpy and wcipncpy helper functionsCorinna Vinschen
2023-03-01Cygwin: wcitoascii: move to wchar.h as inline functionCorinna Vinschen
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen
2023-02-22Cygwin: glob: perform ignore_case_with_glob on inputCorinna Vinschen
2023-02-22Cygwin: glob: perform correct utf-32 -> multibyte conversionCorinna Vinschen
2023-02-22Cygwin: glob: fix includesCorinna Vinschen
2023-02-21Cygwin: glob: implement collating symbol supportCorinna Vinschen
2023-02-21Cygwin: glob: convert internal character datatype to wint_tCorinna Vinschen
2023-02-21Cygwin: glob: sort in current locale's collating orderCorinna Vinschen
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen
2023-02-16Cygwin: glob: handle equivalence class expressionsCorinna Vinschen
2023-02-15Cygwin: glob: handle named character classesCorinna Vinschen
2023-02-14Cygwin: glob: convert wchar_t to wint_tCorinna Vinschen
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-30Cygwin: remove some 32-bit-only function definitionsKen Brown
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2015-03-03 * common.din (issetugid): Export.Corinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-16 * glob.cc: Include winsup.h before anything else.Corinna Vinschen
2012-08-17whitespace cleanupChristopher Faylor
2012-03-07 * glob.cc (MAXPATHLEN): Reinstantiate with a value of 8192.Corinna Vinschen
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-03-06 Add accidentally missing checkins.Corinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-01-13* glob.cc: Update copyright notice with latest from FreeBSD.Christopher Faylor
2006-10-17 * glob.c: Remove.Corinna Vinschen