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-05math: update isinf/isnan function comments after move to math.hYaakov Selkowitz
2016-04-04math: guard BSD finite/isinf/isnan functions properly in math.hYaakov Selkowitz
2016-04-04Feature test macros overhaul: tar.hYaakov Selkowitz
2016-04-04Add cpio.hYaakov Selkowitz
2016-04-04cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz
2016-04-04Add Intel MCU targetIgor Venevtsev
2016-03-29Add missing long double functions to CygwinCorinna Vinschen
2016-03-29Add simple versions of random() and srandom()Joel Sherrill
2016-03-26math.h: Use GCC builtins for C99 macros where availableCorinna Vinschen
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen
2016-03-24Define BSD u_intN_t types indiscriminatelyCorinna Vinschen
2016-03-24Feature test macros overhaul: C++ TR1Yaakov Selkowitz
2016-03-23Drop Cygwin-only posix_memalign prototypeCorinna Vinschen
2016-03-23Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen
2016-03-23Fix "/*" within comment warningSebastian Huber
2016-03-22stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz
2016-03-22pthread.h: Mark pthread_exit() as not returningJoel Sherrill
2016-03-21Add nonnull annotation to posix_memalign.Peter Foley
2016-03-18Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber
2016-03-18Add timingsafe_memcmp()Sebastian Huber
2016-03-18Add timingsafe_bcmp()Sebastian Huber
2016-03-18Add explicit_bzero()Sebastian Huber
2016-03-18Guard ssize_t definition by _SSIZE_T_DECLAREDSebastian Huber
2016-03-18Feature test macros overhaul: sys/types.hYaakov Selkowitz
2016-03-18Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"Yaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/time.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/stat.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/select.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: wchar.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: unistd.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: time.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: strings.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: string.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: stdlib.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: stdio.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: signal.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: pwd.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: pthread.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: math.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: limits.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: grp.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: fnmatch.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: fcntl.hYaakov Selkowitz
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-13Use __sputc_r inline code when building with gccCorinna Vinschen
2016-02-25Fix _newlib_version.h logic to support building gcc with newlib.Jeff Johnston
2016-02-22libm/complex: add clog10, clog10fYaakov Selkowitz