summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen2016-10-221-6/+0
* Fix check for empty locale string in newlocaleCorinna Vinschen2016-10-221-2/+5
* Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown2016-10-211-0/+1
* Make ctype_.c and ctype_.h agree on _ctype_b typeThomas Preud'homme2016-10-171-0/+4
* Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen2016-08-311-1/+1
* Fix off_t typedef on Cygwin64Yaakov Selkowitz2016-08-291-1/+1
* Change return type from locale_t to struct __locale_t * as wellCorinna Vinschen2016-08-251-3/+4
* Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen2016-08-252-2/+2
* Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen2016-08-253-37/+33
* Use struct __locale_t * for reentrent locale functionsCorinna Vinschen2016-08-251-4/+4
* Add strerror_l prototype, change str[n]casecmp_l feature testsBrian Inglis2016-08-252-10/+15
* Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen2016-08-241-0/+3
* Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLECorinna Vinschen2016-08-241-2/+2
* strerror_l: Fix copy-and-paste typoEric Blake2016-08-231-1/+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
* Implement GNU extension strptime_lCorinna Vinschen2016-08-232-39/+46
* Implement GNU extension wcsftime_lCorinna Vinschen2016-08-232-3/+6
* Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen2016-08-231-1/+18
* Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen2016-08-231-0/+5
* 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-231-3/+3
* Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen2016-08-211-4/+0
* Implement missing POSIX function nl_langinfo_lCorinna Vinschen2016-08-202-93/+58
* Introduce __current_locale_charset/__locale_charsetCorinna Vinschen2016-08-203-5/+15
* Fix html buildThomas Preud'homme2016-08-191-67/+34
* Revert "Fix __getreent function for Cygwin"Corinna Vinschen2016-08-181-6/+1
* Fix __getreent function for CygwinCorinna Vinschen2016-08-181-1/+6
* Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme2016-08-174-104/+5
* 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
* Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen2016-08-1524-807/+999
* 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
* 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-158-21/+35