summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* strerror_l: Fix copy-and-paste typoEric Blake2016-08-231-1/+1
* Clarify Cygwin's support for Win32 pathsKen Brown2016-08-231-5/+9
* Add missing LF in release textCorinna Vinschen2016-08-231-0/+1
* Mention strerror_l in libc/string/strings.texCorinna Vinschen2016-08-231-1/+1
* Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen2016-08-235-6/+36
* Export and document strerror_l, strptime_l, wcsftime_l from CygwinCorinna Vinschen2016-08-234-12/+16
* Implement GNU extension strptime_lCorinna Vinschen2016-08-234-66/+94
* Implement GNU extension wcsftime_lCorinna Vinschen2016-08-233-3/+7
* Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen2016-08-233-1/+26
* Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen2016-08-231-0/+5
* Send thread names to debuggerJon Turney2016-08-237-1/+38
* Add pthread_getname_np and pthread_setname_npJon Turney2016-08-238-2/+78
* 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