summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reinstantiate Cygwin function called `__getreent'Corinna Vinschen2016-08-182-2/+7
* Revert "Fix __getreent function for Cygwin"Corinna Vinschen2016-08-182-8/+2
* Workaround AzureAD shortcomingsCorinna Vinschen2016-08-181-10/+90
* Fix __getreent function for CygwinCorinna Vinschen2016-08-182-2/+8
* Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme2016-08-174-104/+5
* Add release message for commit c02ac89Corinna Vinschen2016-08-172-0/+8
* Add -i/--input option to locale(1)Corinna Vinschen2016-08-172-14/+34
* Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen2016-08-172-8/+5
* Actually return pointers in locale categroy accessor functionsCorinna Vinschen2016-08-161-8/+8
* Always fall back to __ctype_ptr__ in isXXX_l functions.Corinna Vinschen2016-08-161-1/+2
* Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen2016-08-161-0/+1
* Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets onlyCorinna Vinschen2016-08-161-2/+12
* Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.Corinna Vinschen2016-08-161-1/+49
* __localeconv_l: Always define locale variable lconvCorinna Vinschen2016-08-161-1/+1
* Don't use locale_t in internal headerCorinna Vinschen2016-08-162-2/+2
* Rephrase release messageCorinna Vinschen2016-08-161-1/+1
* Fix typo in release messageCorinna Vinschen2016-08-161-1/+0
* Add release text for Cygwin 2.6.0Corinna Vinschen2016-08-153-29/+118
* Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen2016-08-1527-812/+1035
* Add documentation for duplocale, freelocale, newlocale, and uselocale.Corinna Vinschen2016-08-156-2/+209
* Fold documentation of is*_l funcs into documentation of non-l is* funcsCorinna Vinschen2016-08-1568-1209/+514
* setlocale/localeconv are *not* POSIX-1.2008Corinna Vinschen2016-08-151-3/+3
* setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen2016-08-153-21/+14
* __loadlocale: Set missing val when evaluating CP874Corinna Vinschen2016-08-151-0/+1
* Make sure alloca is called even when optimizing, fully init _REENTCorinna Vinschen2016-08-151-3/+7
* Fix multiple thinkos in newlocaleCorinna Vinschen2016-08-151-54/+59
* Fix _REENT_INIT initialization of _localeCorinna Vinschen2016-08-151-3/+2
* Fix typo in isalnum_l docCorinna Vinschen2016-08-151-1/+1
* Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen2016-08-151-90/+94
* Add sys/_locale.h header and fix up headersCorinna Vinschen2016-08-159-22/+47
* Bump CygwinAPI minor.Corinna Vinschen2016-08-151-3/+5
* Implement strfmon_lCorinna Vinschen2016-08-153-36/+64
* Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2016-08-153-19/+43
* Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen2016-08-153-46/+63
* Implement per-locale string functionsCorinna Vinschen2016-08-1527-118/+816
* Implement all per-locale ctype functionsCorinna Vinschen2016-08-1543-70/+2021
* Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen2016-08-1511-334/+425
* include/locale.h: Fix POSIX guardsCorinna Vinschen2016-08-151-2/+10
* Remove non-working __part_load_locale function and any related codeCorinna Vinschen2016-08-1511-459/+9
* posix.xml: Note duplocale, freelocale, newlocale, uselocale as implementedCorinna Vinschen2016-08-151-4/+4
* Fix memory handling in functions called from loadlocaleCorinna Vinschen2016-08-157-43/+96
* Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2016-08-154-8/+273
* Use __get_global_locale function where appropriateCorinna Vinschen2016-08-151-18/+22
* Rearrange struct __locale_t pointers into an arrayCorinna Vinschen2016-08-158-103/+91
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-1512-88/+87
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-1531-356/+942
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-1520-477/+272
* POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen2016-08-1531-484/+610
* Do not include wctype.h in wchar.h with _GNU_SOURCEYaakov Selkowitz2016-08-121-1/+1
* Define va_list in stdio.h and wchar.hYaakov Selkowitz2016-08-122-3/+31