summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* Declare non-standard pthread_yield()Sebastian Huber2016-11-221-0/+4
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-174-230/+449
* Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber2016-11-171-1/+3
* Use __inline in <sys/lock.h> for RTEMSSebastian Huber2016-11-171-10/+10
* sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen2016-11-081-0/+5
* Use external header file for kernel space timeSebastian Huber2016-11-071-144/+4
* Add kernel space header for <sys/lock.h> for RTEMSSebastian Huber2016-11-071-1/+6
* Use external header file for kernel space typesSebastian Huber2016-11-072-7/+5
* Provide cap_ioctl_t for RTEMSSebastian Huber2016-11-071-0/+5
* Fix pdf build failure with texinfo 6.1.0Thomas Preudhomme2016-10-252-2/+0
* Provide vm_page_t for RTEMS via <machine/_types.h>Sebastian Huber2016-10-251-0/+1
* Provide rman_res_t for RTEMS via <machine/types.h>Sebastian Huber2016-10-251-0/+2
* Provide __intmax_t and __uintmax_tSebastian Huber2016-10-254-33/+40
* Fix typo in <sys/_stdint.h>Sebastian Huber2016-10-251-1/+1
* towupper: Eliminate dead codeCorinna Vinschen2016-10-221-3/+0
* Fix a potential buffer overflow in wscanf familyCorinna Vinschen2016-10-221-6/+8
* get_alt_digits: Fix typo in allocationCorinna Vinschen2016-10-221-1/+1
* Actually return value from __cp_indexCorinna Vinschen2016-10-222-4/+1
* Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen2016-10-221-6/+0
* Fix check for empty locale string in newlocaleCorinna Vinschen2016-10-221-2/+5
* Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown2016-10-211-0/+1
* Make ctype_.c and ctype_.h agree on _ctype_b typeThomas Preud'homme2016-10-171-0/+4
* Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen2016-08-311-1/+1
* Fix off_t typedef on Cygwin64Yaakov Selkowitz2016-08-291-1/+1
* Change return type from locale_t to struct __locale_t * as wellCorinna Vinschen2016-08-251-3/+4
* Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen2016-08-252-2/+2
* Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen2016-08-253-37/+33
* Use struct __locale_t * for reentrent locale functionsCorinna Vinschen2016-08-251-4/+4
* Add strerror_l prototype, change str[n]casecmp_l feature testsBrian Inglis2016-08-252-10/+15
* Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen2016-08-241-0/+3
* Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLECorinna Vinschen2016-08-241-2/+2
* strerror_l: Fix copy-and-paste typoEric Blake2016-08-231-1/+1
* Mention strerror_l in libc/string/strings.texCorinna Vinschen2016-08-231-1/+1
* Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen2016-08-235-6/+36
* Implement GNU extension strptime_lCorinna Vinschen2016-08-232-39/+46
* Implement GNU extension wcsftime_lCorinna Vinschen2016-08-232-3/+6
* Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen2016-08-231-1/+18
* Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen2016-08-231-0/+5
* Fix stray closing braceCorinna Vinschen2016-08-231-1/+0
* Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen2016-08-234-13/+13
* Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen2016-08-231-2/+0
* Reference __global_locale only via __get_global_locale.Corinna Vinschen2016-08-231-3/+3
* Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen2016-08-211-4/+0
* Implement missing POSIX function nl_langinfo_lCorinna Vinschen2016-08-202-93/+58
* Introduce __current_locale_charset/__locale_charsetCorinna Vinschen2016-08-203-5/+15
* Fix html buildThomas Preud'homme2016-08-191-67/+34
* Revert "Fix __getreent function for Cygwin"Corinna Vinschen2016-08-181-6/+1
* Fix __getreent function for CygwinCorinna Vinschen2016-08-181-1/+6
* Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme2016-08-174-104/+5
* Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen2016-08-172-8/+5