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
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-11-14Cygwin: Bump DLL version to 2.10.0, bump API minor to 319Corinna Vinschen
2017-10-18cygwin: belatedly bump DLL minor versionCorinna Vinschen
2017-10-10cygwin: fix gethostbyaddr argument typesYaakov Selkowitz
2017-10-10Feature test macros overhaul: Cygwin netdb.hYaakov Selkowitz
2017-09-07Change time_t to 64-bit by defaultSebastian Huber
2017-08-25cygwin: export strnstrCorinna Vinschen
2017-08-19cygwin: Implement renameat2Ken Brown
2017-08-17headers: avoid bareword attributesEric Blake
2017-08-03cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen
2017-08-03cygwin: Bump DLL version to 2.9.0Corinna Vinschen
2017-08-03cygwin: Implement pthread_mutex_timedlockCorinna Vinschen
2017-08-03cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen
2017-08-03Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"Corinna Vinschen
2017-08-03cygwin/signal.h: Remove SI_QUEUE unimplemented commentCorinna Vinschen
2017-08-02Add elf.h to newlibYaakov Selkowitz
2017-08-02cygwin: Export explicit_bzeroYaakov Selkowitz
2017-07-19cygwin: Bump DLL version to 2.8.3Corinna Vinschen
2017-07-11cygwin: export fls, flsl, flsllCorinna Vinschen
2017-07-10Cygwin: fix guard on struct siginfo_tYaakov Selkowitz
2017-07-07Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek
2017-07-05Cygwin: fix signal.h with _POSIX_C_SOURCE=1Yaakov Selkowitz
2017-07-04Bump DLL minor versionCorinna Vinschen
2017-06-19cygwin: export strverscmp, add versionsortYaakov Selkowitz
2017-06-14Export XSI sigpauseYaakov Selkowitz
2017-06-14Feature test macros overhaul: Cygwin signal.hYaakov Selkowitz
2017-04-04Cygwin: Export reallocarrayCorinna Vinschen
2017-04-04Bump Cygwin to 2.8.1Corinna Vinschen
2017-03-28Implement getloadavg()Jon Turney
2017-03-28declaration of ppoll() by poll.h should be guarded by _GNU_SOURCEJon Turney
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz
2017-03-10Belatedly bump Cygwin DLL version to 2.8.0Corinna Vinschen
2017-03-08Implement dladdr() (partially)Jon Turney
2017-03-07Export timingsafe_bcmp and timingsafe_memcmpJon Turney
2017-02-24Bump Cygwin version to 2.7.1Corinna Vinschen
2017-02-09Cygwin: create separate bits/byteswap.hYaakov Selkowitz
2017-01-31Cygwin: Add IUTF8 termios iflagCorinna Vinschen
2016-12-17Export getentropy and getrandom callsCorinna Vinschen
2016-11-22Provide <memory.h>Sebastian Huber
2016-11-17Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber
2016-10-21Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown
2016-10-19Bump Cygwin version to 2.6.1Corinna Vinschen
2016-08-23Export and document strerror_l, strptime_l, wcsftime_l from CygwinCorinna Vinschen
2016-08-23Add pthread_getname_np and pthread_setname_npJon Turney
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen
2016-08-20Only define __getreent inline function when building newlib or CygwinCorinna Vinschen
2016-08-18Reinstantiate Cygwin function called `__getreent'Corinna Vinschen
2016-08-18Revert "Fix __getreent function for Cygwin"Corinna Vinschen
2016-08-18Fix __getreent function for CygwinCorinna Vinschen
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen