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-12setlocale/localeconv are *not* POSIX-1.2008topic/localesCorinna Vinschen
2016-08-12setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen
2016-08-12__loadlocale: Set missing val when evaluating CP874Corinna Vinschen
2016-08-12Make sure alloca is called even when optimizing, fully init _REENTCorinna Vinschen
2016-08-12Fix multiple thinkos in newlocaleCorinna Vinschen
2016-08-12Fix _REENT_INIT initialization of _localeCorinna Vinschen
2016-08-12Fix typo in isalnum_l docCorinna Vinschen
2016-08-12Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen
2016-08-12Add sys/_locale.h header and fix up headersCorinna Vinschen
2016-08-12Bump CygwinAPI minor.Corinna Vinschen
2016-08-12Implement strfmon_lCorinna Vinschen
2016-08-12Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen
2016-08-12Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen
2016-08-12Implement per-locale string functionsCorinna Vinschen
2016-08-12Implement all per-locale ctype functionsCorinna Vinschen
2016-08-12Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen
2016-08-12include/locale.h: Fix POSIX guardsCorinna Vinschen
2016-08-12Remove non-working __part_load_locale function and any related codeCorinna Vinschen
2016-08-12posix.xml: Note duplocale, freelocale, newlocale, uselocale as implementedCorinna Vinschen
2016-08-12Fix memory handling in functions called from loadlocaleCorinna Vinschen
2016-08-12newlocale, freelocale, duplocale, uselocaleCorinna Vinschen
2016-08-12Use __get_global_locale function where appropriateCorinna Vinschen
2016-08-12Rearrange struct __locale_t pointers into an arrayCorinna Vinschen
2016-08-12Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen
2016-08-12Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-12groundwork part 2Corinna Vinschen
2016-08-12groundwork part 1Corinna Vinschen
2016-08-12Do not include wctype.h in wchar.h with _GNU_SOURCEYaakov Selkowitz
2016-08-12Define va_list in stdio.h and wchar.hYaakov Selkowitz
2016-08-12Remove unused import/rexec.c accidentally imported by commit b6e90a06Corinna Vinschen
2016-08-12Include wctype.h in wchar.h as an XSI extensionYaakov Selkowitz
2016-08-11Feature test macros overhaul: wctype.hYaakov Selkowitz
2016-08-11kill(pid, sig) before waitpid() returns -1 for sig != 0Erik Bray
2016-08-11Feature test macros overhaul: wchar.h, part 2Yaakov Selkowitz
2016-08-11arc: Fix strcmp for big endian without barrel shifterAnton Kolesov
2016-08-11arc: Add align keyword.Claudiu Zissulescu
2016-08-11arc: Use prefetch instead of prealloc.Claudiu Zissulescu
2016-08-11arc: Use unaligned loads/stores for memcopy.Claudiu Zissulescu
2016-08-08rtems: define _POSIX_CLOCK_SELECTION featureGedare Bloom
2016-08-08rtems: add sys/mman.hGedare Bloom
2016-08-05Workaround for filesystems with broken FileAllInformation info class (NcFsd)Corinna Vinschen
2016-08-03Fix console clear screen if buffer is fullCorinna Vinschen
2016-08-01Fix console clear screen in case of partial scrollingCorinna Vinschen
2016-08-01Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen
2016-07-29Fix clear screen behaviour of console when user scrolled up or downCorinna Vinschen
2016-07-28Fix buffer scrolling when performing a "clear screen"Corinna Vinschen
2016-07-27Don't raise SIGTTIN from poll/selectCorinna Vinschen
2016-07-27Remove redundant macro and function called `__getreent'Corinna Vinschen
2016-07-23posix.xml: Add missing unimplemented functions from POSIX-1.2013Corinna Vinschen
2016-07-22Change "nodomain+nobody" to "no+body"Corinna Vinschen