| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-08-12 | setlocale/localeconv are *not* POSIX-1.2008github/topic/localestopic/locales | Corinna Vinschen | 1 | -3/+3 |
| 2016-08-12 | setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets | Corinna Vinschen | 3 | -21/+14 |
| 2016-08-12 | __loadlocale: Set missing val when evaluating CP874 | Corinna Vinschen | 1 | -0/+1 |
| 2016-08-12 | Fix multiple thinkos in newlocale | Corinna Vinschen | 1 | -54/+59 |
| 2016-08-12 | Fix _REENT_INIT initialization of _locale | Corinna Vinschen | 1 | -3/+2 |
| 2016-08-12 | Fix typo in isalnum_l doc | Corinna Vinschen | 1 | -1/+1 |
| 2016-08-12 | Get rid of LCID, reformat type definitions in setlocale.h | Corinna Vinschen | 1 | -90/+94 |
| 2016-08-12 | Add sys/_locale.h header and fix up headers | Corinna Vinschen | 8 | -21/+35 |
| 2016-08-12 | Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme | Corinna Vinschen | 2 | -13/+37 |
| 2016-08-12 | Move lconv into struct __locale_t and implement __localeconv_l | Corinna Vinschen | 3 | -46/+63 |
| 2016-08-12 | Implement per-locale string functions | Corinna Vinschen | 24 | -100/+760 |
| 2016-08-12 | Implement all per-locale ctype functions | Corinna Vinschen | 39 | -36/+1944 |
| 2016-08-12 | Move localeconv, duplocale, freelocale, newlocale, uselocale into separate files | Corinna Vinschen | 11 | -334/+425 |
| 2016-08-12 | include/locale.h: Fix POSIX guards | Corinna Vinschen | 1 | -2/+10 |
| 2016-08-12 | Remove non-working __part_load_locale function and any related code | Corinna Vinschen | 11 | -459/+9 |
| 2016-08-12 | Fix memory handling in functions called from loadlocale | Corinna Vinschen | 6 | -23/+72 |
| 2016-08-12 | newlocale, freelocale, duplocale, uselocale | Corinna Vinschen | 2 | -5/+265 |
| 2016-08-12 | Use __get_global_locale function where appropriate | Corinna Vinschen | 1 | -18/+22 |
| 2016-08-12 | Rearrange struct __locale_t pointers into an array | Corinna Vinschen | 7 | -94/+82 |
| 2016-08-12 | Change loadlocale to fill a __locale_t given as parameter | Corinna Vinschen | 10 | -84/+83 |
| 2016-08-12 | Consolidate wctomb/mbtowc calls for POSIX-1.2008 | Corinna Vinschen | 23 | -216/+833 |
| 2016-08-12 | groundwork part 2 | Corinna Vinschen | 17 | -429/+235 |
| 2016-08-12 | groundwork part 1 | Corinna Vinschen | 27 | -447/+545 |
| 2016-08-12 | Do not include wctype.h in wchar.h with _GNU_SOURCE | Yaakov Selkowitz | 1 | -1/+1 |
| 2016-08-12 | Define va_list in stdio.h and wchar.h | Yaakov Selkowitz | 2 | -3/+31 |
| 2016-08-11 | Include wctype.h in wchar.h as an XSI extension | Yaakov Selkowitz | 1 | -0/+4 |
| 2016-08-11 | Feature test macros overhaul: wctype.h | Yaakov Selkowitz | 1 | -0/+2 |
| 2016-08-11 | Feature test macros overhaul: wchar.h, part 2 | Yaakov Selkowitz | 1 | -0/+30 |
| 2016-08-11 | arc: Fix strcmp for big endian without barrel shifter | Anton Kolesov | 1 | -3/+3 |
| 2016-08-11 | arc: Use prefetch instead of prealloc. | Claudiu Zissulescu | 1 | -0/+2 |
| 2016-08-11 | arc: Use unaligned loads/stores for memcopy. | Claudiu Zissulescu | 1 | -0/+59 |
| 2016-08-08 | rtems: define _POSIX_CLOCK_SELECTION feature | Gedare Bloom | 1 | -0/+1 |
| 2016-08-08 | rtems: add sys/mman.h | Gedare Bloom | 1 | -0/+263 |
| 2016-07-15 | math.h: fix guards on basic M_ constants | Yaakov Selkowitz | 1 | -1/+1 |
| 2016-07-06 | Fix typo in comment added by previous commit | Corinna Vinschen | 1 | -1/+1 |
| 2016-07-06 | Redefine locale info in struct _reent for per-thread locales | Corinna Vinschen | 1 | -6/+11 |
| 2016-07-04 | Regenerate newlib Makefiles | Jon Turney | 1 | -2/+15 |
| 2016-07-04 | Regenerate newlib Makefiles | Jon Turney | 47 | -129/+707 |
| 2016-07-04 | Make newlib manpages (v3) | Jon Turney | 16 | -4/+1047 |
| 2016-06-28 | Phoenix-RTOS: Add caddr_t definition to <sys/types.h>. | Kuba Sejdak | 1 | -0/+1 |
| 2016-06-27 | Phoenix-RTOS: Adjust network-related headers to new kernel API. | Kuba Sejdak | 8 | -117/+20 |
| 2016-06-27 | Phoenix-RTOS: Add dummy implementation of fdatasync() syscall. | Kuba Sejdak | 1 | -0/+5 |
| 2016-06-27 | Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname... | Kuba Sejdak | 4 | -11/+134 |
| 2016-06-27 | Phoenix-RTOS: Implement daemon() function. | Kuba Sejdak | 1 | -0/+26 |
| 2016-06-27 | Phoenix-RTOS: Add checking EOF in getmntent(). | Kuba Sejdak | 1 | -1/+1 |
| 2016-06-27 | Phoenix-RTOS: Provide __progname symbol for user-space apps. | Kuba Sejdak | 1 | -1/+8 |
| 2016-06-27 | Phoenix-RTOS: Fix warning with pointer treated as integer. | Kuba Sejdak | 1 | -1/+1 |
| 2016-06-27 | Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> heade... | Kuba Sejdak | 2 | -0/+184 |
| 2016-06-27 | Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>. | Kuba Sejdak | 1 | -0/+3 |
| 2016-06-25 | Revert "Make newlib manpages via DocBook XML (v3)" | Jon Turney | 16 | -1047/+4 |