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
2023-11-28Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGECorinna Vinschen
2023-11-28Cygwin: introduce fallocate(2)Corinna Vinschen
2023-11-28Cygwin: fcntl.h: Use cdefs.h macrosCorinna Vinschen
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen
2023-09-10Cygwin: Fix __cpuset_zero_s prototypeMark Geisert
2023-09-01Cygwin: sys/cpuset.h: use internal base typesCorinna Vinschen
2023-09-01Cygwin: sys/cpuset.h: add cpuset-specific external functionsCorinna Vinschen
2023-08-07Cygwin: fix build failure due to redefinition of __restrict in sys/cdefs.hCorinna Vinschen
2023-08-02Cygwin: Add ISO C2X functions c8rtomb, mbrtoc8Corinna Vinschen
2023-08-02Cygwin: uchar.h: fix definition of uchar16_t and uchar32_tCorinna Vinschen
2023-07-31Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.Corinna Vinschen
2023-07-31Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix_spawn funcsCorinna Vinschen
2023-07-10Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnosticMark Geisert
2023-07-04Cygwin: Make <sys/cpuset.h> safe for c89 compilationsMark Geisert
2023-06-16Cygwin: export XATTR_{NAME,SIZE,LIST}_MAXPhilippe Cerfon
2023-03-16Cygwin: replace regex with latest verbatim FreeBSD versionCorinna Vinschen
2023-03-14Cygwin: Fix type mismatch on sys/cpuset.hMark Geisert
2023-03-01Cygwin: define CHARCLASS_NAME_MAXCorinna Vinschen
2023-02-12Cygwin: socket.h: define missing IPTOS_LOWCOST/IPTOS_MINCOSTCorinna Vinschen
2023-01-09Cygwin: reinstantiate exporting _allocaCorinna Vinschen
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen
2022-12-08Cygwin: rename __sFILE to __sFILE64 for backward compatibilityCorinna Vinschen
2022-12-04Cygwin: bump DLL version to 3.5.0cygwin-3.5.0-devCorinna Vinschen
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