aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2016-12-22This is an attempt to fix the problem described here:Jeff Johnston4-23/+122
2016-12-20RTEMS: Increase SEM_VALUE_MAXSebastian Huber1-1/+1
2016-12-16Remove extraneous float casts in wcstod.c.Corinna Vinschen1-2/+2
2016-12-16Remove extraneous float casts in strtod.c.Jeff Johnston1-2/+2
2016-12-152016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston2-8/+29
2016-12-152016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston1-2/+2
2016-12-12Big-endian fix for memcpy-armv7m.SJulian Brown1-0/+8
2016-12-06Fix 'make man' for parallel makeJon Turney5-0/+16
2016-12-05Add <devctl.h> per POSIX 1003.26-2003Joel Sherrill3-0/+55
2016-12-05Add missing crt0 symbols for RTEMSSebastian Huber1-0/+5
2016-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen1-2/+2
2016-11-28Correct argument to __get_current_locale.Douglas1-1/+1
2016-11-24Self-contained pthread_spinlock_t for RTEMSSebastian Huber1-1/+5
2016-11-22Provide <memory.h>Sebastian Huber1-0/+4
2016-11-22Declare non-standard pthread_yield()Sebastian Huber1-0/+4
2016-11-17Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber4-230/+449
2016-11-17Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber1-1/+3
2016-11-17Use __inline in <sys/lock.h> for RTEMSSebastian Huber1-10/+10
2016-11-08sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen1-0/+5
2016-11-07Use external header file for kernel space timeSebastian Huber1-144/+4
2016-11-07Add kernel space header for <sys/lock.h> for RTEMSSebastian Huber1-1/+6
2016-11-07Use external header file for kernel space typesSebastian Huber2-7/+5
2016-11-07Provide cap_ioctl_t for RTEMSSebastian Huber1-0/+5
2016-10-25Fix pdf build failure with texinfo 6.1.0Thomas Preudhomme2-2/+0
2016-10-25Provide vm_page_t for RTEMS via <machine/_types.h>Sebastian Huber1-0/+1
2016-10-25Provide rman_res_t for RTEMS via <machine/types.h>Sebastian Huber1-0/+2
2016-10-25Provide __intmax_t and __uintmax_tSebastian Huber4-33/+40
2016-10-25Fix typo in <sys/_stdint.h>Sebastian Huber1-1/+1
2016-10-22towupper: Eliminate dead codeCorinna Vinschen1-3/+0
2016-10-22Fix a potential buffer overflow in wscanf familyCorinna Vinschen1-6/+8
2016-10-22get_alt_digits: Fix typo in allocationCorinna Vinschen1-1/+1
2016-10-22Actually return value from __cp_indexCorinna Vinschen2-4/+1
2016-10-22Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen1-6/+0
2016-10-22Fix check for empty locale string in newlocaleCorinna Vinschen1-2/+5
2016-10-21Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown1-0/+1
2016-10-17Make ctype_.c and ctype_.h agree on _ctype_b typeThomas Preud'homme1-0/+4
2016-08-31Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen1-1/+1
2016-08-29Fix off_t typedef on Cygwin64Yaakov Selkowitz1-1/+1
2016-08-25Change return type from locale_t to struct __locale_t * as wellCorinna Vinschen1-3/+4
2016-08-25Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen2-2/+2
2016-08-25Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen3-37/+33
2016-08-25Use struct __locale_t * for reentrent locale functionsCorinna Vinschen1-4/+4
2016-08-25Add strerror_l prototype, change str[n]casecmp_l feature testsBrian Inglis2-10/+15
2016-08-24Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen1-0/+3
2016-08-24Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLECorinna Vinschen1-2/+2
2016-08-23strerror_l: Fix copy-and-paste typoEric Blake1-1/+1
2016-08-23Mention strerror_l in libc/string/strings.texCorinna Vinschen1-1/+1
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen5-6/+36
2016-08-23Implement GNU extension strptime_lCorinna Vinschen2-39/+46
2016-08-23Implement GNU extension wcsftime_lCorinna Vinschen2-3/+6