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-03-18Feature test macros overhaul: dirent.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: ctype.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/features.hYaakov Selkowitz
2016-03-13setvbuf: Drop setting reent->__cleanupCorinna Vinschen
2016-03-13Update setvbuf to latest OpenBSD implementationCorinna Vinschen
2016-03-13Add __swhatbuf function from OpenBSDCorinna Vinschen
2016-03-13Use __sputc_r inline code when building with gccCorinna Vinschen
2016-02-26Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen
2016-02-25Fix _newlib_version.h logic to support building gcc with newlib.Jeff Johnston
2016-02-22libm/complex: add clog10, clog10fYaakov Selkowitz
2016-02-22pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill
2016-02-18sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen
2016-02-18Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez
2016-02-13POSIX barrier implementation, take 3Václav Haisman
2016-02-12Remove broken ieeefp.h macrosYaakov Selkowitz
2016-02-12Fix compile with GCC 5 -WerrorYaakov Selkowitz
2016-02-08printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen
2016-02-08stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney
2016-02-08Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev
2016-02-04Change if_nameindex() to use unsigned int i variable.Jeff Johnston
2016-01-29include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen
2016-01-29Fix memcpy bug that reads past end of buffer.Steve Ellcey
2016-01-29grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme
2016-01-04Fix up errors in regenerated files for 2.3.0 release.newlib-snapshot-20160104Jeff Johnston
2015-12-22Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston
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-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