summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use machine header file for param configuration.Andre Vieira2015-08-201-2/+10
* sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz2015-08-181-0/+6
* or1k: Fix critical handling in malloc locksJeff Johnston2015-08-071-2/+4
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-031-7/+9
* Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY2015-08-031-0/+8
* Fix typo in <sys/lock.h>Sebastian Huber2015-07-311-1/+1
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-301-191/+184
* Move header filesSebastian Huber2015-07-298-5/+4
* Add <sys/lock.h>Sebastian Huber2015-07-291-0/+235
* Remove a stray sentence fragment in iconv.texJon TURNEY2015-07-241-1/+0
* Fix a typo in iconv.texJon TURNEY2015-07-241-1/+1
* Fix SYNPOSIS prototypes for iconv functionsJon TURNEY2015-07-241-4/+4
* Use makedoc generated texinfo documentation for reentrant syscallsJon TURNEY2015-07-241-139/+54
* Add missing NEWPAGE commands to makedoc markup in reent/Jon TURNEY2015-07-242-0/+3
* Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2015-07-211-2/+9
* [AArch64] Reverting recent optimized memset().Marcus Shawcroft2015-07-151-184/+191
* [AArch64] Optimized memset.Wilco Dijkstra2015-07-131-191/+184
* [AArch64] Optimized memcpy.Wilco Dijkstra2015-07-131-134/+161
* [AArch64] Optimized memmove.Wilco Dijkstra2015-07-131-282/+108
* Rework handling of basename variantsYaakov Selkowitz2015-07-062-4/+5
* Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2015-07-062-2/+4