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
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01locale: remove TRAD_SYNOPSISYaakov Selkowitz
2017-03-13Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase
2017-01-20nl_langinfo: Add NL_LOCALE_NAME macroEric Blake
2016-12-23Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston
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