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
AgeCommit message (Expand)Author
2016-04-04Add Intel MCU targetIgor Venevtsev
2016-03-30Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston
2016-03-29Add simple versions of random() and srandom()Joel Sherrill
2016-03-22epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMSJoel Sherrill
2016-02-26Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen
2016-01-29Fix memcpy bug that reads past end of buffer.Steve Ellcey
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme
2015-12-22Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston
2015-12-18ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen
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-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-03[ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-11-03 Improve performance of MIPS memcpy.Steve Ellcey
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-27strlen-armv7.S: Fix preprocessor checkCorinna Vinschen
2015-08-20Use machine header file for endianness configuration.Andre Vieira
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra
2015-07-15[AArch64] Reverting recent optimized memset().Marcus Shawcroft
2015-07-13[AArch64] Optimized memset.Wilco Dijkstra
2015-07-13[AArch64] Optimized memcpy.Wilco Dijkstra
2015-07-13[AArch64] Optimized memmove.Wilco Dijkstra
2015-06-01Update the assembler code to support old ARM architectures.Hale Wang
2015-04-23For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton
2015-03-03 * libc/machine/mips/memset.S: Add support for mips32r6/mips64r6.Steve Ellcey
2015-03-03 * libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.Steve Ellcey
2015-02-272015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2015-02-17 * libc/machine/arm/aeabi_memclr.c: New file to supportCorinna Vinschen
2015-02-17 * libc/machine/arm/aeabi_memmove.c: New file to supportCorinna Vinschen
2015-02-06 * libc/include/complex.h (cabsl): Add prototype.Nick Clifton
2015-01-23 Complete action from 2001-12-18:Corinna Vinschen
2015-01-21 * COPYING.LIBGLOSS: Add Controls and Data Services copyright.Eric Botcazou
2015-01-20 * libc/machine/aarch64/strlen.S (strlen): Improve performance.Corinna Vinschen
2015-01-06 * libc/machine/aarch64/strcpy.S (strcpy): Further performanceRichard Earnshaw
2014-12-182014-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2014-12-16 * libc/machine/aarch64/strcpy.S: Improve handling of short strings.Richard Earnshaw
2014-12-15 * newlib/libc/include/machine/setjmp.h: Add FPU support.Corinna Vinschen
2014-12-132014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston