summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)2016-06-161-3/+2
* Declare crypt, encrypt, and setkey per PosixKen Brown2016-06-092-0/+9
* math.h: Replace usage of INT_MAX with __INT_MAX__Corinna Vinschen2016-05-311-2/+2
* Feature test macros: ctermid, cuseridYaakov Selkowitz2016-05-232-3/+13
* Add rawmemchrWilco Dijkstra2016-05-204-2/+118
* Make sure to have full configuration info in sys/_types.h.Corinna Vinschen2016-05-181-0/+2
* Fix strlen using Thumb-2 with -Os -marmJeff Johnston2016-05-112-4/+10
* Add port for Phoenix-RTOS in common configure files.Jeff Johnston2016-05-093-0/+14
* Allow autoconf link-time tests to detect arc4random for RTEMS.Jeff Johnston2016-05-091-0/+5
* Add Phoenix-RTOS port for ARM.Jeff Johnston2016-05-06142-0/+29608
* Add _Thread_queue_Queue::_owner for RTEMSJeff Johnston2016-05-031-3/+3
* Move _Thread_queue_Queue::_Lock for RTEMSJeff Johnston2016-05-031-3/+3