summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix stray closing braceCorinna Vinschen2016-08-231-1/+0
* Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen2016-08-234-13/+13
* Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen2016-08-231-2/+0
* Reference __global_locale only via __get_global_locale.Corinna Vinschen2016-08-232-6/+6
* Avoid truncating from long double to double in sinhl().David Wohlferd2016-08-221-1/+1
* sqrt: Fix NaN propagation for IEEE Std 754-2008Ray Donnelly2016-08-221-3/+2
* Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen2016-08-211-4/+0
* Document nl_langinfo_l and separate POSIX from GNU extensions in release messageCorinna Vinschen2016-08-203-18/+29
* Implement missing POSIX function nl_langinfo_lCorinna Vinschen2016-08-204-94/+61
* Introduce __current_locale_charset/__locale_charsetCorinna Vinschen2016-08-205-8/+19
* Only define __getreent inline function when building newlib or CygwinCorinna Vinschen2016-08-205-3/+14
* Add release message for commit eb61113Corinna Vinschen2016-08-192-0/+6
* Add release message for commit a871644Corinna Vinschen2016-08-191-0/+4
* Simplify "Windows-standard-like" permissionsCorinna Vinschen2016-08-192-23/+22
* Fix outdated S_JUSTCREATED commentCorinna Vinschen2016-08-191-3/+3
* Fix html buildThomas Preud'homme2016-08-191-67/+34
* Fix html build with makeinfo 5.2Thomas Preudhomme2016-08-191-2/+2
* 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