1. 72d71a5 crt: Provide emulation of _fstat32i64, _stat32i64 and _wstat32i64 functions by Pali Rohár · 3 months ago
  2. c98e4bb crt: Fix mingw-w64 emulation of _fstat64i32, _stat64i32 and _wstat64i32 functions by Pali Rohár · 3 months ago
  3. b06fd9d crt: Provide emulation of _fstat64, _stat64 and _wstat64 functions by Pali Rohár · 3 months ago
  4. 6b21762 headers: Add new constants in sqlext.h by Biswapriyo Nath · 3 months ago
  5. eb63b3c headers: Bump default ODBCVER to 3.80 by Biswapriyo Nath · 3 months ago
  6. 57265c7 github: use new public preview windows-11-arm runner by Jeremy Drake · 3 months ago
  7. d2e686a github: Use a newer tag of llvm-mingw by Martin Storsjö · 3 months ago
  8. 8819176 github: Set -DCMAKE_INSTALL_MESSAGE=NEVER when testing libcxx by Martin Storsjö · 3 months ago
  9. dcbe868 headers: Add IsUserCetAvailableInEnvironment in sysinfoapi.h by Biswapriyo Nath · 3 months ago
  10. 0961ee9 winpthreads: Move SEH handler declaration to end of function by Jacek Caban · 3 months ago
  11. dd725c3 headers: Add buffer types for FSCTL_DUPLICATE_EXTENTS_TO_FILE(EX) in winioctl.h by Biswapriyo Nath · 3 months ago
  12. 15ddab8 winpthreads: Disable dll_dependency.S assembly on ARM64EC by Billy Laws · 3 months ago
  13. 71699ef crt: Regenerate Makefile.in by Jacek Caban · 3 months ago
  14. a20beb4 crt: Add ARM64EC setjmp and longjmp implementation by Jacek Caban · 4 months ago
  15. 8c2c00e headers: Mark RtlUnwind* functions as noreturn by Jacek Caban · 3 months ago
  16. 06f7046 headers: Use __builtin_sponentry for setjmp when available. by Jacek Caban · 4 months ago
  17. ba6780e headers: Simplify setjmp define by Jacek Caban · 4 months ago
  18. cac965b crt: Regenerate Makefile.in by LIU Hao · 3 months ago
  19. 09b091c crt: Move quartz to lib-common by Biswapriyo Nath · 3 months ago
  20. 1588c54 crt: Regenerate Makefile.in by Jacek Caban · 3 months ago
  21. 42d115d crt: Build __guard_dispatch_icall_dummy on ARM64EC by Jacek Caban · 4 months ago
  22. 8559e31 crt: Move __guard_dispatch_icall_dummy to separated file by Jacek Caban · 4 months ago
  23. 6d653e0 crt: Build scanf.S as an x86_64 object on ARM64EC by Jacek Caban · 4 months ago
  24. e857c7b winpthreads: check if __GNUC__ is defined to prevent -Wundef warning by Antonin Décimo · 3 months ago
  25. c67e9a7 headers: Define MapViewOfFile2 as inline function by Biswapriyo Nath · 4 months ago
  26. a980aed github: Add an optional set of smoke tests for github actions by Martin Storsjö · 1 year ago
  27. 7771904 crt: Regenerate Makefile.in by Martin Storsjö · 4 months ago
  28. 9333df1 crt: Add test case for _aligned_* and *_recalloc functions by Pali Rohár · 4 months ago
  29. e1ff62d crt: Provide *_recalloc functions by Pali Rohár · 4 months ago
  30. b40e24a crt: Provide _aligned_msize function for all CRT import libraries by Pali Rohár · 4 months ago
  31. b8a0910 crt: Change mingw-aligned-malloc.c to be compatible with MS CRT functions by Pali Rohár · 4 months ago
  32. b4722ce crt: Implement __mingw_aligned_msize() function by Pali Rohár · 4 months ago
  33. a91e27b crt: Provide _aligned_* functions by Pali Rohár · 4 months ago
  34. ecf5fdb headers: Add missing declaration for __mingw_aligned_offset_malloc() by Pali Rohár · 4 months ago
  35. 1e8b1cc crt: Fix condition for fabsf in api-ms-win-crt-math by Martin Storsjö · 4 months ago
  36. a421d2c crt: Implement the indirect call helper ARM64EC adjustor thunk by Billy Laws · 4 months ago
  37. 8191d59 crt: Regenerate Makefile.in by Jacek Caban · 4 months ago
  38. ad38e33 crt: Define metadata structures used for ARM64EC by Billy Laws · 1 year, 11 months ago
  39. 9b31a53 Regenerate Makefile.in and configure by Jacek Caban · 4 months ago
  40. 4d83e14 crt: Add initial ARM64EC build system support by Billy Laws · 1 year, 10 months ago
  41. 22f9ed9 crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c' by LIU Hao · 4 months ago
  42. 2f7aff6 headers: Get rid of unused declarations from math.h. by Jacek Caban · 4 months ago
  43. 1e5c312 crt: Use __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__ instead of arch checks by Martin Storsjö · 5 months ago
  44. 7be0af1 headers: Use __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__ instead of arch checks by Martin Storsjö · 5 months ago
  45. 16335b3 crt: Restore arch checks in __signbit. by Jacek Caban · 4 months ago
  46. d16a77a crt: Regenerate Makefile.in by Martin Storsjö · 4 months ago
  47. b72e93b crt: Don't delete implicit intermediate .a/.def files after building by Martin Storsjö · 4 months ago
  48. 5433028 crt: Respect automake silent rules by Martin Storsjö · 4 months ago
  49. 7bb76de crt: Rename __ASM_NAKED_FUNC macro to __ASM_DEFINE_FUNC. by Jacek Caban · 4 months ago
  50. cf2b16e crt: Use aarch64 assembly variants for ARM64EC math functions. by Billy Laws · 4 months ago
  51. dbb60ad crt: Use headers: Use __SIZEOF_LONG_DOUBLE__ instead of arch checks in some math functions. by Jacek Caban · 4 months ago
  52. 75ed7d2 headers: Update imported headers to current Wine version. by Jacek Caban · 4 months ago
  53. cd0300c headers: Regenerate headers with current widl version. by Jacek Caban · 4 months ago
  54. 1eb8ed2 widl: Import Wine version 1.4 (099e35983ff768b5). by Jacek Caban · 4 months ago
  55. 6355a96 crt: Use naked functions for ARM64 assembly functions. by Jacek Caban · 4 months ago
  56. 85c48a0 crt: Regenerate Makefile.in by Jacek Caban · 4 months ago
  57. 0ca516e crt: Move ARM64 nearbyint implementation to C files. by Jacek Caban · 4 months ago
  58. 0b27cfc crt: Move ARM64 trunc implementation to C files. by Jacek Caban · 4 months ago
  59. d0c8025 crt: Regenerate Makefile.in by Jacek Caban · 4 months ago
  60. ad6e323 crt: Implement exp2/exp2f/exp2l in C on ARM targets. by Jacek Caban · 4 months ago
  61. 216cc93 crt: Regenerate Makefile.in by Jacek Caban · 4 months ago
  62. 3d15f5e crt: Implement sincos in C. by Jacek Caban · 4 months ago
  63. 57ec2cf crt: Build with -fno-builtin. by Jacek Caban · 4 months ago
  64. ebf7183 crt: Avoid memset call in profile_ctl. by Jacek Caban · 4 months ago
  65. ecc0108 crt: Avoid memset calls in stdio format functions. by Jacek Caban · 4 months ago
  66. 7ea592a crt: Avoid memset calls in stat functions implementation. by Jacek Caban · 4 months ago
  67. 475fc96 crt: Avoid memset calls in libsrc/ws2tcpip. by Jacek Caban · 4 months ago
  68. d4b6d1d crt: Remove redundant STARTUPINFO initialization. by Jacek Caban · 4 months ago
  69. f70507d crt: Regenerate Makefile.in by Jacek Caban · 4 months ago
  70. 28d2ed3 crt,headers: Use headers to redirect __ms_v*scanf functions to v*scanf functions. by Jacek Caban · 4 months ago
  71. 90da6c6 headers/crt: Add _wcreate_locale declaration by Biswapriyo Nath · 4 months ago
  72. dc69654 winpthreads: fix typo pthread_attr_setgaurdsize->pthread_attr_setguardsize by Alexander Argentakis · 4 months ago
  73. 850703a headers: Change _S_IFBLK from 0x3000 to 0x6000 by Daniel Starke via Mingw-w64-public · 4 months ago
  74. 4da2105 crt: Regenerate Makefile.in by Jacek Caban · 4 months ago
  75. fc3304f crt: Use .def file aliases for _chgsignl on ARM targets. by Jacek Caban · 4 months ago
  76. 87c3fe6 crt: Regenerate Makefile.in by Martin Storsjö · 4 months ago
  77. 9fe772a crt: Remove the separate UCRT __ms_fprintf function by Martin Storsjö · 4 months ago
  78. 0b67589 headers: Redirect __ms_<func> back to plain <func> for UCRT by Martin Storsjö · 5 months ago
  79. 2aec1a4 headers: Declare __ms_vsscanf, __ms_vscanf, __ms_vfscanf, __ms_vswscanf, __ms_vwscanf, __ms_vfwscanf, __ms_snprintf, __ms_vsnprintf, __ms_snwprintf and __ms_vsnwprintf also for UCRT builds by Pali Rohár · 7 months ago
  80. 7af050a crt: Regenerate Makefile.in by Martin Storsjö · 4 months ago
  81. e5f6f12 crt, headers: Convert the UCRT *wscanf functions to non-inline by Martin Storsjö · 4 months ago
  82. 4fcc433 crt, headers: Convert the UCRT *wprintf functions to non-inline by Martin Storsjö · 4 months ago
  83. 6c32646 crt: Sort the stdio filenames in src_ucrtbase in alphabetical order by Martin Storsjö · 4 months ago
  84. d0d357a crt: Use the default _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS in __ms_fwprintf by Martin Storsjö · 4 months ago
  85. 6ddfe6f crt: Use _CRT_INTERNAL_LOCAL_SCANF_OPTIONS in non-inline scanf functions by Martin Storsjö · 4 months ago
  86. d87cfb5 crt: Regenerate Makefile.in by Martin Storsjö · 4 months ago
  87. 3f5c5d8 headers, crt: Convert the UCRT stdio options to a mutable state by Martin Storsjö · 4 months ago
  88. 7939d61 crt: Make ucrt_fwprintf consistent with the other ucrt_* files by Martin Storsjö · 4 months ago
  89. 9f64d7b crt: Remove workarounds for defining non-inline versions of inline functions by Martin Storsjö · 4 months ago
  90. 574355c Revert "ucrtbase: Make sure that compat symbols aren't autoexported" by Martin Storsjö · 4 months ago
  91. 505025f crt: Use more portable .short/.long/.quad directives in loadcfg.S. by Jacek Caban · 4 months ago
  92. d9553d7 crt: Remove ad-hoc fpreset == _fpreset aliases from individual .def files by Pali Rohár · 4 months ago
  93. 3c8e926 gendef: Remove trailing space in generated def file by Pali Rohár · 4 months ago
  94. 95ad236 crt: Use F_LD64 for long double functions. by Jacek Caban · 4 months ago
  95. d8523e4 crt: api-ms-win-crt-private-l1-1-0.def.in: Don't provide long double functions on x86 by Pali Rohár · 5 months ago
  96. fcf24bf Regenerate Makefile.in. by Jacek Caban · 4 months ago
  97. 87ec8e6 crt: Use .def files for fpreset and _fpreset on ARM targets. by Jacek Caban · 4 months ago
  98. 33d8fc4 crt: Use standard target flags in .def.in files. by Jacek Caban · 4 months ago
  99. 7e85f7d crt: Don't use CRT_fp10.c on ARM targets. by Jacek Caban · 4 months ago
  100. a176434 crt: api-ms-win-crt-private-l1-1-0.def.in: Add new VC++ 2015 14.0.23506.0 symbols by Pali Rohár · 5 months ago