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-01-28Deprecate newlib and winsup ChangeLog filesCorinna Vinschen
2015-12-21Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston
2015-12-18ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov
2015-12-18Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen
2015-12-14Add _REENT_INIT_PTR_ZEROED()Sebastian Huber
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin
2015-12-09Check for 64 FP instructions availability in libm before using themThomas Preud'homme
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen
2015-12-07Add definitions for NBBY to arm and rtems targetsNick Withers
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-11-26Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen
2015-11-25 libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey
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-21Handle multibyte decimapl point in strtold.Corinna Vinschen
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen
2015-11-20Drop unused declaration from wcstold.cCorinna Vinschen
2015-11-20Fix typo in rpmatch doc referenceYaakov Selkowitz
2015-11-19ldtoa.c: Reindent to GNU styleCorinna Vinschen
2015-11-19Fix rpmatch build problemCorinna Vinschen
2015-11-19Simplify the markup for sprintf and swprintf documentationJon Turney
2015-11-19Improve markup of sscanf and swscanf documentationJon Turney
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-03 Improve performance of MIPS memcpy.Steve Ellcey
2015-11-02Add missing ChangeLog entry for ce8159d5Corinna Vinschen
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