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
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove 32-bit only clipboard codeKen Brown
2022-05-30Cygwin: remove some 32-bit only environment codeKen Brown
2022-05-30Cygwin: remove some 32-bit only path conversion functionsKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-30Cygwin: remove some 32-bit-only function definitionsKen Brown
2022-05-18Cygwin: Enable backward binary compatibilitySebastian Huber
2022-05-16Cygwin: drop i386 refs from header files where source isn't affectedCorinna Vinschen
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen
2022-05-13Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMSCorinna Vinschen
2022-05-13Make cleanup_glue() staticSebastian Huber
2022-05-13Cygwin: Implement GSO/GRO supportCorinna Vinschen
2022-05-12Cygwin: socket.h: add socket options added in recent Windows releasesCorinna Vinschen
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano
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