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
path: root/newlib
AgeCommit message (Expand)Author
2016-12-23Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston
2016-12-22This is an attempt to fix the problem described here:Jeff Johnston
2016-12-20RTEMS: Increase SEM_VALUE_MAXSebastian Huber
2016-12-16Remove extraneous float casts in wcstod.c.Corinna Vinschen
2016-12-16Remove extraneous float casts in strtod.c.Jeff Johnston
2016-12-152016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston
2016-12-152016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston
2016-12-12Big-endian fix for memcpy-armv7m.SJulian Brown
2016-12-06Fix 'make man' for parallel makeJon Turney
2016-12-06Add <devctl.h> per POSIX 1003.26-2003Joel Sherrill
2016-12-05Add missing crt0 symbols for RTEMSSebastian Huber
2016-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen
2016-11-28Correct argument to __get_current_locale.Douglas
2016-11-24Self-contained pthread_spinlock_t for RTEMSSebastian Huber
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-17Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber
2016-11-17Use __inline in <sys/lock.h> for RTEMSSebastian Huber
2016-11-08sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen
2016-11-07Use external header file for kernel space timeSebastian Huber
2016-11-07Add kernel space header for <sys/lock.h> for RTEMSSebastian Huber
2016-11-07Use external header file for kernel space typesSebastian Huber
2016-11-07Provide cap_ioctl_t for RTEMSSebastian Huber
2016-10-25Fix pdf build failure with texinfo 6.1.0Thomas Preudhomme
2016-10-25Provide vm_page_t for RTEMS via <machine/_types.h>Sebastian Huber
2016-10-25Provide rman_res_t for RTEMS via <machine/types.h>Sebastian Huber
2016-10-25Provide __intmax_t and __uintmax_tSebastian Huber
2016-10-25Fix typo in <sys/_stdint.h>Sebastian Huber
2016-10-22towupper: Eliminate dead codeCorinna Vinschen
2016-10-22Fix a potential buffer overflow in wscanf familyCorinna Vinschen
2016-10-22get_alt_digits: Fix typo in allocationCorinna Vinschen
2016-10-22Actually return value from __cp_indexCorinna Vinschen
2016-10-22Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen
2016-10-22Fix check for empty locale string in newlocaleCorinna Vinschen
2016-10-21Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown
2016-10-17Make ctype_.c and ctype_.h agree on _ctype_b typeThomas Preud'homme
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