| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory handling in functions called from loadlocale | Corinna Vinschen | 2016-08-15 | 6 | -23/+72 |
* | Implement newlocale, freelocale, duplocale, uselocale | Corinna Vinschen | 2016-08-15 | 2 | -5/+265 |
* | Use __get_global_locale function where appropriate | Corinna Vinschen | 2016-08-15 | 1 | -18/+22 |
* | Rearrange struct __locale_t pointers into an array | Corinna Vinschen | 2016-08-15 | 7 | -94/+82 |
* | Change loadlocale to fill a __locale_t given as parameter | Corinna Vinschen | 2016-08-15 | 10 | -84/+83 |
* | Consolidate wctomb/mbtowc calls for POSIX-1.2008 | Corinna Vinschen | 2016-08-15 | 23 | -216/+833 |
* | POSIX-1.2008 per-thread locales, groundwork part 2 | Corinna Vinschen | 2016-08-15 | 17 | -429/+235 |
* | POSIX-1.2008 per-thread locales, groundwork part 1 | Corinna Vinschen | 2016-08-15 | 27 | -447/+545 |
* | Do not include wctype.h in wchar.h with _GNU_SOURCE | Yaakov Selkowitz | 2016-08-12 | 1 | -1/+1 |
* | Define va_list in stdio.h and wchar.h | Yaakov Selkowitz | 2016-08-12 | 2 | -3/+31 |
* | Include wctype.h in wchar.h as an XSI extension | Yaakov Selkowitz | 2016-08-11 | 1 | -0/+4 |
* | Feature test macros overhaul: wctype.h | Yaakov Selkowitz | 2016-08-11 | 1 | -0/+2 |
* | Feature test macros overhaul: wchar.h, part 2 | Yaakov Selkowitz | 2016-08-11 | 1 | -0/+30 |
* | arc: Fix strcmp for big endian without barrel shifter | Anton Kolesov | 2016-08-11 | 1 | -3/+3 |
* | arc: Use prefetch instead of prealloc. | Claudiu Zissulescu | 2016-08-11 | 1 | -0/+2 |
* | arc: Use unaligned loads/stores for memcopy. | Claudiu Zissulescu | 2016-08-11 | 1 | -0/+59 |
* | rtems: define _POSIX_CLOCK_SELECTION feature | Gedare Bloom | 2016-08-08 | 1 | -0/+1 |
* | rtems: add sys/mman.h | Gedare Bloom | 2016-08-08 | 1 | -0/+263 |
* | math.h: fix guards on basic M_ constants | Yaakov Selkowitz | 2016-07-15 | 1 | -1/+1 |
* | Fix typo in comment added by previous commit | Corinna Vinschen | 2016-07-06 | 1 | -1/+1 |
* | Redefine locale info in struct _reent for per-thread locales | Corinna Vinschen | 2016-07-06 | 1 | -6/+11 |
* | Regenerate newlib Makefiles | Jon Turney | 2016-07-04 | 1 | -2/+15 |
* | Regenerate newlib Makefiles | Jon Turney | 2016-07-04 | 47 | -129/+707 |
* | Make newlib manpages (v3) | Jon Turney | 2016-07-04 | 16 | -4/+1047 |
* | Phoenix-RTOS: Add caddr_t definition to <sys/types.h>. | Kuba Sejdak | 2016-06-28 | 1 | -0/+1 |
* | Phoenix-RTOS: Adjust network-related headers to new kernel API. | Kuba Sejdak | 2016-06-27 | 8 | -117/+20 |
* | Phoenix-RTOS: Add dummy implementation of fdatasync() syscall. | Kuba Sejdak | 2016-06-27 | 1 | -0/+5 |
* | Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname... | Kuba Sejdak | 2016-06-27 | 4 | -11/+134 |
* | Phoenix-RTOS: Implement daemon() function. | Kuba Sejdak | 2016-06-27 | 1 | -0/+26 |
* | Phoenix-RTOS: Add checking EOF in getmntent(). | Kuba Sejdak | 2016-06-27 | 1 | -1/+1 |
* | Phoenix-RTOS: Provide __progname symbol for user-space apps. | Kuba Sejdak | 2016-06-27 | 1 | -1/+8 |
* | Phoenix-RTOS: Fix warning with pointer treated as integer. | Kuba Sejdak | 2016-06-27 | 1 | -1/+1 |
* | Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> heade... | Kuba Sejdak | 2016-06-27 | 2 | -0/+184 |
* | Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>. | Kuba Sejdak | 2016-06-27 | 1 | -0/+3 |
* | Revert "Make newlib manpages via DocBook XML (v3)" | Jon Turney | 2016-06-25 | 16 | -1047/+4 |
* | Make newlib manpages via DocBook XML (v3) | Jon Turney | 2016-06-25 | 16 | -4/+1047 |
* | Drop now useless comment from locale.c | Corinna Vinschen | 2016-06-24 | 1 | -2/+0 |
* | Drop has_always_all_codepages flag | Corinna Vinschen | 2016-06-23 | 1 | -2/+0 |
* | sys/time.h: Change visibility of gettimeofday. | Corinna Vinschen | 2016-06-20 | 1 | -1/+2 |
* | Re-enable malloc_lock for newlib-nano | Andre Vieira (lists) | 2016-06-16 | 1 | -3/+2 |
* | Declare crypt, encrypt, and setkey per Posix | Ken Brown | 2016-06-09 | 2 | -0/+9 |
* | math.h: Replace usage of INT_MAX with __INT_MAX__ | Corinna Vinschen | 2016-05-31 | 1 | -2/+2 |
* | Feature test macros: ctermid, cuserid | Yaakov Selkowitz | 2016-05-23 | 2 | -3/+13 |
* | Add rawmemchr | Wilco Dijkstra | 2016-05-20 | 4 | -2/+118 |
* | Make sure to have full configuration info in sys/_types.h. | Corinna Vinschen | 2016-05-18 | 1 | -0/+2 |
* | Fix strlen using Thumb-2 with -Os -marm | Jeff Johnston | 2016-05-11 | 2 | -4/+10 |
* | Add port for Phoenix-RTOS in common configure files. | Jeff Johnston | 2016-05-09 | 3 | -0/+14 |
* | Allow autoconf link-time tests to detect arc4random for RTEMS. | Jeff Johnston | 2016-05-09 | 1 | -0/+5 |
* | Add Phoenix-RTOS port for ARM. | Jeff Johnston | 2016-05-06 | 142 | -0/+29608 |
* | Add _Thread_queue_Queue::_owner for RTEMS | Jeff Johnston | 2016-05-03 | 1 | -3/+3 |