1. 226f25e crt: msvcrt.def.in: Document i386-chpe32 symbols by Pali Rohár · 23 hours ago master
  2. 82e99c8 crt: kernel32.def.in: Add new CreateDirectory2/CreateFile3/DeleteFile2/RemoveDirectory2 symbols by Pali Rohár · 24 hours ago
  3. 6c71583 crt: Add Windows 11 2025 Update symbols for 32-bit WoW64 advapi32.def, kernel32.def and ntdll.def by Pali Rohár · 3 weeks ago
  4. 890b758 crt: msvcrt.def.in: Add Windows 11 symbols by Pali Rohár · 3 weeks ago
  5. b2b5e53 github: gcc: Test i386 Interlocked functions by Jaeden Amero · 3 weeks ago
  6. 950af8a github: clang: Test i386 Interlocked functions by Jaeden Amero · 3 weeks ago
  7. 18144a4 headers: i386: Fall back to kernel32 Interlocked by Jaeden Amero · 3 weeks ago
  8. b06d268 crt: Rewrite t_intrinc with proper assertions by Jaeden Amero · 3 weeks ago
  9. e68bee4 headers/string: Include <corecrt_memory.h> to deduplicate declarations by LIU Hao · 2 weeks ago
  10. 31ca61d headers/{corecrt_,}memory: Move contents of memory.h to corecrt_memory.h by LIU Hao · 2 weeks ago
  11. 58c3a35 crt: Regenerate Makefile.in by LIU Hao · 2 weeks ago
  12. 76923d6 crt: Implement memset_explicit by Peter Damianov via Mingw-w64-public · 3 weeks ago
  13. cd1afb6 crt: Add documentation for __mingw_control87_2 and __mingw_controlfp functions by Pali Rohár · 3 weeks ago
  14. 0804a23 crt: Fix x86 __mingw_setfp() to not mask all exceptions on noop operation by Pali Rohár · 3 weeks ago
  15. f36077b crt: Fix return value of fegetexcept(), fedisableexcept() and feenableexcept() functions by Pali Rohár · 3 weeks ago
  16. 4761eab headers/{memory, string}: Relax conditions of declarations `memccpy()`, `strdup()` and `strndup()` by LIU Hao · 3 weeks ago
  17. 7ad2245 crt: Regenerate Makefile.in by LIU Hao · 3 weeks ago
  18. cf2b7de crt: Specify missing lib32/kernel32.def dependency for lib32/libkernel32.a by Pali Rohár · 3 weeks ago
  19. 01f7377 crt: Regenerate Makefile.in by LIU Hao · 3 weeks ago
  20. 250bb18 crt: add C23 string.h and memory.h functions by Peter0x44 · 3 weeks ago
  21. ca6f2f8 headers: Import current Wine version by Jacek Caban · 3 weeks ago
  22. 451dd79 headers: Regenerate headers with current widl version by Jacek Caban · 3 weeks ago
  23. 353a5d0 widl: Update to current Wine version by Jacek Caban · 3 weeks ago
  24. 239fa3f crt: Regenerate Makefile.in by LIU Hao · 4 weeks ago
  25. 6d91c94 crt: Fix mingw-w64 stat implementation by Pali Rohár · 5 months ago
  26. 6263a2f crt: Deduplicate mingw-w64 stat code into __MINGW_FIXED_STAT macro by Pali Rohár · 5 months ago
  27. 5356cf2 headers: Add IORing error codes in winerror.h by Biswapriyo Nath · 4 weeks ago
  28. 61ed219 headers: Import Wine version 11.6 by Jacek Caban · 4 weeks ago
  29. bd663f0 _mingw_mac.h: bump to 15.x by Jonathan Yong · 5 weeks ago
  30. 9b3dd01 headers: Add emi.h by Biswapriyo Nath · 6 weeks ago v14.x v14.0.0
  31. 816d52f headers: Add DECLSPEC_CHPE_PATCHABLE define by Jacek Caban · 6 weeks ago
  32. 127eb2f headers: Regenerate with current widl version by Jacek Caban · 6 weeks ago
  33. 4c1cf99 headers: Import Wine version 11.5 by Jacek Caban · 6 weeks ago
  34. c758f77 widl: Import Wine version 11.5 by Jacek Caban · 6 weeks ago
  35. 59cd5ce headers: Fix GetPointerInputTransform() prototype. by Zhiyi Zhang · 9 weeks ago
  36. 3197fc7 crt: Regenerate Makefile.in by LIU Hao · 9 weeks ago
  37. 73813da crt: Move `__mingw_isleadbyte_cp()` from libmingwex into libmsvcrt by LIU Hao · 9 weeks ago
  38. dbe754e winpthreads: Try loading SetThreadDescription from kernel32.dll and fallback to kernelbase.dll by Pali Rohár · 3 months ago
  39. bf399f5 crt: Check for overflows in POSIX 32-bit ftime() function by Pali Rohár · 10 weeks ago
  40. 05ae817 crt: Move unsorted non-i386 symbols in file ntdllcrt.def.in to appropriate section by Pali Rohár · 6 months ago
  41. 5e70c77 crt: Fix style in kernel32.def by Pali Rohár · 5 months ago
  42. 945cf47 crt: Fix version order note in kernel32.def by Pali Rohár · 5 months ago
  43. 968fed5 Add missing cast in `fpclassify` that `isnan` does use by Erez Geva · 9 weeks ago
  44. 669f4c6 mingw-w64-headers/crt/corecrt.h: fix cygwin w32api usage by Jonathan Yong · 9 weeks ago
  45. 5595a0e headers/cfgmgr32: Fix the type of DWORD_MAX to be a DWORD. by David Grayson · 2 months ago
  46. 2edb94e crt: Document all 32-bit x86 advapi32.dll symbols by Pali Rohár · 3 months ago
  47. 5ec0740 crt: Fix advapi32 SaferiIsDllAllowed symbol decoration by Pali Rohár · 3 months ago
  48. 9a82fe5 crt: Fix advapi32 SaferiRegisterExtensionDll symbol by Pali Rohár · 3 months ago
  49. c74556d github: Update llvm-mingw to 20260224 (LLVM 22.1.0) by Martin Storsjö · 10 weeks ago
  50. 6f3e281 headers/intsafe: Add missing MIN/MAX macros. by David Grayson · 10 weeks ago
  51. c390008 crt: Regenerate Makefile.in by LIU Hao · 9 weeks ago
  52. 6ea96cd crt: test: Explicitly use CreateEventA() in t_safe_flush.c by Pali Rohár · 10 weeks ago
  53. 1a6d4c2 crt: test: Replace usage of _beginthreadex() by CreateThread() in t_safe_flush.c test by Pali Rohár · 10 weeks ago
  54. b206bbe crt: test: Fix volatile in test t_tmain.c by Pali Rohár · 10 weeks ago
  55. adec937 crt: Check for NULL handle returned from wide WinAPI functions by Pali Rohár · 10 weeks ago
  56. a89c6ef crt: Remove oscalls.h by Pali Rohár · 10 weeks ago
  57. 7d022bb header/intsafe: Fix Cygwin compatibility. by David Grayson · 10 weeks ago
  58. 43f2643 doc: Fix sample argument to `--enable-sdk=` [no ci] by LIU Hao · 3 months ago
  59. d4fd668 crt: test: In t_stat_slash.c print errno after failed (w)stat call by Pali Rohár · 4 months ago
  60. 4b45d2f crt: test: In t_stat_slash.c print wchar_t* string via %ls format by Pali Rohár · 4 months ago
  61. 90b07a4 crt: test: In t_stat_slash.c turn off buffering for stdout by Pali Rohár · 4 months ago
  62. 100187e crt: Fix _wstat() for crtdll.dll/msvcrt10.dll when called on directory by Pali Rohár · 3 months ago
  63. a125b9e headers/pdhmsg: Define `PDH_*` constants with `__MSABI_LONG` by LIU Hao · 3 months ago
  64. 441cc50 headers/esent: Fix JetOpenTemporaryTable compilation error. by David Grayson · 3 months ago
  65. b9b5232 crt: Regenerate Makefile.in by LIU Hao · 3 months ago
  66. fc93455 crt: Fix fstat() to signal overflow and return correct type for directories by Pali Rohár · 4 months ago
  67. d6c41f9 crt: Fix mingw-w64 getenv_s() emulation for case when the variable name is NULL by Pali Rohár · 4 months ago
  68. 9725c0c crt: call __mingw_isleadbyte_cp from __mingw_mbrtowc_cp by Kirill Makurin · 3 months ago
  69. 08e816b crt: Regenerate Makefile.in by LIU Hao · 3 months ago
  70. 78510ef Move source files for [w]ctype.h functions to ctype subdirectory by Kirill Makurin · 3 months ago
  71. 60d8535 crt: add test for towctrans function by Kirill Makurin · 3 months ago
  72. 27f5863 crt: replace towctype function for msvcr120.dll and UCRT by Kirill Makurin · 3 months ago
  73. f616eaf crt: tidy-up wctrans.c by Kirill Makurin · 3 months ago
  74. dc1f3de crt: add test for iswctype function by Kirill Makurin · 3 months ago
  75. 68aed2b crt: add tests for standard C functions declared in [w]ctype.h by Kirill Makurin · 3 months ago
  76. e0b4633 crt: replace is[w]print functions for crtdll.dll...msvcr110.dll by Kirill Makurin · 3 months ago
  77. 05c7354 crt: isblank.c: document _isctype ('\t', _BLANK) behavior among CRTs by Kirill Makurin · 3 months ago
  78. 5678a2b crt: iswblank: remove explicit check for L'\t' by Kirill Makurin · 3 months ago
  79. d5cdf8f crt: wctype: add support for "blank" character class by Kirill Makurin · 3 months ago
  80. 4c2e9e6 crt: tidy-up wctype.c by Kirill Makurin · 3 months ago
  81. b60c08d crt: replace iswctype function for all CRTs by Kirill Makurin · 3 months ago
  82. 843a6c5 headers: Regenerate configure and Makefile.in by LIU Hao · 3 months ago
  83. 217f6fe headers/_mingw: Undefine `MINGW_SDK_INIT` by LIU Hao · 3 months ago
  84. e6c91db headers/_mingw,ddk: Undefine `MINGW_HAS_DDK_H` by LIU Hao · 3 months ago
  85. 2dbc67a headers/_mingw: Undefine `MINGW_HAS_SECURE_API` by LIU Hao · 3 months ago
  86. fee47c2 headers/_mingw: Use reserved identifiers in inline functions by LIU Hao · 3 months ago
  87. cc42b08 headers,crt: Regenerate configure and Makefile.in from top level by LIU Hao · 3 months ago
  88. 0ffb6f1 headers: Remove obsolete 'defaults' directory by LIU Hao · 3 months ago
  89. b5b00d6 headers: Remove now unused `AC_PROG_SED` by LIU Hao · 3 months ago
  90. 4154bfa headers: Move `MINGW_HAS_DDK_H` from sdks/_mingw_ddk.h to _mingw.h by LIU Hao · 3 months ago
  91. 7d006b2 headers: Update imported headers to Wine 7221d4565c55d006f18d50481e246a5c9649a3ff by LIU Hao · 3 months ago
  92. 3182d8b crt: Regenerate Makefile.in by LIU Hao · 3 months ago
  93. 845aebb crt: test: Skip t_utime.c test on msvcrt10-msvcrt40 by Pali Rohár · 4 months ago
  94. d881355 crt: Provide rand_s for all CRT libraries by Pali Rohár · 4 months ago
  95. 3d0ce33 crt: test: Fix t_fseeki64.c for pre-msvcrt40 on DISK FULL by Pali Rohár · 4 months ago
  96. cf1b7d8 crt: test: Convert assert_winapi_seek to macro with caller information by Pali Rohár · 4 months ago
  97. c817529 crt: Fix overflow detection in mingw-w64 _lseeki64() emulation by Pali Rohár · 4 months ago
  98. 0d0cc45 crt: Fix overflow detection in mingw-w64 fgetpos() emulation by Pali Rohár · 4 months ago
  99. 29968d1 crt: Provide emulation of _telli64 function for msvcrt20.dll by Pali Rohár · 4 months ago
  100. 7406bc1 crt: Regenerate Makefile.in by LIU Hao · 3 months ago