summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-073-46/+94
* Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen2015-11-261-0/+4
* libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey2015-11-241-2/+2
* [ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft2015-11-233-3/+35
* [ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft2015-11-233-13/+57
* Handle multibyte decimapl point in strtold.Corinna Vinschen2015-11-211-1/+8
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-2011-18/+1339
* Make match function globally available to stdlib functions.Corinna Vinschen2015-11-203-21/+20
* Drop unused declaration from wcstold.cCorinna Vinschen2015-11-201-2/+0
* Fix typo in rpmatch doc referenceYaakov Selkowitz2015-11-191-1/+1
* ldtoa.c: Reindent to GNU styleCorinna Vinschen2015-11-191-2317/+2403
* Fix rpmatch build problemCorinna Vinschen2015-11-191-0/+1
* Simplify the markup for sprintf and swprintf documentationJon Turney2015-11-192-64/+71
* Improve markup of sscanf and swscanf documentationJon Turney2015-11-192-114/+237
* Add rpmatch(3)Yaakov Selkowitz2015-11-175-2/+104
* [ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft2015-11-133-15/+52
* [ARM] Adding strlen.SMarcus Shawcroft2015-11-135-29/+70
* [ARM] Rename strlen to strlen-stub.cMarcus Shawcroft2015-11-133-3/+3
* [ARM] Reorganize strlen selection.Marcus Shawcroft2015-11-135-190/+16
* [ARM] Refactor strlen.c #if nesting.Marcus Shawcroft2015-11-131-26/+16
* Add support for ARC to newlibAnton Kolesov2015-11-1239-0/+10007
* Remove obsolete ARC systemAnton Kolesov2015-11-1214-6615/+2
* AArch64: Tune memcpyWilco Dijkstra2015-11-121-24/+32
* Avoid .eh_frame in ARM newlib.Joseph Myers2015-11-127-0/+7
* Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft2015-11-066-124/+107
* Reorganize memcpy selection.Marcus Shawcroft2015-11-066-296/+81
* Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2015-11-061-2/+2
* [ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft2015-11-035-14/+97
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-0261-5229/+3900
* Consistently use an em-dash in math functions.Jeff Johnston2015-11-021-1/+1
* Add missing semicolons to prototypes.Jeff Johnston2015-11-025-24/+24
* Improve performance of MIPS memcpy.Steve Ellcey2015-11-021-2/+43
* Include <sched.h> in <pthread.h>Sebastian Huber2015-10-301-1/+1
* strftime: Add support for %s (seconds since epoch)Brian Inglis2015-10-271-25/+99
* Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2015-10-191-1/+10
* C11 aligned_alloc() implementationSebastian Huber2015-10-193-18/+64
* C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2015-10-191-0/+2
* C11 quick_exit() support for <stdlib.h>Sebastian Huber2015-10-194-17/+115
* Import <threads.h> from latest FreeBSD.Jeff Johnston2015-10-132-0/+147
* Synchronize with FreeBSD.Jeff Johnston2015-10-131-22/+138
* Add FreeBSD style changes to sys/cdefs.hJeff Johnston2015-10-131-32/+32
* Define setjmp buffer length for IA64.Nick Clifton2015-10-081-0/+4
* Add support for ft32 to newlib.Jeff Johnston2015-09-0416-1911/+9625
* libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson2015-09-031-0/+4
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-291-0/+15
* strlen-armv7.S: Fix preprocessor checkCorinna Vinschen2015-08-271-1/+1
* Fix for pri and scn formatsAndre Simoes Dias Vieira2015-08-272-127/+263
* Always declare "kill" in include/sys/signal.hJames Greenhalgh2015-08-251-2/+2
* Add MIN MAX macro to param header file.Andre Vieira2015-08-201-0/+3
* Use machine header file for endianness configuration.Andre Vieira2015-08-203-15/+41