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-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen
2016-11-28Correct argument to __get_current_locale.Douglas
2016-10-22Fix check for empty locale string in newlocaleCorinna 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-24Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...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-23Reference __global_locale only via __get_global_locale.Corinna Vinschen
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
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-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-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-15Get rid of LCID, reformat type definitions in setlocale.hCorinna 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
2016-08-15Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen
2016-08-15Remove non-working __part_load_locale function and any related codeCorinna Vinschen
2016-08-15Fix memory handling in functions called from loadlocaleCorinna Vinschen
2016-08-15Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen
2016-08-15Use __get_global_locale function where appropriateCorinna Vinschen
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen
2016-07-04Regenerate newlib MakefilesJon Turney
2016-06-24Drop now useless comment from locale.cCorinna Vinschen
2016-06-23Drop has_always_all_codepages flagCorinna Vinschen
2016-03-24Fix coverity CID 143502: Null pointer dereferenceCorinna Vinschen
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-06-24Fix mismatched parentheses in documentation.Jon TURNEY
2014-06-24 * libc/argz/envz_merge.c (envz_merge): Fix memory leak (Cygwin CoverityCorinna Vinschen
2012-12-212012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen
2012-03-30 * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default valueCorinna Vinschen
2011-12-202011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2011-07-19 * libc/locale/lmessages.c (_C_messages_locale):Corinna Vinschen