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
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano
2021-11-16change _COMPILING_NEWLIB to _LIBCMike Frysinger
2021-10-28Cygwin: bump DLL major versioncygwin-3.4.0-devCorinna Vinschen
2021-10-28Cygwin: bump DLL minor versionCorinna Vinschen
2021-10-26Cygwin: Make native clipboard layout same for 32- and 64-bitMark Geisert
2021-10-22Cygwin: document sig2str and str2sig in version.hKen Brown
2021-07-29Cygwin: bump API minor and set DLL version to 3.3.0Corinna Vinschen
2021-07-29Cygwin: implement pthread_rwlock_clockrdlock/pthread_rwlock_clockwrlockCorinna Vinschen
2021-07-29Cygwin: pthread.h: clean namespaceCorinna Vinschen
2021-07-29Cygwin: implement pthread_mutex_clocklockCorinna Vinschen
2021-07-29Cygwin: implement pthread_cond_clockwaitCorinna Vinschen
2021-07-29Cygwin: implement sem_clockwaitCorinna Vinschen
2021-07-29Cygwin: semaphore.h: clean namespaceCorinna Vinschen
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen
2021-03-29Cygwin: bump DLL version to 3.2.1Corinna Vinschen
2021-03-08Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen
2021-02-09Cygwin: drop ftw.h in favor of new newlib ftw.hCorinna Vinschen
2021-02-02fhandler_serial.cc: MARK and SPACE parity for serial portMarek Smetana
2021-02-01Cygwin: include/cygwin/limits.h: new headerKen Brown
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown
2020-12-15Cygwin: Make sure newer apps get uname_x even when loading uname dynamicallyCorinna Vinschen
2020-08-30Cygwin: Add C11 threads APICorinna Vinschen
2020-08-30Cygwin: pthread_yield: Add BSD visibilityCorinna Vinschen
2020-08-30Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen
2020-08-22Cygwin: bump version to 3.2.0Corinna Vinschen
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney
2020-07-09Cygwin: Bump DLL version to 3.1.7Corinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_QUICKACKCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_USER_TIMEOUTCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVLCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_FASTOPENCorinna Vinschen
2020-07-01Cygwin: tcp: fix IPPROTO_TCP option handlingCorinna Vinschen
2020-06-01Bump version to 3.1.6Corinna Vinschen
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2020-02-19Bump DLL version to 3.1.5Corinna Vinschen
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen
2020-02-17Cygwin: Bump DLL version to 3.1.4Corinna Vinschen
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard
2020-01-24Cygwin: Bump DLL version to 3.1.3Corinna Vinschen
2020-01-13Cygwin: Add missing Linux #define of CPU_SETSIZEMark Geisert
2019-12-18Cygwin: Bump DLL version to 3.1.2Corinna Vinschen
2019-12-16Cygwin: Bump DLL version to 3.1.1Corinna Vinschen
2019-09-14Cygwin: fix CPU_SET macro visibilityMark Geisert
2019-09-03Cygwin: sys/wait.h: Add _wait prototype to avoid compiler warningCorinna Vinschen
2019-08-05Cygwin: Implement CPU_SET(3) macrosMark Geisert
2019-07-24Cygwin: Export newlib ndbm functionsCorinna Vinschen
2019-07-19Cygwin: unbreak the build with GCC 7Ken Brown
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown