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-08-08Cygwin: stop exporting _allocaCorinna Vinschen
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen
2022-08-04Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry pointCorinna Vinschen
2022-08-03Cygwin: fix/drop a few commentsCorinna Vinschen
2022-08-03Cygwin: __WORDSIZE: Drop 32 bit considerationsCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCHCorinna Vinschen
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CYGWIN_CONV macroCorinna Vinschen
2022-08-03Cygwin: version.h: document API_VERSION of the first 64 bit buildCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_USE_PSEUDO_RELOC_IN_DLLCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_CTYPECorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_WINSOCK1_VALUESCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_ANCIENT_MSGHDRCorinna Vinschen
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES macroCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCKCorinna Vinschen
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macroCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_OLD_STDIO_CRLF_HANDLINGCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENVCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOSCorinna Vinschen
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown
2022-06-10Use global stdio streams for all configurationsSebastian Huber
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