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
2015-11-17Add rpmatch(3)Yaakov Selkowitz
2015-11-13[ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft
2015-11-13[ARM] Adding strlen.SMarcus Shawcroft
2015-11-13[ARM] Rename strlen to strlen-stub.cMarcus Shawcroft
2015-11-13[ARM] Reorganize strlen selection.Marcus Shawcroft
2015-11-13[ARM] Refactor strlen.c #if nesting.Marcus Shawcroft
2015-11-12Add support for ARC to newlibAnton Kolesov
2015-11-12Remove obsolete ARC systemAnton Kolesov
2015-11-12Fix multilib libgloss selection.Marcus Shawcroft
2015-11-12makedoc: Don't interpret license text as a commandJon Turney
2015-11-12doc: Fix some inconsistent QUICKREF linesJon Turney
2015-11-12makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitionsJon Turney
2015-11-12AArch64: Tune memcpyWilco Dijkstra
2015-11-12Avoid .eh_frame in ARM newlib.Joseph Myers
2015-11-06Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft
2015-11-06Reorganize memcpy selection.Marcus Shawcroft
2015-11-06Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin
2015-11-03[ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-11-03Consistently use an em-dash in math functions.Jeff Johnston
2015-11-03Add missing semicolons to prototypes.Jeff Johnston
2015-11-03 Improve performance of MIPS memcpy.Steve Ellcey
2015-11-02Add missing ChangeLog entry for ce8159d5Corinna Vinschen
2015-10-30Include <sched.h> in <pthread.h>Sebastian Huber
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis
2015-10-19Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton
2015-10-19C11 aligned_alloc() implementationSebastian Huber
2015-10-19C11 aligned_alloc() support for <stdlib.h>Sebastian Huber
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber
2015-10-14Import <threads.h> from latest FreeBSD.Jeff Johnston
2015-10-14Synchronize with FreeBSD.Jeff Johnston
2015-10-14Add FreeBSD style changes to sys/cdefs.hJeff Johnston
2015-10-08Define setjmp buffer length for IA64.Nick Clifton
2015-09-23Minimize newlib code size for ft32newlib-snapshot-20150924Jeff Johnston
2015-09-04Add support for ft32 to newlib.Jeff Johnston
2015-09-03libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen
2015-08-27strlen-armv7.S: Fix preprocessor checkCorinna Vinschen
2015-08-27Fix for pri and scn formatsAndre Simoes Dias Vieira
2015-08-25Always declare "kill" in include/sys/signal.hJames Greenhalgh
2015-08-20Manuals failing to build on Ubuntu LTS 14.04cygwin-2_2_1-releaseJon TURNEY
2015-08-20Add MIN MAX macro to param header file.Andre Vieira
2015-08-20Use machine header file for endianness configuration.Andre Vieira
2015-08-20Use machine header file for param configuration.Andre Vieira
2015-08-18sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz
2015-08-07or1k: Fix critical handling in malloc locksJeff Johnston
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon
2015-08-03Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY
2015-07-31Fix typo in <sys/lock.h>Sebastian Huber
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra