1. 3cdc959 crt: Remove volatile from tzset_called variable in _localtime64/_mktime64 by Pali Rohár · 2 days ago master
  2. f55794e crt: Remove volatile from msvcrt_or_emu_glue.h and msvcrtos_ftruncate64.c pointer storage by Pali Rohár · 2 days ago
  3. 0d45ed6 crt: Regenerate Makefile.in by LIU Hao · 6 days ago
  4. 7512434 crt: tests: add call to mingw_test_init() from test programs by Kirill Makurin · 7 days ago
  5. b9eed30 crt: tests: add helper library libtest.a by Kirill Makurin · 7 days ago
  6. 6db7c17 crt: tests: remove explicit calls to `__mingw_printf` by Kirill Makurin · 7 days ago
  7. c6dd30c crt: tests: document broken test t_try1 by Kirill Makurin · 7 days ago
  8. 7be0c64 crt: tests: compile t_winmain with `make check` without running it by Kirill Makurin · 7 days ago
  9. eb1f88e crt: tests: compile t_intrin programs with `make check` without running them by Kirill Makurin · 7 days ago
  10. 7cddec5 crt: tests: update t_winmain_assert by Kirill Makurin · 7 days ago
  11. 3db7e08 crt: tests: update t_main_assert by Kirill Makurin · 7 days ago
  12. 05f6dda crt: tests: rename t_tls.cpp -> t_tls_cpp.cpp by Kirill Makurin · 7 days ago
  13. 0b14999 crt: tests: update t_tls by Kirill Makurin · 7 days ago
  14. 32b5cee crt: tests: update t_tsearch and mark it as XFAIL by Kirill Makurin · 7 days ago
  15. d9d7c21 crt: tests: update t_powi by Kirill Makurin · 7 days ago
  16. e1426e7 crt: tests: update t_pow by Kirill Makurin · 7 days ago
  17. b9452a8 crt: tests: update t_fctptr by Kirill Makurin · 7 days ago
  18. 77e0c24 crt: tests: update t_char16_t by Kirill Makurin · 7 days ago
  19. c05d68e crt: tests: update t_trycatch by Kirill Makurin · 7 days ago
  20. f8beac9 crt: tests: split t_tls1 into t_tls_ansi and t_tls_c11 by Kirill Makurin · 7 days ago
  21. 118f492 crt: tests: update t_tls1 by Kirill Makurin · 7 days ago
  22. 5c45c25 crt: tests: update t_sigv by Kirill Makurin · 7 days ago
  23. cc87616 crt: tests: update t__sys_errlist by Kirill Makurin · 7 days ago
  24. 361cec6 crt: tests: update t_aligned_alloc [2/2] by Kirill Makurin · 7 days ago
  25. 3d8e237 crt: tests: update t_aligned_alloc [1/2] by Kirill Makurin · 7 days ago
  26. e513f38 crt: tests: regroup and reorder includes by Kirill Makurin · 7 days ago
  27. 85ef9cf crt: tests: reformat source files by Kirill Makurin · 7 days ago
  28. 71f47a8 crt: tests: add missing tests to testcases/Makefile.am by Kirill Makurin · 7 days ago
  29. 2845100 crt: tests: link all C++ tests statically on arm64ec by Kirill Makurin · 7 days ago
  30. 6dad21f crt: tests: alphabetically sort tests in testcases/Makefile.am by Kirill Makurin · 7 days ago
  31. 3075950 crt: tests: use consistent extension for C++ source files by Kirill Makurin · 7 days ago
  32. b0e5839 crt: tests: enforce naming convention for test programs by Kirill Makurin · 7 days ago
  33. e98149a crt: tests: tidy-up testcases/Makefile.am by Kirill Makurin · 7 days ago
  34. ecf2328 crt: remove noreturn attribute for _assert and _wassert by Kirill Makurin · 6 days ago
  35. c28e955 crt: Handle ERROR_INVALID_PARAMETER and ERROR_INVALID_FLAGS errors from MultiByteToWideChar() in __mingw_mbrtowc_cp by Pali Rohár · 8 days ago
  36. 949de52 crt: Check for MultiByte/WideChar failures in __mingw_str_wide_utf8 and __mingw_str_utf8_wide functions by Pali Rohár · 8 days ago
  37. 7fe0e67 crt: Fix nul termination char in __mingw_str_wide_utf8 and __mingw_str_utf8_wide functions by Pali Rohár · 8 days ago
  38. 185e554 crt: Add missing check for negative return value from WideCharToMultiByte() in __mingw_wcrtomb_cp by Pali Rohár · 8 days ago
  39. 19f5121 crt: Regenerate Makefile.in by LIU Hao · 8 days ago
  40. 9d12572 crt: Add tests for printf format %Z by Pali Rohár · 12 months ago
  41. f9b06bd crt: Add support for mingw_pformat %Z, %hZ, %lZ, %wZ by Pali Rohár · 12 months ago
  42. 1b571c8 crt: Fix __pformat_wputchars() for swprintf by Pali Rohár · 12 months ago
  43. 0034988 crt: Regenerate Makefile.in by LIU Hao · 13 days ago
  44. c45ed42 crt: test: Build libprocdetach.dll without import library and clean via CLEANFILES by Pali Rohár · 3 weeks ago
  45. 818fa65 crt: Regenerate Makefile.in by LIU Hao · 2 weeks ago
  46. 3d82d09 crt: crt_handler: Remove _gnu_exception_handler by Pali Rohár · 6 months ago
  47. b9ac6b6 crt: Fix _beginthread and _beginthreadex functions for i386 pre-msvcr100 builds by Pali Rohár · 6 weeks ago
  48. 3102273 winpthreads: Remove installing of _gnu_exception_handler in pthread_create_wrapper by Pali Rohár · 4 months ago
  49. ca7d46b crt: crt_handler: Change __mingw_SEH_error_handler to use CRT _XcptFilter() function for executing CRT signals by Pali Rohár · 4 months ago
  50. 4a01570 crt: Fix _XcptFilter function for i386 pre-msvcr100 builds by Pali Rohár · 6 weeks ago
  51. b43b910 crt: Define _XcptFilter function also for UCRT by Pali Rohár · 4 months ago
  52. 6f5a9c8 crt: crt_handler: Split VersionAndFlags in UNWIND_INFO into two fields by Pali Rohár · 3 weeks ago
  53. 9a7806d crt: crt_handler: Move registration of __mingw_SEH_error_handler to the top of __tmainCRTStartup function by Pali Rohár · 6 months ago
  54. 271ce1b crt: crt_handler: Switch from __C_specific_handler+_gnu_exception_handler to __mingw_SEH_error_handler by Pali Rohár · 6 months ago
  55. cbd26f1 crt: crt_handler: Define _gnu_exception_handler as wrapper around the __mingw_SEH_error_handler by Pali Rohár · 6 months ago
  56. 1275612 crt: crt_handler: Remove special handling of GCC_MAGIC SEH ExceptionCode by Pali Rohár · 6 weeks ago
  57. 742bad4 crt: crt_handler: Remove registration of _gnu_exception_handler as UnhandledExceptionFilter by Pali Rohár · 6 months ago
  58. a100719 crt: crt_handler: Remove __mingw_oldexcpt_handler by Pali Rohár · 4 weeks ago
  59. d9153b5 crt: crt_handler: Reference _gnu_exception_handler for arm64ec as \"#_gnu_exception_handler\" by Pali Rohár · 4 weeks ago
  60. 7a08928 crt: crt_handler: Propagate SEH STATUS_FLOAT_MULTIPLE_TRAPS and STATUS_FLOAT_MULTIPLE_FAULTS exceptions by Pali Rohár · 6 months ago
  61. ca020e4 crt: crt_handler: Propagate SEH EXCEPTION_FLT_STACK_CHECK exception by Pali Rohár · 6 months ago
  62. cc1fec9 crt: crt_handler: Register top level SEH handler __mingw_SEH_error_handler for 32-bit x86 builds by Pali Rohár · 6 months ago
  63. 6f1b12d crt: crt_handler: Mark __mingw_SEH_error_handler as force_align_arg_pointer by Pali Rohár · 6 weeks ago
  64. f868f66 crt: test: Add t_sigfpe test cases for floating point SIGFPE triggers by Pali Rohár · 7 weeks ago
  65. ef1e01e crt: Fix __mingw_has_sse() for pre-Win2k systems by Pali Rohár · 6 weeks ago
  66. 272018a headers: Add missing float.h _FPE_MULTIPLE_TRAPS and _FPE_MULTIPLE_FAULTS constants by Pali Rohár · 4 months ago
  67. 4e8f782 crt: test: Add t_excpt_gcc_cpp test which checks processing of unhandled GCC C++ exceptions by Pali Rohár · 3 weeks ago
  68. 3b4e62d crt: test: Add t_excpt_int_divzero by Pali Rohár · 7 weeks ago
  69. 8924640 crt: test: Run t_excpt_int_overflow also from new thread spawned by _beginthreadex() by Pali Rohár · 5 weeks ago
  70. 7e58695 crt: test: Rename t_sigfpe to t_excpt_int_overflow and use it as XFAIL by Pali Rohár · 7 weeks ago
  71. 05a0980 headers: Convert EXCEPTION_DISPOSITION from define to enum by Pali Rohár · 6 months ago
  72. b536c4f winpthreads: Skip unwinding phase in SetThreadName_SEH handler by Pali Rohár · 3 weeks ago
  73. 8d7e30c winpthreads: Pass valid non-NULL pointer as last output argument for _beginthreadex() by Pali Rohár · 3 weeks ago
  74. 7544e69 headers: Fix calling convention for __p_sig_fn_t signal callback by Pali Rohár · 3 weeks ago
  75. a7a75db crt: test: Mark t_sigv handler as force_align_arg_pointer by Pali Rohár · 3 weeks ago
  76. ced4ded crt: Guard SSE status reads in fenv functions by Xuntao Chi · 4 weeks ago
  77. 4e86a6e headers: Add data types for FSCTL_FILE_LEVEL_TRIM ioctl by Biswapriyo Nath · 3 weeks ago
  78. 9375375 winpthreads: tests: rename pthread_spinlock/* tests by Kirill Makurin · 6 weeks ago
  79. b812b34 winpthreads: tests: combine pthread_spinlock/spin2.c and pthread_spinlock/spin3.c by Kirill Makurin · 6 weeks ago
  80. 631490b winpthreads: tests: update pthread_spinlock/spin4.c by Kirill Makurin · 6 weeks ago
  81. d282a65 winpthreads: tests: update pthread_spinlock/spin3.c by Kirill Makurin · 6 weeks ago
  82. b864e35 winpthreads: tests: update pthread_spinlock/spin2.c by Kirill Makurin · 6 weeks ago
  83. e356ec4 winpthreads: tests: update pthread_spinlock/spin1.c by Kirill Makurin · 6 weeks ago
  84. 138bd5a winpthreads: tests: reformat pthread_spinlock/* tests by Kirill Makurin · 6 weeks ago
  85. 7ff9b11 winpthreads: new spinlock implementation by Kirill Makurin · 5 weeks ago
  86. 61cbc6f winpthreads: reformat spinlock.c by Kirill Makurin · 6 weeks ago
  87. 8599dd9 winpthreads: tests: fix pthread_mutex/mutex{4,7,7n}.c by Kirill Makurin · 6 weeks ago
  88. 1216a81 winpthreads: fix return value of pthread_mutex_unlock by Kirill Makurin · 6 weeks ago
  89. b9ed61b Add `__deref_out_ecount_full` in `sal.h` by Avasam · 3 weeks ago
  90. 0636d42 crt: Regenerate Makefile.in by LIU Hao · 4 weeks ago
  91. 86da9a0 crt: Ignore CR at EOL when generating DEF files by LIU Hao · 4 weeks ago
  92. 03a85e9 headers: Add SE_SID in winnt.h by Biswapriyo Nath · 5 weeks ago
  93. 734e01d headers: heapapi.h: move declarations of HEAP_SUMMARY and HeapSummary under WINAPI_PARTITION_APP by Kirill Makurin · 5 weeks ago
  94. 00002c8 headers: Remove definition of struct threadlocaleinfostruct and threadlocinfo by Pali Rohár · 5 weeks ago
  95. 4e66bdb crt: ctype.h: remove definition for MB_CUR_MAX by Kirill Makurin · 6 weeks ago
  96. b38ab3a crt: btowc.c: include stdlib.h by Kirill Makurin · 6 weeks ago
  97. e705546 crt: ctype.h: remove macro versions of locale-specific functions by Kirill Makurin · 6 weeks ago
  98. 373c7dd crt: Add missing __MINGW_IMP_SYMBOL for _strtof_l() by Elizabeth Figura via Mingw-w64-public · 6 weeks ago
  99. 5d04f8f ssp: fix `__stack_chk_guard` type by Sergei Trofimovich · 7 weeks ago
  100. 2bfe61f crt: Regenerate Makefile.in by LIU Hao · 7 weeks ago