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-04-24Cygwin: locales: drop unused has_modifier macroCorinna Vinschen
2023-04-24Cygwin: locales: ignore @cjkwide and @cjksingle just like @cjknarrowCorinna Vinschen
2023-03-26Cygwin: locales: fix behaviour for @euro localesCorinna Vinschen
2023-03-26Cygwin: locales: fix behaviour for @cjk* and @euro localesCorinna Vinschen
2023-03-26Cygwin: locales: fix return value check of ResolveLocaleNameCorinna Vinschen
2023-03-26Revert "Cygwin: locales: drop supporting iso639 strings as valid locales"Corinna Vinschen
2023-03-24Cygwin: locales: implement own method to check locale validityCorinna Vinschen
2023-03-24Cygwin: locales: drop supporting iso639 strings as valid localesCorinna Vinschen
2023-03-24Cygwin: locales: set errno to ENOENT if locale is invalidCorinna Vinschen
2023-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen
2023-03-03Cygwin: is_unicode_equiv: fix commentCorinna Vinschen
2023-02-28Cygwin: __wscollate_range_cmp: fix incorrect commentCorinna Vinschen
2023-02-26Cygwin: locale: fix devanagari modifierCorinna Vinschen
2023-02-25Cygwin: locale: Set default charset from Linux locale -> codeset mappingCorinna Vinschen
2023-02-25Cygwin: locale: fix devanagar modifierCorinna Vinschen
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen
2023-02-24Cygwin: support KOI8-T codesetCorinna Vinschen
2023-02-22Cygwin: __wscollate_range_cmp: workaround wcscoll's case-insensitivityCorinna Vinschen
2023-02-21Cygwin: glob: implement collating symbol supportCorinna Vinschen
2023-02-21Cygwin: nlsfuncs.cc: introduce collating elements and helper functionsCorinna Vinschen
2023-02-19Cygwin: convert __collate_range_cmp to __wcollate_range_cmpCorinna Vinschen
2023-02-19Cygwin: is_unicode_equiv: fix normalizationCorinna Vinschen
2023-02-16Cygwin: is_unicode_equiv: fix commentCorinna Vinschen
2023-02-16Cygwin: is_unicode_equiv: implement Unicode equivalence class checkCorinna Vinschen
2023-02-14Cygwin: __collate_range_cmp: handle Unicode values >= 0x10000Corinna Vinschen
2022-08-23Cygwin: cwd: use SRWLOCK instead of mutoCorinna Vinschen
2021-10-29Cygwin: drop support for systems not supporting RFC 4646 localesCorinna Vinschen
2020-09-08Cygwin: pty: move codepage evaluation to nlsfuncs.ccCorinna Vinschen
2020-07-10Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functionsCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2019-03-19Cygwin: wcsxfrm_l: Only byte swap if dest size is > 0Corinna Vinschen
2017-06-06cygwin wcsxfrm: byte swap result ourselvesCorinna Vinschen
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen
2016-08-15Fix memory handling in functions called from loadlocaleCorinna Vinschen
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen
2016-06-24Add support for certain newer locales only available with ScriptCorinna Vinschen
2016-06-23Drop has_localenames flagCorinna Vinschen
2016-06-23Drop has_always_all_codepages flagCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-12strxfrm/wcsxfrm: Always return length of the transformed stringCorinna Vinschen
2015-11-21Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen
2015-10-30Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen
2013-11-26 * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen