aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft3-3/+35
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft3-13/+57
2015-11-21Handle multibyte decimapl point in strtold.Corinna Vinschen1-1/+8
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen11-18/+1339
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen3-21/+20
2015-11-20Drop unused declaration from wcstold.cCorinna Vinschen1-2/+0
2015-11-19Fix typo in rpmatch doc referenceYaakov Selkowitz1-1/+1
2015-11-19ldtoa.c: Reindent to GNU styleCorinna Vinschen1-2317/+2403
2015-11-19Fix rpmatch build problemCorinna Vinschen1-0/+1
2015-11-19Simplify the markup for sprintf and swprintf documentationJon Turney2-64/+71
2015-11-19Improve markup of sscanf and swscanf documentationJon Turney2-114/+237
2015-11-17Add rpmatch(3)Yaakov Selkowitz5-2/+104
2015-11-13[ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft3-15/+52
2015-11-13[ARM] Adding strlen.SMarcus Shawcroft5-29/+70
2015-11-13[ARM] Rename strlen to strlen-stub.cMarcus Shawcroft3-3/+3
2015-11-13[ARM] Reorganize strlen selection.Marcus Shawcroft5-190/+16
2015-11-13[ARM] Refactor strlen.c #if nesting.Marcus Shawcroft1-26/+16
2015-11-12Add support for ARC to newlibAnton Kolesov39-0/+10007
2015-11-12Remove obsolete ARC systemAnton Kolesov14-6615/+2
2015-11-12AArch64: Tune memcpyWilco Dijkstra1-24/+32
2015-11-12Avoid .eh_frame in ARM newlib.Joseph Myers7-0/+7
2015-11-06Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft6-124/+107
2015-11-06Reorganize memcpy selection.Marcus Shawcroft6-296/+81
2015-11-06Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin1-2/+2
2015-11-03[ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft5-14/+97
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston61-5229/+3900
2015-11-02Consistently use an em-dash in math functions.Jeff Johnston1-1/+1
2015-11-02Add missing semicolons to prototypes.Jeff Johnston5-24/+24
2015-11-02 Improve performance of MIPS memcpy.Steve Ellcey1-2/+43
2015-10-30Include <sched.h> in <pthread.h>Sebastian Huber1-1/+1
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis1-25/+99
2015-10-19Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton1-1/+10
2015-10-19C11 aligned_alloc() implementationSebastian Huber3-18/+64
2015-10-19C11 aligned_alloc() support for <stdlib.h>Sebastian Huber1-0/+2
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber4-17/+115
2015-10-13Import <threads.h> from latest FreeBSD.Jeff Johnston2-0/+147
2015-10-13Synchronize with FreeBSD.Jeff Johnston1-22/+138
2015-10-13Add FreeBSD style changes to sys/cdefs.hJeff Johnston1-32/+32
2015-10-08Define setjmp buffer length for IA64.Nick Clifton1-0/+4
2015-09-04Add support for ft32 to newlib.Jeff Johnston16-1911/+9625
2015-09-03libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson1-0/+4
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen1-0/+15
2015-08-27strlen-armv7.S: Fix preprocessor checkCorinna Vinschen1-1/+1
2015-08-27Fix for pri and scn formatsAndre Simoes Dias Vieira2-127/+263
2015-08-25Always declare "kill" in include/sys/signal.hJames Greenhalgh1-2/+2
2015-08-20Add MIN MAX macro to param header file.Andre Vieira1-0/+3
2015-08-20Use machine header file for endianness configuration.Andre Vieira3-15/+41
2015-08-20Use machine header file for param configuration.Andre Vieira1-2/+10
2015-08-18sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz1-0/+6
2015-08-07or1k: Fix critical handling in malloc locksJeff Johnston1-2/+4