aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2016-08-12setlocale/localeconv are *not* POSIX-1.2008github/topic/localestopic/localesCorinna Vinschen1-3/+3
2016-08-12setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen3-21/+14
2016-08-12__loadlocale: Set missing val when evaluating CP874Corinna Vinschen1-0/+1
2016-08-12Fix multiple thinkos in newlocaleCorinna Vinschen1-54/+59
2016-08-12Fix _REENT_INIT initialization of _localeCorinna Vinschen1-3/+2
2016-08-12Fix typo in isalnum_l docCorinna Vinschen1-1/+1
2016-08-12Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen1-90/+94
2016-08-12Add sys/_locale.h header and fix up headersCorinna Vinschen8-21/+35
2016-08-12Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2-13/+37
2016-08-12Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen3-46/+63
2016-08-12Implement per-locale string functionsCorinna Vinschen24-100/+760
2016-08-12Implement all per-locale ctype functionsCorinna Vinschen39-36/+1944
2016-08-12Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen11-334/+425
2016-08-12include/locale.h: Fix POSIX guardsCorinna Vinschen1-2/+10
2016-08-12Remove non-working __part_load_locale function and any related codeCorinna Vinschen11-459/+9
2016-08-12Fix memory handling in functions called from loadlocaleCorinna Vinschen6-23/+72
2016-08-12newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2-5/+265
2016-08-12Use __get_global_locale function where appropriateCorinna Vinschen1-18/+22
2016-08-12Rearrange struct __locale_t pointers into an arrayCorinna Vinschen7-94/+82
2016-08-12Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen10-84/+83
2016-08-12Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen23-216/+833
2016-08-12groundwork part 2Corinna Vinschen17-429/+235
2016-08-12groundwork part 1Corinna Vinschen27-447/+545
2016-08-12Do not include wctype.h in wchar.h with _GNU_SOURCEYaakov Selkowitz1-1/+1
2016-08-12Define va_list in stdio.h and wchar.hYaakov Selkowitz2-3/+31
2016-08-11Include wctype.h in wchar.h as an XSI extensionYaakov Selkowitz1-0/+4
2016-08-11Feature test macros overhaul: wctype.hYaakov Selkowitz1-0/+2
2016-08-11Feature test macros overhaul: wchar.h, part 2Yaakov Selkowitz1-0/+30
2016-08-11arc: Fix strcmp for big endian without barrel shifterAnton Kolesov1-3/+3
2016-08-11arc: Use prefetch instead of prealloc.Claudiu Zissulescu1-0/+2
2016-08-11arc: Use unaligned loads/stores for memcopy.Claudiu Zissulescu1-0/+59
2016-08-08rtems: define _POSIX_CLOCK_SELECTION featureGedare Bloom1-0/+1
2016-08-08rtems: add sys/mman.hGedare Bloom1-0/+263
2016-07-15math.h: fix guards on basic M_ constantsYaakov Selkowitz1-1/+1
2016-07-06Fix typo in comment added by previous commitCorinna Vinschen1-1/+1
2016-07-06Redefine locale info in struct _reent for per-thread localesCorinna Vinschen1-6/+11
2016-07-04Regenerate newlib MakefilesJon Turney1-2/+15
2016-07-04Regenerate newlib MakefilesJon Turney47-129/+707
2016-07-04Make newlib manpages (v3)Jon Turney16-4/+1047
2016-06-28Phoenix-RTOS: Add caddr_t definition to <sys/types.h>.Kuba Sejdak1-0/+1
2016-06-27Phoenix-RTOS: Adjust network-related headers to new kernel API.Kuba Sejdak8-117/+20
2016-06-27Phoenix-RTOS: Add dummy implementation of fdatasync() syscall.Kuba Sejdak1-0/+5
2016-06-27Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname...Kuba Sejdak4-11/+134
2016-06-27Phoenix-RTOS: Implement daemon() function.Kuba Sejdak1-0/+26
2016-06-27Phoenix-RTOS: Add checking EOF in getmntent().Kuba Sejdak1-1/+1
2016-06-27Phoenix-RTOS: Provide __progname symbol for user-space apps.Kuba Sejdak1-1/+8
2016-06-27Phoenix-RTOS: Fix warning with pointer treated as integer.Kuba Sejdak1-1/+1
2016-06-27Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> heade...Kuba Sejdak2-0/+184
2016-06-27Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>.Kuba Sejdak1-0/+3
2016-06-25Revert "Make newlib manpages via DocBook XML (v3)"Jon Turney16-1047/+4