| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold documentation of is*_l funcs into documentation of non-l is* funcs | Corinna Vinschen | 2016-08-15 | 68 | -1209/+514 |
* | setlocale/localeconv are *not* POSIX-1.2008 | Corinna Vinschen | 2016-08-15 | 1 | -3/+3 |
* | setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets | Corinna Vinschen | 2016-08-15 | 3 | -21/+14 |
* | __loadlocale: Set missing val when evaluating CP874 | Corinna Vinschen | 2016-08-15 | 1 | -0/+1 |
* | Fix multiple thinkos in newlocale | Corinna Vinschen | 2016-08-15 | 1 | -54/+59 |
* | Fix _REENT_INIT initialization of _locale | Corinna Vinschen | 2016-08-15 | 1 | -3/+2 |
* | Fix typo in isalnum_l doc | Corinna Vinschen | 2016-08-15 | 1 | -1/+1 |
* | Get rid of LCID, reformat type definitions in setlocale.h | Corinna Vinschen | 2016-08-15 | 1 | -90/+94 |
* | Add sys/_locale.h header and fix up headers | Corinna Vinschen | 2016-08-15 | 8 | -21/+35 |
* | Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme | Corinna Vinschen | 2016-08-15 | 2 | -13/+37 |
* | Move lconv into struct __locale_t and implement __localeconv_l | Corinna Vinschen | 2016-08-15 | 3 | -46/+63 |
* | Implement per-locale string functions | Corinna Vinschen | 2016-08-15 | 24 | -100/+760 |
* | Implement all per-locale ctype functions | Corinna Vinschen | 2016-08-15 | 39 | -36/+1944 |
* | Move localeconv, duplocale, freelocale, newlocale, uselocale into separate files | Corinna Vinschen | 2016-08-15 | 11 | -334/+425 |
* | include/locale.h: Fix POSIX guards | Corinna Vinschen | 2016-08-15 | 1 | -2/+10 |
* | Remove non-working __part_load_locale function and any related code | Corinna Vinschen | 2016-08-15 | 11 | -459/+9 |
* | 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 |