summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Add rpmatch(3)Yaakov Selkowitz2015-11-176-2/+113
* [ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft2015-11-134-15/+58
* [ARM] Adding strlen.SMarcus Shawcroft2015-11-136-29/+78
* [ARM] Rename strlen to strlen-stub.cMarcus Shawcroft2015-11-134-3/+10
* [ARM] Reorganize strlen selection.Marcus Shawcroft2015-11-136-190/+25
* [ARM] Refactor strlen.c #if nesting.Marcus Shawcroft2015-11-132-26/+20
* Add support for ARC to newlibAnton Kolesov2015-11-1241-6/+10054
* Remove obsolete ARC systemAnton Kolesov2015-11-1216-6618/+20
* Fix multilib libgloss selection.Marcus Shawcroft2015-11-122-1/+6
* makedoc: Don't interpret license text as a commandJon Turney2015-11-122-8/+16
* doc: Fix some inconsistent QUICKREF linesJon Turney2015-11-126-5/+18
* makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitionsJon Turney2015-11-122-4/+9
* AArch64: Tune memcpyWilco Dijkstra2015-11-122-24/+37
* Avoid .eh_frame in ARM newlib.Joseph Myers2015-11-128-0/+18
* Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft2015-11-067-124/+117
* Reorganize memcpy selection.Marcus Shawcroft2015-11-067-296/+92
* Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2015-11-062-2/+7
* [ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft2015-11-036-14/+106
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-0276-5445/+4150
* Consistently use an em-dash in math functions.Jeff Johnston2015-11-0222-21/+59
* Add missing semicolons to prototypes.Jeff Johnston2015-11-029-38/+38
* Improve performance of MIPS memcpy.Steve Ellcey2015-11-022-2/+48
* Add missing ChangeLog entry for ce8159d5Corinna Vinschen2015-11-021-0/+4
* Include <sched.h> in <pthread.h>Sebastian Huber2015-10-301-1/+1
* strftime: Add support for %s (seconds since epoch)Brian Inglis2015-10-272-25/+104
* Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2015-10-192-1/+15
* C11 aligned_alloc() implementationSebastian Huber2015-10-194-18/+70
* C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2015-10-192-0/+6
* C11 quick_exit() support for <stdlib.h>Sebastian Huber2015-10-195-17/+124
* Import <threads.h> from latest FreeBSD.Jeff Johnston2015-10-133-0/+152
* Synchronize with FreeBSD.Jeff Johnston2015-10-132-24/+145
* Add FreeBSD style changes to sys/cdefs.hJeff Johnston2015-10-132-32/+37
* Define setjmp buffer length for IA64.Nick Clifton2015-10-082-0/+8
* Minimize newlib code size for ft32newlib-snapshot-20150924Jeff Johnston2015-09-222-6/+5
* Add support for ft32 to newlib.Jeff Johnston2015-09-0418-1911/+9660
* libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson2015-09-032-0/+8
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-292-0/+20
* strlen-armv7.S: Fix preprocessor checkCorinna Vinschen2015-08-272-1/+6
* Fix for pri and scn formatsAndre Simoes Dias Vieira2015-08-273-127/+273
* Always declare "kill" in include/sys/signal.hJames Greenhalgh2015-08-251-2/+2
* Manuals failing to build on Ubuntu LTS 14.04cygwin-2_2_1-releaseJon TURNEY2015-08-201-1/+1
* 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-072-2/+8
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-032-7/+15
* 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-312-1/+6
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-302-191/+188