summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix _REENT_INIT initialization of _localeCorinna Vinschen2016-08-151-3/+2
* Fix typo in isalnum_l docCorinna Vinschen2016-08-151-1/+1
* Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen2016-08-151-90/+94
* Add sys/_locale.h header and fix up headersCorinna Vinschen2016-08-158-21/+35
* Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2016-08-152-13/+37
* Move lconv into struct __locale_t and implement __localeconv_lCorinna Vinschen2016-08-153-46/+63
* Implement per-locale string functionsCorinna Vinschen2016-08-1524-100/+760
* Implement all per-locale ctype functionsCorinna Vinschen2016-08-1539-36/+1944
* Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen2016-08-1511-334/+425
* include/locale.h: Fix POSIX guardsCorinna Vinschen2016-08-151-2/+10
* Remove non-working __part_load_locale function and any related codeCorinna Vinschen2016-08-1511-459/+9
* Fix memory handling in functions called from loadlocaleCorinna Vinschen2016-08-156-23/+72
* Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2016-08-152-5/+265
* Use __get_global_locale function where appropriateCorinna Vinschen2016-08-151-18/+22
* Rearrange struct __locale_t pointers into an arrayCorinna Vinschen2016-08-157-94/+82
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-1510-84/+83
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-1523-216/+833
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-1517-429/+235
* POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen2016-08-1527-447/+545
* Do not include wctype.h in wchar.h with _GNU_SOURCEYaakov Selkowitz2016-08-121-1/+1
* Define va_list in stdio.h and wchar.hYaakov Selkowitz2016-08-122-3/+31
* Include wctype.h in wchar.h as an XSI extensionYaakov Selkowitz2016-08-111-0/+4
* Feature test macros overhaul: wctype.hYaakov Selkowitz2016-08-111-0/+2
* Feature test macros overhaul: wchar.h, part 2Yaakov Selkowitz2016-08-111-0/+30
* arc: Fix strcmp for big endian without barrel shifterAnton Kolesov2016-08-111-3/+3
* arc: Use prefetch instead of prealloc.Claudiu Zissulescu2016-08-111-0/+2
* arc: Use unaligned loads/stores for memcopy.Claudiu Zissulescu2016-08-111-0/+59
* rtems: define _POSIX_CLOCK_SELECTION featureGedare Bloom2016-08-081-0/+1
* rtems: add sys/mman.hGedare Bloom2016-08-081-0/+263
* math.h: fix guards on basic M_ constantsYaakov Selkowitz2016-07-151-1/+1
* Fix typo in comment added by previous commitCorinna Vinschen2016-07-061-1/+1
* Redefine locale info in struct _reent for per-thread localesCorinna Vinschen2016-07-061-6/+11
* Regenerate newlib MakefilesJon Turney2016-07-041-2/+15
* Regenerate newlib MakefilesJon Turney2016-07-0447-129/+707
* Make newlib manpages (v3)Jon Turney2016-07-0416-4/+1047
* Phoenix-RTOS: Add caddr_t definition to <sys/types.h>.Kuba Sejdak2016-06-281-0/+1
* Phoenix-RTOS: Adjust network-related headers to new kernel API.Kuba Sejdak2016-06-278-117/+20
* Phoenix-RTOS: Add dummy implementation of fdatasync() syscall.Kuba Sejdak2016-06-271-0/+5
* Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname...Kuba Sejdak2016-06-274-11/+134
* Phoenix-RTOS: Implement daemon() function.Kuba Sejdak2016-06-271-0/+26
* Phoenix-RTOS: Add checking EOF in getmntent().Kuba Sejdak2016-06-271-1/+1
* Phoenix-RTOS: Provide __progname symbol for user-space apps.Kuba Sejdak2016-06-271-1/+8
* Phoenix-RTOS: Fix warning with pointer treated as integer.Kuba Sejdak2016-06-271-1/+1
* Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> heade...Kuba Sejdak2016-06-272-0/+184
* Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>.Kuba Sejdak2016-06-271-0/+3
* Revert "Make newlib manpages via DocBook XML (v3)"Jon Turney2016-06-2516-1047/+4
* Make newlib manpages via DocBook XML (v3)Jon Turney2016-06-2516-4/+1047
* Drop now useless comment from locale.cCorinna Vinschen2016-06-241-2/+0
* Drop has_always_all_codepages flagCorinna Vinschen2016-06-231-2/+0
* sys/time.h: Change visibility of gettimeofday.Corinna Vinschen2016-06-201-1/+2