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-12-06Add <devctl.h> per POSIX 1003.26-2003Joel Sherrill
2016-11-22Provide <memory.h>Sebastian Huber
2016-11-22Declare non-standard pthread_yield()Sebastian Huber
2016-11-17Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber
2016-11-08sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen
2016-10-25Provide __intmax_t and __uintmax_tSebastian Huber
2016-10-25Fix typo in <sys/_stdint.h>Sebastian Huber
2016-10-21Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown
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-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-24Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLECorinna Vinschen
2016-08-23Implement GNU extension strptime_lCorinna Vinschen
2016-08-23Implement GNU extension wcsftime_lCorinna Vinschen
2016-08-23Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen
2016-08-23Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen
2016-08-17Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna 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-15Fix _REENT_INIT initialization of _localeCorinna Vinschen
2016-08-15Add sys/_locale.h header and fix up headersCorinna 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-15include/locale.h: Fix POSIX guardsCorinna Vinschen
2016-08-15Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork 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-12Include wctype.h in wchar.h as an XSI extensionYaakov Selkowitz
2016-08-11Feature test macros overhaul: wctype.hYaakov Selkowitz
2016-08-11Feature test macros overhaul: wchar.h, part 2Yaakov Selkowitz
2016-08-08rtems: define _POSIX_CLOCK_SELECTION featureGedare Bloom
2016-07-15math.h: fix guards on basic M_ constantsYaakov Selkowitz
2016-07-06Fix typo in comment added by previous commitCorinna Vinschen
2016-07-06Redefine locale info in struct _reent for per-thread localesCorinna Vinschen
2016-06-20sys/time.h: Change visibility of gettimeofday.Corinna Vinschen
2016-06-09Declare crypt, encrypt, and setkey per PosixKen Brown
2016-05-31math.h: Replace usage of INT_MAX with __INT_MAX__Corinna Vinschen
2016-05-23Feature test macros: ctermid, cuseridYaakov Selkowitz
2016-05-18Make sure to have full configuration info in sys/_types.h.Corinna Vinschen
2016-04-21Always provide register_t via <sys/types.h>Sebastian Huber
2016-04-21Simplify guard against defining pthread types on CygwinCorinna Vinschen
2016-04-21Resurrect <machine/types.h> for <sys/types.h>Sebastian Huber
2016-04-20Remove duplicate int*_t definitionsSebastian Huber
2016-04-20Remove duplicate u_int*_t definitionsSebastian Huber