Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)Author
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen
2016-08-15Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen
2016-08-15include/locale.h: Fix POSIX guardsCorinna Vinschen
2016-08-15Remove non-working __part_load_locale function and any related codeCorinna Vinschen
2016-08-15Fix memory handling in functions called from loadlocaleCorinna Vinschen
2016-08-15Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen
2016-08-15Use __get_global_locale function where appropriateCorinna Vinschen
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen
2016-08-12Do not include wctype.h in wchar.h with _GNU_SOURCEYaakov Selkowitz
2016-08-12Define va_list in stdio.h and wchar.hYaakov Selkowitz
2016-08-12Include wctype.h in wchar.h as an XSI extensionYaakov Selkowitz
2016-08-11Feature test macros overhaul: wctype.hYaakov Selkowitz
2016-08-11Feature test macros overhaul: wchar.h, part 2Yaakov Selkowitz
2016-08-11arc: Fix strcmp for big endian without barrel shifterAnton Kolesov
2016-08-11arc: Use prefetch instead of prealloc.Claudiu Zissulescu
2016-08-11arc: Use unaligned loads/stores for memcopy.Claudiu Zissulescu
2016-08-08rtems: define _POSIX_CLOCK_SELECTION featureGedare Bloom
2016-08-08rtems: add sys/mman.hGedare Bloom
2016-07-15math.h: fix guards on basic M_ constantsYaakov Selkowitz
2016-07-06Fix typo in comment added by previous commitCorinna Vinschen
2016-07-06Redefine locale info in struct _reent for per-thread localesCorinna Vinschen
2016-07-04Regenerate newlib MakefilesJon Turney
2016-07-04Regenerate newlib MakefilesJon Turney
2016-07-04Make newlib manpages (v3)Jon Turney
2016-06-28Phoenix-RTOS: Add caddr_t definition to <sys/types.h>.Kuba Sejdak
2016-06-27Phoenix-RTOS: Adjust network-related headers to new kernel API.Kuba Sejdak
2016-06-27Phoenix-RTOS: Add dummy implementation of fdatasync() syscall.Kuba Sejdak
2016-06-27Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname...Kuba Sejdak
2016-06-27Phoenix-RTOS: Implement daemon() function.Kuba Sejdak
2016-06-27Phoenix-RTOS: Add checking EOF in getmntent().Kuba Sejdak
2016-06-27Phoenix-RTOS: Provide __progname symbol for user-space apps.Kuba Sejdak
2016-06-27Phoenix-RTOS: Fix warning with pointer treated as integer.Kuba Sejdak
2016-06-27Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> heade...Kuba Sejdak
2016-06-27Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>.Kuba Sejdak
2016-06-25Revert "Make newlib manpages via DocBook XML (v3)"Jon Turney
2016-06-25Make newlib manpages via DocBook XML (v3)Jon Turney
2016-06-24Drop now useless comment from locale.cCorinna Vinschen
2016-06-23Drop has_always_all_codepages flagCorinna Vinschen
2016-06-20sys/time.h: Change visibility of gettimeofday.Corinna Vinschen
2016-06-16Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)
2016-06-09Declare crypt, encrypt, and setkey per PosixKen Brown
2016-05-31math.h: Replace usage of INT_MAX with __INT_MAX__Corinna Vinschen
2016-05-23Feature test macros: ctermid, cuseridYaakov Selkowitz
2016-05-20Add rawmemchrWilco Dijkstra
2016-05-18Make sure to have full configuration info in sys/_types.h.Corinna Vinschen
2016-05-12Fix strlen using Thumb-2 with -Os -marmJeff Johnston