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
2016-08-31Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen
2016-08-29Fix off_t typedef on Cygwin64Yaakov Selkowitz
2016-08-25Change return type from locale_t to struct __locale_t * as wellCorinna Vinschen
2016-08-25Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen
2016-08-25Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen
2016-08-25Use struct __locale_t * for reentrent locale functionsCorinna Vinschen
2016-08-25Add strerror_l prototype, change str[n]casecmp_l feature testsBrian Inglis
2016-08-24Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen
2016-08-24Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLECorinna Vinschen
2016-08-23strerror_l: Fix copy-and-paste typoEric Blake
2016-08-23Mention strerror_l in libc/string/strings.texCorinna Vinschen
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen
2016-08-23Implement GNU extension strptime_lCorinna Vinschen
2016-08-23Implement GNU extension wcsftime_lCorinna Vinschen
2016-08-23Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen
2016-08-23Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen
2016-08-23Fix stray closing braceCorinna Vinschen
2016-08-23Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen
2016-08-23Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen
2016-08-21Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
2016-08-19Fix html buildThomas Preud'homme
2016-08-18Revert "Fix __getreent function for Cygwin"Corinna Vinschen
2016-08-18Fix __getreent function for CygwinCorinna Vinschen
2016-08-17Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme
2016-08-17Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen
2016-08-16Actually return pointers in locale categroy accessor functionsCorinna Vinschen
2016-08-16Always fall back to __ctype_ptr__ in isXXX_l functions.Corinna Vinschen
2016-08-16Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen
2016-08-16Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets onlyCorinna Vinschen
2016-08-16Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.Corinna Vinschen
2016-08-16__localeconv_l: Always define locale variable lconvCorinna Vinschen
2016-08-16Don't use locale_t in internal headerCorinna Vinschen
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen
2016-08-15Add documentation for duplocale, freelocale, newlocale, and uselocale.Corinna Vinschen
2016-08-15Fold documentation of is*_l funcs into documentation of non-l is* funcsCorinna Vinschen
2016-08-15setlocale/localeconv are *not* POSIX-1.2008Corinna Vinschen
2016-08-15setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen
2016-08-15__loadlocale: Set missing val when evaluating CP874Corinna Vinschen
2016-08-15Fix multiple thinkos in newlocaleCorinna Vinschen
2016-08-15Fix _REENT_INIT initialization of _localeCorinna Vinschen
2016-08-15Fix typo in isalnum_l docCorinna Vinschen
2016-08-15Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen
2016-08-15Add sys/_locale.h header and fix up headersCorinna Vinschen
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen
2016-08-15Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen